[sleuthkit-users] afflib problems
Brought to you by:
carrier
|
From: DePriest, J. R. <jrd...@gm...> - 2007-01-11 00:29:09
|
I know this isn't a newsgroup for afflib, but I figured someone here
would have an answer.
I run Sleuthkit on Cygwin on a Windows 2003 Server.
The afflib bits that are included with TSK compiled after I changed a
valloc reference to malloc.
I downloaded the source code for afflib separately because I wanted to
get at the tools to convert dd images to aff images.
I cannot get the thing to finish compiling.
I had to make the same valloc to malloc change (I am using the 2.0a15 release).
The configure script runs fine, but make fails when it gets to
afconvert with this:
USER@hostname ~/afflib-2.0a15
$ make
make all-recursive
make[1]: Entering directory `/cygdrive/c/Documents and
Settings/USER/afflib-2.0a15'
Making all in lib
make[2]: Entering directory `/cygdrive/c/Documents and
Settings/USER/afflib-2.0a15/lib'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/cygdrive/c/Documents and
Settings/USER/afflib-2.0a15/lib'
Making all in tools
make[2]: Entering directory `/cygdrive/c/Documents and
Settings/USER/afflib-2.0a15/tools'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../lib/ -g -O2 -MT
afconvert.o -MD -MP -MF ".deps/afconvert.Tpo" -c -o afconvert.o
afconvert.cpp; \
then mv -f ".deps/afconvert.Tpo" ".deps/afconvert.Po"; else rm
-f ".deps/afconvert.Tpo"; exit 1; fi
afconvert.cpp: In function `int convert(const char*, char*)':
afconvert.cpp:386: error: `warn' undeclared (first use this function)
afconvert.cpp:386: error: (Each undeclared identifier is reported only
once for each function it appears in.)
make[2]: *** [afconvert.o] Error 1
make[2]: Leaving directory `/cygdrive/c/Documents and
Settings/USER/afflib-2.0a15/tools'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/cygdrive/c/Documents and
Settings/USER/afflib-2.0a15'
make: *** [all] Error 2
Any fantastic ideas?
-Jason
|