From: Yves M. <yme...@li...> - 2004-08-17 10:49:38
|
Back from holidays, and a lot to do here... Some questions anyway: - is that 0.99.07 ? Do you have those problems with 0.99.08 (or better: 0= .99.08ym3 at http://ymettier.chez.tiscali.fr/perfparse-devel/index.php) - what compiler do you use ? gcc ? I ask this question because I have nev= er seen some of the warning messages. But there is a beginning for anything :) - are you using GNU make ? On a Linux box, the answer is probably yes. On= some other systems, "make -v" can answer. If you are not using GNU make, test if gma= ke (this is GNU make) exist. This question is interesting because if this is the prob= lem, we will have a discussion about supporting only GNU make or not. - are you using the root account to compile ? You should not. Using the r= oot account is dangerous and only "make install" should be done with root permissions. G= ood system administrators also do "make -n install" before and check what will be do= ne. Well, this is not the solution of your problem, but I saw the "#" character at the e= nd that usually mean root ! :) Yves > Is there a deubg option that may give me more > information on solving my compling issue? Not really > sure what the error is...(happends on all versions > since.11 on freebsd 4.10/4.9) > > cgi_intro.c: In function `displayIntro': > cgi_intro.c:48: warning: use of `l' length character > with `f' type character > source=3D'cgi_raw_report.c' > object=3D'perfgraph_cgi-cgi_raw_report.o' libtool=3Dno > depfile=3D'.deps/perfgraph_cgi-cgi_raw_report.Po' > tmpdepfile=3D'.deps/perfgraph_cgi-cgi_raw_report.TPo' > depmode=3Dgcc /bin/sh ../depcomp gcc -DHAVE_CONFIG_H > -I. -I. -I.. -I/usr/local/include/mysql -O -pipe > -D_THREAD_SAFE -I/usr/local/include/glib-2.0 > -I/usr/local/lib/glib-2.0/include -I../libperfparse > '-DSYSCONFDIR=3D"/usr/local/etc"' -g -O2 -Wall -c -o > perfgraph_cgi-cgi_raw_report.o `test -f > 'cgi_raw_report.c' || echo './'`cgi_raw_report.c > cgi_raw_report.c: In function `displayRawHistory': > cgi_raw_report.c:49: syntax error before `int' > cgi_raw_report.c:208: `iStates' undeclared (first use > in this function) > cgi_raw_report.c:208: (Each undeclared identifier is > reported only once > cgi_raw_report.c:208: for each function it appears > in.) > cgi_raw_report.c:310: warning: use of `l' length > character with `f' type character > *** Error code 1 > > Stop in /tmp/perfparse-0.99.07/cgi. > *** Error code 1 > > Stop in /tmp/perfparse-0.99.07. > *** Error code 1 > > Stop in /tmp/perfparse-0.99.07. > stats# ll /usr/local/include/mysql/ > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > > ------------------------------------------------------- > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 > Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users > > --=20 - Homepage - http://ymettier.free.fr - http://www.logicacmg.com - - GPG key - http://ymettier.free.fr/gpg.txt - - Maitretarot - http://www.nongnu.org/maitretarot/ - - GTKtalog - http://www.nongnu.org/gtktalog/ - |