Thanks, again, George.
I had made a change that I thought accomplished what you suggested -
but - apparently not. 
Your suggestion allowed me to complete the compiles, plugins compiled
and installed cleanly and I have just added my first user.
I really appreciate all of your assistance.

Gregg

>>> George Theall <[EMAIL PROTECTED]> 12/8/2004 5:54:07 PM >>>
On Wed, Dec 08, 2004 at 02:17:13PM -0400, Gregory Whitehouse wrote:

> gdchart0.94b/gdchart.h:111: warning: dereferencing type-punned
pointer
> will break strict-aliasing rules
> gdchart0.94b/gdchart.h:111: error: initializer element is not
constant
...
> After a search of the mail archives and finding similar problems, I
> have made multiple changes to FLT_MAX and GDC_NOVALUE but with no
> success.

I'm not sure what you've done exactly, but try changing "-MAXFLOAT" on
line
111 in gdchart.h to "GDC_NOVALUE" and changing the #define on line 46
of 
gdc.h to be:

    #define GDC_NOVALUE         -((float)3.40e+38)

I don't know if this will solve the problem as I'm not an AIX person,
but it's something to try if you're desparate. 

George
-- 
[EMAIL PROTECTED]
Confidentiality: This email message may contain confidential
information and is intended only for the individual named. If you
are not the named addressee you should not disseminate, distribute
or copy this email. Please notify the sender immediately by email
if you have received this email by mistake and delete this email
from your system. Email transmissions cannot be guaranteed to be
secure or error free as information could be intercepted, corrupted, 
lost, destroyed, arrive late or incomplete, or contain viruses. 
The sender therefore does not accept any liability for errors or
omissions in the contents of this message that arise as a result 
of email transmissions. If verification is required please request a hard 
copy version.

_______________________________________________
Nessus mailing list
[EMAIL PROTECTED]
http://mail.nessus.org/mailman/listinfo/nessus

Reply via email to