|
From: Ben C. <Be...@cl...> - 2004-07-26 15:35:06
|
Darren,
Big oops to me I'm sorry to say. My 'gcc' is allowing c++ extensions I=20
think, where this programming style is legal. I'll have to find a way=20
of stopping it...
Thanks for the patch! Please let me know if you find any others :)
Regards, Ben.
Kemp, Darren wrote:
> Solaris wont compile this unless you switch
> sCGI =3D g_string_sized_new(SQL_SIZE);
> int iStates[4] =3D { 0, 0, 0, 0 };
>=20
> to
>=20
> int iStates[4] =3D { 0, 0, 0, 0 };
> sCGI =3D g_string_sized_new(SQL_SIZE);
>=20
> in cgi/cgi_raw_report.c
>=20
> line 49 or thereabouts.
>=20
> It gets angry if all your variable declarations don't come first.
>=20
> -dkk
>=20
> -----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
>=20
> Version 0.99.07 out.
>=20
> This fixes a minor bug with the Gant chart, an errant line.
>=20
> Also a fix to the output of 'configure'. When run, this now correctly=20
> displays:
>=20
>=20
> *****************************************************
>=20
> WARNING WARNING WARNING WARNING WARNING WARNING WARNING
> CHANGE SINCE 0.99.04:
>=20
> PLEASE CHECK THAT xpdfile_service_perfdata_template IN nagios.cfg
> HAS THE FOLLOWING CONTENT:
>=20
> xpdfile_service_perfdata_template=3D$TIMET$\t$HOSTNAME$\t$SERVICEDESC$\=
t$O
> UTPUT$\t$SERVICESTATE$\t$PERFDATA$
>=20
> *****************************************************
>=20
>=20
> Sorry if this caused any person confusion.
>=20
> Regards, Ben
>=20
>=20
>=20
>=20
> -------------------------------------------------------
> 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
>=20
>=20
>=20
>=20
> -------------------------------------------------------
> 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_idG21&alloc_id=10040&op=CCk
> _______________________________________________
> Perfparse-users mailing list
> Per...@li...
> https://lists.sourceforge.net/lists/listinfo/perfparse-users
>=20
|