-
Notifications
You must be signed in to change notification settings - Fork 85
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
turbodbc installation failed due to missing boost/locale.hpp file on AIX7.2 #287
Comments
Can you post the full build log and the value of the environment variables |
I didn't define |
Do you have any update on my issue? Thanks. |
I checked your setup.py. Basically, you defined 3 platforms: darwin, win32, and others, which means AIX is in others group. So I defined UNIXODBC_INCLUDE_DIR and UNIXODBC_LIBRARY_DIR accordingly. Now I have totally different errors. The 1st error is below and the other errors are similar.
Attached are log file and hpp file in question. I have to add ".txt" suffix to fool around github system. Would you mind to take a look? Thanks. |
I am confused with the following logic in your setup.py file. Apparently, turbodbc installation requires Any help is really appreciated.
|
I can look into the logs next week but you will probably be mostly on your own on this. AIX is not officially supported and will probably never be as well. I also don't have access to an AIX setup as this is really uncommon. |
I have compiled boost1.73 and generate its header files. As you can see below,
locale.hpp
is available in /software/thirdparty/boost_1_73_0/boost.I also defined
BOOST_ROOT=/software/thirdparty/boost_1_73_0
. However, turbodbc installation failed due to missing boost/locale.hpp file:How to make sure turbodbc installation will search for boost hpp files? Thanks.
The text was updated successfully, but these errors were encountered: