-
-
Notifications
You must be signed in to change notification settings - Fork 27
BUILD: quick check if LibKML and LibSpatialite can be included now #546
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
base: main
Are you sure you want to change the base?
BUILD: quick check if LibKML and LibSpatialite can be included now #546
Conversation
Would it help to include libspatialite without freexl? |
Yes, good idea: freexl is not needed for our use! I'll give it a try. |
A little bit different. Add libspatialite as a top-level dependency, with default-features: false. |
vcpkg linux logs are still reported to be in /opt/vcpkg/buildtrees - this is not what is uploaded in the next step. |
Thanks for having a look! I'm not a specialist at all in this, so much appreciated! I only made the change in one of the 3 linux containers/builds (manylinux_2_28_x86_64-vcpkg-gdal), so sorry for the confusion. I now changed it in all three... But, the log files are not found anyway... I wondered if it has something to do with paths in the container versus local paths, so I tried copying the files first to a local path,, but I don't seem to get that working either :-(... |
No description provided.