Skip to Content.
Sympa Menu

ndt-users - Compile errors

Subject: ndt-users list created

List archive

Compile errors


Chronological Thread 
  • From:
  • To:
  • Subject: Compile errors
  • Date: Tue, 31 Jul 2007 07:58:42 -0400 (EDT)

Hi All!

I am trying to get NDT installed and had followed the instructions on the
INSTALL file.

running on Debian Lenny,
I have installed web100 and compiled the kernel and libraries.
installed Java6 SDK

Basically done step by step according to the INSTALL.
when trying to make ndt I get the message below:


make[2]: Leaving directory `/root/ndt-3.4.1/I2util'
Making all in src
make[2]: Entering directory `/root/ndt-3.4.1/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/web100 -I../I2util
'-DBASEDIR="/usr/local/ndt"' -pedantic -Wall -O2 -DNDEBUG
-DEXPERIMENTAL_ENABLED -MT web100srv-web100srv.o -MD -MP -MF
".deps/web100srv-web100srv.Tpo" -c -o web100srv-web100srv.o `test -f
'web100srv.c' || echo './'`web100srv.c; \
then mv -f ".deps/web100srv-web100srv.Tpo"
".deps/web100srv-web100srv.Po"; else rm -f ".deps/web100srv-web100srv.Tpo";
exit 1; fi
In file included from web100srv.h:20,
from web100srv.c:73:
/usr/local/include/web100/web100.h:53: warning: comma at end of enumerator
list
web100srv.c:127: error: expected ג€˜=ג€™, ג€˜,ג€™,
ג€˜;ג€™, ג€˜asmג€™ or ג€˜__attribute__ג€™
before ג€˜*ג€™ token
web100srv.c:128: error: expected ג€˜=ג€™, ג€˜,ג€™,
ג€˜;ג€™, ג€˜asmג€™ or ג€˜__attribute__ג€™
before ג€˜*ג€™ token
web100srv.c: In function ג€˜cleanupג€™:
web100srv.c:267: warning: implicit declaration of function
ג€˜check_signal_flagsג€™
make[2]: *** [web100srv-web100srv.o] Error 1
make[2]: Leaving directory `/root/ndt-3.4.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/ndt-3.4.1'
make: *** [all] Error 2




Archive powered by MHonArc 2.6.16.

Top of Page