Re: [bwm-tools-tech] Compilation problems
Brought to you by:
nkukard
From: Kevork <ke...@cy...> - 2003-12-08 04:45:12
|
Hi !, I see some other ones have compilation problems, I have also .... I am trying to complie version 0.1.7 on RH 9.0. Compliation claims that glibc.h is not found, but it exists .. (is /usr/include/glib-1.2/glib.h) I paste here some of errors ... Could some one give some ad about this ?. Thank you very much, Kevork --- [/usr/local/src/bwm_tools-0.1.7] # make for dir in lib bwm_firewall bwm_graph bwmd bwm_monitor; \ do \ make -C $dir all; \ res=$?; \ if [ $res != '0' ]; then exit $res; fi \ done make[1]: Entering directory `/usr/local/src/bwm_tools-0.1.7/lib' make libbwm.a make[2]: Entering directory `/usr/local/src/bwm_tools-0.1.7/lib' cc -I/usr/include/libxml2 -Wall -I../include -D_GNU_SOURCE -c flow.c flow.c:9:18: glib.h: No such file or directory In file included from flow.c:14: ../include/common.h:12:18: glib.h: No such file or directory In file included from flow.c:14: ../include/common.h:31: parse error before "GList" ../include/common.h:31: warning: no semicolon at end of struct or union ../include/common.h:32: warning: type defaults to `int' in declaration of `lock' ../include/common.h:32: warning: data definition has no type or storage class ../include/common.h:33: parse error before '}' token ../include/common.h:40: parse error before "GList" ../include/common.h:40: warning: no semicolon at end of struct or union ../include/common.h:41: warning: type defaults to `int' in declaration of `flows' ../include/common.h:41: warning: data definition has no type or storage class ../include/common.h:42: parse error before '*' token --- |