-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Make clickhouse-odbc self contained library for linux #452
Conversation
TODO:
|
If it will be not too complex I'll go further and add glibc-compatibility. |
Need to add CI runners for MacOS.... |
Two tasks:
|
Segfaults for macOS when try to dlopen this library:
No idea yet |
ec2-user seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Sorry testflows, I've really tried:
|
I'm working on windows build in a separate branch https://github.com/ClickHouse/clickhouse-odbc/tree/add_windows |
Suppressed by #456 |
Now it builds for Linux, but I've messed CMake completely. Need to carefully cleanup Cmake so builds for Windows will still work.
Fixes #428