Re: [bwm-tools-tech] Compilation problems
Brought to you by:
nkukard
From: Nigel K. <nk...@lb...> - 2003-12-09 08:36:33
|
I have no clue how you got past the configure script because it checks for = glib-2.0.0 or higher & libxml 2.0.0 or higher. Install more recent versions and it should compile ;-) On Mon, Dec 08, 2003 at 01:45:02AM -0300, Kevork wrote: > 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 ?. >=20 > Thank you very much, > Kevork >=20 >=20 >=20 >=20 > --- >=20 > [/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=3D$?; \ > if [ $res !=3D '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 >=20 > --- >=20 >=20 >=20 > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > bwm-tools-tech mailing list > bwm...@li... > https://lists.sourceforge.net/lists/listinfo/bwm-tools-tech --=20 Nigel Kukard (Chief Executive Officer) Lando Technologies Africa (Pty) Ltd ni...@la... www.lando.co.za Tel: 083 399 5822 Fax: 086 1100036 Hoheisen Park Bellville, Cape Town National Internet Service Provider The best language to use is the language that was designed for what you want to use it for - 1997 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Disclaimer ---------- The contents of this message and any attachments are intended=20 solely for the addressee's use and may be legally privileged and/or=20 confidential information. This message may not be retained,=20 distributed, copied or used if you are not he addressee of this=20 message. If this message was sent to you in error, please notify=20 the sender immediately by reply e-mail and then destroy the message=20 and any copies thereof. Opinions, conclusions and other information in this message may be=20 personal to the sender and is not that of Lando Technologies Africa=20 or any of it's subsideries, associated companies or principals and=20 is therefore not endorsed by any of the Lando groups of companies.=20 Due to e-maill communication being insecure, Lando groups of=20 companies do not guarantee confidentiality, security, accuracy or =20 performance of the e-mail. Any liability for viruses is excluded=20 to the fullest extent. |