-
Notifications
You must be signed in to change notification settings - Fork 185
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
failing to build tiledb 2.9.0 heap_memory.cc #3191
Comments
Same error with 2.9.1 |
Did you see #3189 about adding |
I tried adding |
See the script cmake -B build \
-DCMAKE_BUILD_TYPE='Release' \
-DCMAKE_INSTALL_PREFIX="/usr" \
-DCMAKE_INSTALL_BINDIR='bin' \
-DCMAKE_INSTALL_DOCDIR='doc' \
-DTILEDB_TOOLS='ON' \
-DTILEDB_S3='ON' \
-DTILEDB_AZURE='OFF' \
-DTILEDB_GCS='OFF' \
-DTILEDB_SERIALIZATION='ON' \
-DTILEDB_VERBOSE='ON' \
-Wno-dev \
-DTILEDB_WERROR='OFF' and note the last line I added. |
Duplicate of #3189 |
Trying to build on Arch Linux.
cmake configuration:
Compilation Error:
The text was updated successfully, but these errors were encountered: