Open
Description
What happens?
I've challenged to run duckdb_wasm
sub-project test (tester).
Following README
, I've tried to build but failed.
$ cmake --build .
...
Undefined symbols for architecture x86_64:
"duckdb_skiplistlib::skip_list::_throw_exceeds_size(unsigned long)", referenced from:
This is because of not specifying libduckdb_skiplistlib.a
to a cmake configuration (lib/cmake/duckdb.cmake
).
To Reproduce
mkdir -p build
cd build
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug ../lib
cmake --build .
Expect behavior:
Build process is Succes.
Actual behavior:
Build failed.
Browser/Environment:
MacOS Ventura 13.6.9 / Apple clang version 14.0.3
Device:
Macbook Air 2020 (Intel Core i7 1.2GHz)
DuckDB-Wasm Version:
1.29.0 (currently main stream)
DuckDB-Wasm Deployment:
None (because of unittest problem)
Full Name:
Kazuhiko TAMURA
Affiliation:
have no job
Metadata
Metadata
Assignees
Labels
No labels