Hi, I downloaded the latest tcng release, however am having problems to build it…below are the kind of error messages am getting. Do u people have a clue as to why this is happening ?
Thanks in advance
=-============================================ - - - - make[3]: Entering directory `/home/joolia/tcnge/tcng/tcsim/ulib/iproute2/lib' gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -Werror -g -I../include-glibc -include ../include-glibc/glibc-bugs.h -I/home/joolia/tcnge/tcng/tcsim/klib/include -I../include -DRESOLVE_HOSTNAMES -c -o ll_map.o ll_map.c gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -Werror -g -I../include-glibc -include ../include-glibc/glibc-bugs.h -I/home/joolia/tcnge/tcng/tcsim/klib/include -I../include -DRESOLVE_HOSTNAMES -c -o libnetlink.o libnetlink.c libnetlink.c: In function `rtnl_dump_filter': libnetlink.c:130: warning: comparison between signed and unsigned libnetlink.c: In function `rtnl_talk': libnetlink.c:227: warning: comparison between signed and unsigned libnetlink.c:253: warning: comparison between signed and unsigned libnetlink.c: In function `rtnl_listen': libnetlink.c:329: warning: comparison between signed and unsigned libnetlink.c: In function `rtnl_from_file': libnetlink.c:394: warning: comparison between signed and unsigned libnetlink.c: In function `addattr32': libnetlink.c:421: warning: comparison between signed and unsigned libnetlink.c: In function `addattr_l': libnetlink.c:436: warning: comparison between signed and unsigned make[3]: *** [libnetlink.o] Error 1 make[3]: Leaving directory `/home/joolia/tcnge/tcng/tcsim/ulib/iproute2/lib' make[2]: *** [iproute2/lib/libnetlink.a] Error 2 make[2]: Leaving directory `/home/joolia/tcnge/tcng/tcsim/ulib' make[1]: *** [ulib/ulib.o] Error 2 make[1]: Leaving directory `/home/joolia/tcnge/tcng/tcsim' make: *** [all] Error 1
|