[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GSIMap and gcc 2.95
From: |
Niels Grewe |
Subject: |
Re: GSIMap and gcc 2.95 |
Date: |
Tue, 16 Aug 2011 21:39:51 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110626 Icedove/3.1.11 |
Am 16.08.2011 13:06, schrieb Riccardo Mottola:
> Hi,
>
> what goes wrong here?
>
>
> Compiling file GSObjCRuntime.m ...
> In file included from GSObjCRuntime.m:727:
> ../../Headers/GNUstepBase/GSIMap.h: In function `GSIMapFreeNode':
> ../../Headers/GNUstepBase/GSIMap.h:465: cast to union type from type not
> present in union
> ../../Headers/GNUstepBase/GSIMap.h:468: cast to union type from type not
> present in union
> ../../Headers/GNUstepBase/GSIMap.h: In function `GSIMapCleanMap':
> ../../Headers/GNUstepBase/GSIMap.h:1186: cast to union type from type
> not present in union
> ../../Headers/GNUstepBase/GSIMap.h:1190: cast to union type from type
> not present in union
FWIW, this does not seem to be related to gcc 2.95 because I've been
seeing this error when I tried to get base to compile on an OS X machine
[0]. Since the GSIMap is a bit out of my league, I never figured out
what went wrong thereā¦
Cheers,
Niels
[0] The rationale being that I wanted to run the base test suite. Is
there any proper documentation on how to run it on OS X?