peto <[EMAIL PROTECTED]> writes: > but maybe it is in gcc > > [EMAIL PROTECTED] peto]$ gcc --version > gcc (GCC) 3.2 (Mandrake Linux 9.0 3.2-1mdk) > Hi Peter,
yes, that might indeed be the case - Sun builds with 3.4.1, the oldest version I've personally tried is 3.3. Please note that this code is in since October, and has probably been successfully built thousands of times. You might try to temporarily comment out the offending code, and see how far it takes you - if this remains the only problem, I'm willing to invest some time to sort it out. > I will try to find includes in header- I do not know why .hxx is > used instad of simple .h > Well, to distinguish it from pure c headers - not uncommon in c++ land. Cheers, -- Thorsten If you're not failing some of the time, you're not trying hard enough. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
