ossimlabs / ossim

Core OSSIM (Open Source Software Image Map) package including C++ code for OSSIM library, command-line applications, tests, and build system
MIT License
295 stars 142 forks source link

How can I get dbmalloc.h #274

Open DzeeHu opened 2 years ago

DzeeHu commented 2 years ago

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 | ^~~~ 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