Skip to content
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

Build script fails to build YACLib (missing header) #19

Open
foxpy opened this issue Nov 16, 2022 · 0 comments
Open

Build script fails to build YACLib (missing header) #19

foxpy opened this issue Nov 16, 2022 · 0 comments

Comments

@foxpy
Copy link
Contributor

foxpy commented Nov 16, 2022

Build script fails with following output:

[7/16] Building CXX object future/CMakeFiles/bench.dir/bind/yaclib/future.cpp.o
FAILED: future/CMakeFiles/bench.dir/bind/yaclib/future.cpp.o 
/usr/sbin/clang++ -DBENCHMARK_STATIC_DEFINE -I/root/Bench/future -I/root/Bench/util -I/root/Bench/build_clang_libcxx/_deps/yaclib-src/include -I/root/Bench/build_clang_libcxx/_deps/yaclib-build/include -I/root/Bench/build_clang_libcxx/_deps/benchmark-src/include -O3 -DNDEBUG -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -stdlib=libc++ -std=c++17 -MD -MT future/CMakeFiles/bench.dir/bind/yaclib/future.cpp.o -MF future/CMakeFiles/bench.dir/bind/yaclib/future.cpp.o.d -o future/CMakeFiles/bench.dir/bind/yaclib/future.cpp.o -c /root/Bench/future/bind/yaclib/future.cpp
In file included from /root/Bench/future/bind/yaclib/future.cpp:1:
/root/Bench/future/bind/yaclib/future.hpp:4:10: fatal error: 'yaclib/algo/when_all.hpp' file not found
#include <yaclib/algo/when_all.hpp>
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.

Indeed, file algo/when_all.hpp doesn't exist anywhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant