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

fatal error: 'wdt/util/FileCreator.h' file not found #229

Open
yurivict opened this issue Jan 15, 2023 · 0 comments
Open

fatal error: 'wdt/util/FileCreator.h' file not found #229

yurivict opened this issue Jan 15, 2023 · 0 comments

Comments

@yurivict
Copy link

Build expects wdt headers already installed:

===>  Building for wdt-1.27.1612021.190
[  2% 7/37] /usr/local/libexec/ccache/c++ -Dwdt_min_EXPORTS -I/usr/local/include -I/usr/ports/net/wdt/work/.build -I/usr/ports/net/wdt/work/wdt-1.27.1612021-190-g6a122f2/.. -msse4.2 -mpclmul -O2 -pipe -fstack-protector-strong -fno-strict-aliasing   -DNDEBUG -fPIC -std=gnu++17 -MD -MT CMakeFiles/wdt_min.dir/util/FileCreator.cpp.o -MF CMakeFiles/wdt_min.dir/util/FileCreator.cpp.o.d -o CMakeFiles/wdt_min.dir/util/FileCreator.cpp.o -c /usr/ports/net/wdt/work/wdt-1.27.1612021-190-g6a122f2/util/FileCreator.cpp
FAILED: CMakeFiles/wdt_min.dir/util/FileCreator.cpp.o 
/usr/local/libexec/ccache/c++ -Dwdt_min_EXPORTS -I/usr/local/include -I/usr/ports/net/wdt/work/.build -I/usr/ports/net/wdt/work/wdt-1.27.1612021-190-g6a122f2/.. -msse4.2 -mpclmul -O2 -pipe -fstack-protector-strong -fno-strict-aliasing   -DNDEBUG -fPIC -std=gnu++17 -MD -MT CMakeFiles/wdt_min.dir/util/FileCreator.cpp.o -MF CMakeFiles/wdt_min.dir/util/FileCreator.cpp.o.d -o CMakeFiles/wdt_min.dir/util/FileCreator.cpp.o -c /usr/ports/net/wdt/work/wdt-1.27.1612021-190-g6a122f2/util/FileCreator.cpp
/usr/ports/net/wdt/work/wdt-1.27.1612021-190-g6a122f2/util/FileCreator.cpp:8:10: fatal error: 'wdt/util/FileCreator.h' file not found
#include <wdt/util/FileCreator.h>
         ^~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[  5% 7/37] /usr/local/libexec/ccache/c++ -Dwdt_min_EXPORTS -I/usr/local/include -I/usr/ports/net/wdt/work/.build -I/usr/ports/net/wdt/work/wdt-1.27.1612021-190-g6a122f2/.. -msse4.2 -mpclmul -O2 -pipe -fstack-protector-strong -fno-strict-aliasing   -DNDEBUG -fPIC -std=gnu++17 -MD -MT CMakeFiles/wdt_min.dir/util/DirectorySourceQueue.cpp.o -MF CMakeFiles/wdt_min.dir/util/DirectorySourceQueue.cpp.o.d -o CMakeFiles/wdt_min.dir/util/DirectorySourceQueue.cpp.o -c /usr/ports/net/wdt/work/wdt-1.27.1612021-190-g6a122f2/util/DirectorySourceQueue.cpp
FAILED: CMakeFiles/wdt_min.dir/util/DirectorySourceQueue.cpp.o 
/usr/local/libexec/ccache/c++ -Dwdt_min_EXPORTS -I/usr/local/include -I/usr/ports/net/wdt/work/.build -I/usr/ports/net/wdt/work/wdt-1.27.1612021-190-g6a122f2/.. -msse4.2 -mpclmul -O2 -pipe -fstack-protector-strong -fno-strict-aliasing   -DNDEBUG -fPIC -std=gnu++17 -MD -MT CMakeFiles/wdt_min.dir/util/DirectorySourceQueue.cpp.o -MF CMakeFiles/wdt_min.dir/util/DirectorySourceQueue.cpp.o.d -o CMakeFiles/wdt_min.dir/util/DirectorySourceQueue.cpp.o -c /usr/ports/net/wdt/work/wdt-1.27.1612021-190-g6a122f2/util/DirectorySourceQueue.cpp
/usr/ports/net/wdt/work/wdt-1.27.1612021-190-g6a122f2/util/DirectorySourceQueue.cpp:8:10: fatal error: 'wdt/util/DirectorySourceQueue.h' file not found
#include <wdt/util/DirectorySourceQueue.h>
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
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