bonsai icon indicating copy to clipboard operation
bonsai copied to clipboard

build fails on include location

Open joelb123 opened this issue 2 years ago • 1 comments

make fails due to includes not being found. My guess is that the test environment depends on make having been previously run. If I install the bonsai includes directly, then the failures end up later with make not finding klib includes where expected.

x86_64-pc-linux-gnu-g++ -O3 -funroll-loops -pipe -fno-strict-aliasing -march=native -mpclmul -fopenmp -fno-rtti -std=c++17 -Wall -Wextra -Wno-char-subscripts -Wpointer-arith -Wwrite-strings -Wdisabled-optimization -Wformat -Wcast-align -Wno-unused-function -Wno-unused-parameter -pedantic -DUSE_PDQSORT -Wunused-variable -Wno-attributes -Wno-cast-align -Wno-ignored-attributes -Wno-missing-braces -DBONSAI_VERSION="v0.5.0-7-gce63f9d" bin/bonsai.cpp -o bin/bonsai bin/bonsai.cpp:4:10: fatal error: bonsai/feature_min.h: No such file or directory 4 | #include "bonsai/feature_min.h"

joelb123 avatar Jul 11 '23 19:07 joelb123

Hi Joel -

Thanks for the report! I was able to reproduce the issue, and some tweaks to the Makefile solved it. I've bumped the version to 0.5.1.

I appreciate the issue - please let me know what other problems you run into.

Best,

Daniel

dnbaker avatar Jul 12 '23 01:07 dnbaker