[sleuthkit-users] problem compiling sleuthkit 2.07 on cygwin
Brought to you by:
carrier
|
From: DePriest, J. R. <jrd...@gm...> - 2006-12-17 08:08:33
|
I have been successfully running 2.06 on cygwin.
I downloaded the source code for 2.07 and it will not compile.
The errors I receive are:
make[1]: Entering directory `/incoming/sleuthkit-2.07/src/afflib/lib'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../lzma443/C
-I../lzma443/C/7zip/Compress/LZMA_Alone -g -O2
-MT aff_db.o -MD -MP -MF ".deps/aff_db.Tpo" -c -o aff_db.o aff_db.cpp;
\
then mv -f ".deps/aff_db.Tpo" ".deps/aff_db.Po"; else rm -f
".deps/aff_db.Tpo"; ex it 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../lzma443/C
-I../lzma443/C/7zip/Compress/LZMA_Alone -g -O2
-MT aff_toc.o -MD -MP -MF ".deps/aff_toc.Tpo" -c -o aff_toc.o
aff_toc.cpp; \
then mv -f ".deps/aff_toc.Tpo" ".deps/aff_toc.Po"; else rm -f
".deps/aff_toc.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../lzma443/C
-I../lzma443/C/7zip/Compress/LZMA_Alone -g -O2
-MT afflib.o -MD -MP -MF ".deps/afflib.Tpo" -c -o afflib.o afflib.cpp;
\
then mv -f ".deps/afflib.Tpo" ".deps/afflib.Po"; else rm -f
".deps/afflib.Tpo"; ex it 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../lzma443/C
-I../lzma443/C/7zip/Compress/LZMA_Alone -g -O2
-MT afflib_os.o -MD -MP -MF ".deps/afflib_os.Tpo" -c -o afflib_os.o
afflib_os. cpp; \
then mv -f ".deps/afflib_os.Tpo" ".deps/afflib_os.Po"; else rm
-f ".deps/afflib_os .Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../lzma443/C
-I../lzma443/C/7zip/Compress/LZMA_Alone -g -O2
-MT afflib_pages.o -MD -MP -MF ".deps/afflib_pages.Tpo" -c -o
afflib_pages.o a fflib_pages.cpp; \
then mv -f ".deps/afflib_pages.Tpo" ".deps/afflib_pages.Po";
else rm -f ".deps/aff lib_pages.Tpo"; exit 1; fi
afflib_pages.cpp: In function `aff_pagebuf* af_cache_alloc(AFFILE*, int64)':
afflib_pages.cpp:542: error: `valloc' undeclared (first use this function)
afflib_pages.cpp:542: error: (Each undeclared identifier is reported
only once for each fu nction it appears in.)
make[1]: *** [afflib_pages.o] Error 1
make[1]: Leaving directory `/incoming/sleuthkit-2.07/src/afflib/lib'
Error: Missing lib/libafflib.a file
make: *** [no-perl] Error 1
The file it says it not there really is not there.
What else can I provide that would be helpful?
I have tried this on two different systems, both running Windows 2003
Enterprise Server and cygwin 1.5.22(0.156/4/2)
Thanks!
-Jason
|