Re: [bwm-tools-tech] Error on Make
Brought to you by:
nkukard
From: Nigel K. <nk...@lb...> - 2008-09-15 05:26:29
|
> I got error on make, need advise from all. > > Thank you > > Error logs > > s01:/opt/bwm_tools-0.3.0 # make > make all-recursive > make[1]: Entering directory `/opt/bwm_tools-0.3.0' > Making all in lib > make[2]: Entering directory `/opt/bwm_tools-0.3.0/lib' > /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I. ./include -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/ include/libxml2 -DLOG_DIR=\"/var/bwm_tools\" -g -O2 -MT libbwm_la-xmlConf.lo -M D -MP -MF .deps/libbwm_la-xmlConf.Tpo -c -o libbwm_la-xmlConf.lo `test -f 'xmlCo nf.c' || echo './'`xmlConf.c > gcc -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -I/usr/include/glib-2.0 -I/u sr/lib/glib-2.0/include -I/usr/include/libxml2 -DLOG_DIR=\"/var/bwm_tools\" -g - O2 -MT libbwm_la-xmlConf.lo -MD -MP -MF .deps/libbwm_la-xmlConf.Tpo -c xmlConf.c -fPIC -DPIC -o .libs/libbwm_la-xmlConf.o > In file included from ../include/flow.h:30, > from ../include/autoclass.h:29, > from xmlConf.c:32: > /usr/include/linux/netfilter.h:40: error: expected specifier-qualifier-list befo re â__u32â > make[2]: *** [libbwm_la-xmlConf.lo] Error 1 > make[2]: Leaving directory `/opt/bwm_tools-0.3.0/lib' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/opt/bwm_tools-0.3.0' > make: *** [all] Error 2 Please try the attached patch and let me know if it fixes your problem. Regards Nigel |