We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Build fails because it somehow can't find :
[libduckdb-sys 1.0.0] cargo:warning=/wrkdirs/usr/ports/misc/quary/work/target/release/build/libduckdb-sys-5a87e5a46b16f13e/out/duckdb/third_party/libpg_query/include/pg_functions.hpp:4:10: fatal error: 'string' file not found [libduckdb-sys 1.0.0] cargo:warning= 4 | #include <string> [libduckdb-sys 1.0.0] cargo:warning= | ^~~~~~~~ [libduckdb-sys 1.0.0] cargo:warning=1 error generated. [libduckdb-sys 1.0.0] exit status: 1
log
There's really no nee to rebuild duckdb because we have a separate duckdb package that passes 100% of tests. How to use the external duckdb package?
Regular build.
The version 0.3.2 was building fine.
The text was updated successfully, but these errors were encountered:
If we remove features = ["bundled"], will it start building? Ideally, it should then link dynamically and use the existing duckdb package.
features = ["bundled"]
quary/rust/quary-databases/Cargo.toml
Line 27 in cb2bb73
Sorry, something went wrong.
@gvozdvmozgu I confirm that it builds fine with "bundled" removed.
No branches or pull requests
Current Behavior:
Build fails because it somehow can't find :
log
There's really no nee to rebuild duckdb because we have a separate duckdb package that passes 100% of tests.
How to use the external duckdb package?
Steps To Reproduce:
Regular build.
Environment:
Anything else:
The version 0.3.2 was building fine.
The text was updated successfully, but these errors were encountered: