From: Florian G. <fl...@bi...> - 2006-03-09 16:47:45
|
Fixed in latest snapshot now. See http://wiki.perfparse.org/cvs_snapshots/ Flo Yves wrote: > Flo is working on this. > > >>from latest cvs snapshot (2006-03-03) >>First to get this to compile on Fedora Core 4, I had to change in configure.ac >>AM_PROG_LIBTOOL >>to >>AC_PROG_LIBTOOL > > > Yes, you are right : AM_PROG_LIBTOOL is deprecated > Flo : check here : http://www.gnu.org/software/libtool/manual.html#AC_005fPROG_005fLIBTOOL > > For the following, this is probably because of the incompatibility with infinite numbers > between Linux and Solaris (isinf() and other functions). Flo asked for my help, but I > have no better solution than what is in the latest stable perfparse version. If anybody > can help... > > Yves > > >>Then using the following configure line, i get the following output: >> >> >>./configure --prefix=/usr --with-init-dir=/etc/init.d --with-cgiurl=/na >>gios/cgi-bin --with-htmurl=/nagios --with-lockfile=/var/run/nagi >>os.pid --with-imagedir=/usr/share/nagios/images/ --with-cgidir=/usr/lib/nagios/ >>cgi --with-http_image_path=/nagios/images --sysconfdir=/etc/nagios --localstated >>ir=/var >> >> >>In file included from /usr/include/math.h:70, >> from ../libnagios_perfdata_parser/libnagios_perfdata_parser.h:3 >>0, >> from storage_file_output.c:39: >>/usr/include/bits/mathcalls.h:202: error: syntax error before '||' token >>make[2]: *** [libpp_storage_file_output_la-storage_file_output.lo] Error 1 >>make[2]: Leaving directory `/var/lib/gforge/chroot/home/users/user/Backup/pe >>rfparse-all/modules' >>make[1]: *** [all-recursive] Error 1 >>make[1]: Leaving directory `/var/lib/gforge/chroot/home/users/user/Backup/pe >>rfparse-all' >>make: *** [all] Error 2 >> >>any help would be appreciated... >> >> >> >>------------------------------------------------------- >>This SF.Net email is sponsored by xPML, a groundbreaking scripting language >>that extends applications into web and mobile media. Attend the live webcast >>and join the prime developer group breaking into this new coding territory! >>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 >>_______________________________________________ >>Perfparse-users mailing list >>Per...@li... >>https://lists.sourceforge.net/lists/listinfo/perfparse-users >> >>-- >>This message has been scanned for viruses and >>dangerous content by Tier3Consulting.com MailScanner, and is >>believed to be clean. >> >> > > > |