Hi Ivan,
On Mon, Jul 08, 2013 at 02:37:26PM +0200, Ivan Vučica wrote:
I'm interested in what broke with CoreBase/Opal/QuartzCore?
CoreBase compilation failed with the following message (I haven't
looked at it, I'm lazy...) and Opal and QuartzCore depend on
CoreBase.
Making all for library libgnustep-corebase...
cd .; \
/usr/share/GNUstep/Makefiles/mkinstalldirs
./obj/libgnustep-corebase.obj/
gcc CFArray.c -c \
-MMD -MP -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1
-DGNUSTEP_BASE_LIBRARY=1 -pthread -pthread -fPIC -Wall -DGSWARN -DGSDIAGNOSE
-Wno-import -g -O2 -DBUILDING_SELF -I../Headers -I.
-I/usr/local/include/GNUstep -I/usr/include/GNUstep \
-o obj/libgnustep-corebase.obj/CFArray.c.o
In file included from ../Headers/CoreFoundation/CFBase.h:52:0,
from ../Headers/CoreFoundation/CFRuntime.h:30,
from CFArray.c:27:
/usr/include/GNUstep/GNUstepBase/GSVersionMacros.h:208:2: warning: #import is a
deprecated GCC extension [-Wdeprecated]
In file included from CFArray.c:30:0:
../Headers/CoreFoundation/CFString.h:192:3: error: unknown type name
'CFLocaleRef'
../Headers/CoreFoundation/CFString.h:457:51: error: unknown type name
'CFLocaleRef'
../Headers/CoreFoundation/CFString.h:478:50: error: unknown type name
'CFLocaleRef'
../Headers/CoreFoundation/CFString.h:502:50: error: unknown type name
'CFLocaleRef'
In file included from CFArray.c:31:0:
GSPrivate.h:314:31: error: unknown type name 'CFLocaleRef'
make[5]: *** [obj/libgnustep-corebase.obj/CFArray.c.o] Error 1