You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently pgq relies on C++11, when I try to upgrade to C++17 it fails linking.
Error message see below:
/usr/bin/ld: extension/duckpgq/libduckpgq_extension.a(create_property_graph.cpp.o):(.rodata._ZN6duckdb11LogicalType7BOOLEANE[_ZN6duckdb11LogicalType7BOOLEANE]+0x0): multiple definition of `duckdb::LogicalType::BOOLEAN'; src/libduckdb_static.a(ub_duckdb_common.cpp.o):(.rodata._ZN6duckdb11LogicalType7BOOLEANE+0x0): first defined here/usr/bin/ld: extension/duckpgq/libduckpgq_extension.a(describe_property_graph.cpp.o):(.rodata._ZN6duckdb11LogicalType7VARCHARE[_ZN6duckdb11LogicalType7VARCHARE]+0x0): multiple definition of `duckdb::LogicalType::VARCHAR'; src/libduckdb_static.a(ub_duckdb_common.cpp.o):(.rodata._ZN6duckdb11LogicalType7VARCHARE+0x0): first defined here/usr/bin/ld: extension/duckpgq/libduckpgq_extension.a(pgq_scan.cpp.o):(.rodata._ZN6duckdb11LogicalType6BIGINTE[_ZN6duckdb11LogicalType6BIGINTE]+0x0): multiple definition of `duckdb::LogicalType::BIGINT'; src/libduckdb_static.a(ub_duckdb_common.cpp.o):(.rodata._ZN6duckdb11LogicalType6BIGINTE+0x0): first defined here/usr/bin/ld: extension/duckpgq/libduckpgq_extension.a(pgq_scan.cpp.o):(.rodata._ZN6duckdb11LogicalType6DOUBLEE[_ZN6duckdb11LogicalType6DOUBLEE]+0x0): multiple definition of `duckdb::LogicalType::DOUBLE'; src/libduckdb_static.a(ub_duckdb_common.cpp.o):(.rodata._ZN6duckdb11LogicalType6DOUBLEE+0x0): first defined here
/usr/bin/ld: extension/duckpgq/libduckpgq_extension.a(pgq_scan.cpp.o):(.rodata._ZN6duckdb11LogicalType7UBIGINTE[_ZN6duckdb11LogicalType7UBIGINTE]+0x0): multiple definition of `duckdb::LogicalType::UBIGINT'; src/libduckdb_static.a(ub_duckdb_common.cpp.o):(.rodata._ZN6duckdb11LogicalType7UBIGINTE+0x0): first defined here
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently pgq relies on C++11, when I try to upgrade to C++17 it fails linking.
Error message see below:
Beta Was this translation helpful? Give feedback.
All reactions