We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I got this cmake error log when I run build.sh on Debian.
Determining if the include file dbmalloc.h exists failed with the following output: Change Dir: /home/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_6be9b/fast && /usr/bin/gmake -f CMakeFiles/cmTC_6be9b.dir/build.make CMakeFiles/cmTC_6be9b.dir/build gmake[1]: Entering directory '/home/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_6be9b.dir/CheckIncludeFile.c.o /usr/bin/cc -o CMakeFiles/cmTC_6be9b.dir/CheckIncludeFile.c.o -c /home/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /home/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: dbmalloc.h: No such file or directory 1 | #include <dbmalloc.h> | ^~~~~~~~~~~~ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_6be9b.dir/build.make:85: CMakeFiles/cmTC_6be9b.dir/CheckIncludeFile.c.o] Error 1 gmake[1]: Leaving directory '/home/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:140: cmTC_6be9b/fast] Error 2
Determining if the include file dbmalloc.h exists failed with the following output: Change Dir: /home/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake cmTC_6be9b/fast && /usr/bin/gmake -f CMakeFiles/cmTC_6be9b.dir/build.make CMakeFiles/cmTC_6be9b.dir/build gmake[1]: Entering directory '/home/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_6be9b.dir/CheckIncludeFile.c.o /usr/bin/cc -o CMakeFiles/cmTC_6be9b.dir/CheckIncludeFile.c.o -c /home/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c /home/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: dbmalloc.h: No such file or directory 1 | #include <dbmalloc.h> | ^~~~~~~~~~~~ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_6be9b.dir/build.make:85: CMakeFiles/cmTC_6be9b.dir/CheckIncludeFile.c.o] Error 1 gmake[1]: Leaving directory '/home/build/CMakeFiles/CMakeTmp' gmake: *** [Makefile:140: cmTC_6be9b/fast] Error 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I got this cmake error log when I run build.sh on Debian.
The text was updated successfully, but these errors were encountered: