On Fri, 10 Sep 2004 20:12:14 -0300 Gustavo Rodrigues Ramos <[EMAIL PROTECTED]> wrote:
> Is there anyone here that uses flowextract [1] tool to analyse the flow > captured with flow-tools?? > > When I try to compile, I get this error: > > antares:/usr/src/flowextract-2.5# make all > gcc -O -c -o interp.o interp.c > interp.c: In function `evaluate': > interp.c:112: warning: assignment makes pointer from integer without a cast > interp.c:113: dereferencing pointer to incomplete type > interp.c:113: dereferencing pointer to incomplete type > interp.c:113: dereferencing pointer to incomplete type > make: ** [interp.o] Erro 1 It's a hack, but for each of the following files: interp.c timesub.c timeval.c Add the following line: #include <time.h> John _______________________________________________ Flow-tools mailing list [EMAIL PROTECTED] http://mailman.splintered.net/mailman/listinfo/flow-tools
