-
Notifications
You must be signed in to change notification settings - Fork 518
Open
Description
Please describe the problem you encountered in the DuckDB documentation and include the "Page URL" link shown below.
The documented cmake command works for the listed extensions. It fails when "spatial" is added to the list. It can't find the dependency modules. Fails on "proj" first with:
22.21 CMake Error at $BUILD_PATH/_deps/spatial_extension_fc-src/CMakeLists.txt:52 (find_package):
22.21 Could not find a package configuration file provided by "PROJ" with any of
22.21 the following names:
22.21
22.21 PROJConfig.cmake
22.21 proj-config.cmake
22.21
22.21 Add the installation prefix of "PROJ" to CMAKE_PREFIX_PATH or set
22.21 "PROJ_DIR" to a directory containing one of the above files. If "PROJ"
22.21 provides a separate development package or SDK, be sure it has been
22.21 installed.
22.21
22.21
22.22 -- Configuring incomplete, errors occurred!
Note: only create an issue if you wish to report a problem with the DuckDB documentation. For questions about DuckDB or the use of certain DuckDB features, use GitHub Discussions, Stack Overflow, or Discord.
Page URL: https://duckdb.org/docs/stable/dev/building/android.html
Seems like config difference is required with the dependencies. Still figuring it out.
Metadata
Metadata
Assignees
Labels
No labels