-
Notifications
You must be signed in to change notification settings - Fork 68
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
Building on Mac OS X 10.9.4 doesn't locate sqlite3 (no build error) #588
Comments
I am not able to reproduce this bug (and so far no one else). |
Ran into this today. If the sqlite3 development library is not present (debian: libsqlite3-dev), build completes without error, but UVCDAT cannot start.
|
@remram44 It is listed as one of the dependencies here: At this point we cannto do much other than point users to this page. Later we will can run scripts to check for the missing package. |
The python build doesn't build _sqlite3. From
build/Python-prefix/src/Python-stamp/Python-build-out.log
The build completes without error since this is in the normal stdout log, but running UV-CDAT produces an issue where sqlite3 cannot be loaded (used for the GUI display of projects). Mac OS X should have the necessary headers to build sqlite3 python support so I don't know why this occurs.
The text was updated successfully, but these errors were encountered: