Hi Andreas This sounds like a compiler issue such as the flags being passed to gcc (just guessing as I don't use Solaris) or a compiler headers issue such as which system headers are being included. What version of gcc is being called? Also I believe there is a way to tell gnustep-make what parameters are being passed to the compiler (some may be turning on an ANSI or ISO so POSIX C compatibility mode or some type of optimisation or a bad header or something).
Cheers Chris On Jul 31, 2:49 am, Andreas Höschler <[EMAIL PROTECTED]> wrote: > Hi all, > > Responding to my own postting ... ..snipped... > > I checked all the given files but have no idea what could be wrong > > here. I am stuck! Anyone else had thi sproblem or knows what gcc is > > tryingto tell me? > > Replacing all occurances of typeof in the following files > > pico /src/core/base/Headers/Additions/GNUstepBase/preface.h > pico /src/core/base/Headers/Foundation/NSRange.h > pico /src/core/base/Headers/Foundation/NSGeometry.h > > with __typeof__ and reinstalling base seems to fix the problem!? > > Regards, > > Andreas _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
