-
Notifications
You must be signed in to change notification settings - Fork 6
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
Compiling gjallarhorn fails on Debian Stable #179
Comments
It will be "self fixed" with upcoming new debian stable release. As a workaround I propose to edit source file and replace GDA_CONNECTION_OPTIONS_THREAD_ISOLATED with GDA_CONNECTION_OPTIONS_THREAD_SAFE. |
your workaround results in: |
Please, paste output:
|
|
i added the enum GDA_CONNECTION_OPTIONS_THREAD_SAFE = 1 << 2 in /usr/include/libgda-4.0/libgda/gda-connection.h and now it seems to work |
I just tried compiling gjallarhorn on Debian stable, with the following config:
When I run make, I get the following output:
The text was updated successfully, but these errors were encountered: