Skip to content

build fails on include location #31

@joelb123

Description

@joelb123

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions