|
From: Kemp, D. <Dar...@xe...> - 2004-07-26 15:23:37
|
Solaris wont compile this unless you switch
sCGI =3D g_string_sized_new(SQL_SIZE);
int iStates[4] =3D { 0, 0, 0, 0 };
to
int iStates[4] =3D { 0, 0, 0, 0 };
sCGI =3D g_string_sized_new(SQL_SIZE);
in cgi/cgi_raw_report.c
line 49 or thereabouts.
It gets angry if all your variable declarations don't come first.
-dkk
-----Original Message-----
From: per...@li...
[mailto:per...@li...] On Behalf Of Ben
Clewett
Sent: Monday, July 26, 2004 8:02 AM
To: per...@li...
Subject: [Perfparse-users] Release 0.99.07
Version 0.99.07 out.
This fixes a minor bug with the Gant chart, an errant line.
Also a fix to the output of 'configure'. When run, this now correctly=20
displays:
*****************************************************
WARNING WARNING WARNING WARNING WARNING WARNING WARNING
CHANGE SINCE 0.99.04:
PLEASE CHECK THAT xpdfile_service_perfdata_template IN nagios.cfg
HAS THE FOLLOWING CONTENT:
xpdfile_service_perfdata_template=3D$TIMET$\t$HOSTNAME$\t$SERVICEDESC$\t$=
O
UTPUT$\t$SERVICESTATE$\t$PERFDATA$
*****************************************************
Sorry if this caused any person confusion.
Regards, Ben
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=3D4721&alloc_id=3D10040&op=3Dclick
_______________________________________________
Perfparse-users mailing list
Per...@li...
https://lists.sourceforge.net/lists/listinfo/perfparse-users
|