bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #28307] BaseAdditions broken on Mac Snow Leopard


From: David Wetzel
Subject: [bug #28307] BaseAdditions broken on Mac Snow Leopard
Date: Sat, 30 Jan 2010 20:50:09 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; de-de) AppleWebKit/531.21.8 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10

Follow-up Comment #1, bug #28307 (project gnustep):

cd make/trunk/
./configure --with-library-combo=apple-apple-apple
sudo make install
source /Library/GNUstep/Makefiles/GNUstep.csh
cd ../../base/trunk/
./configure --with-xml-prefix=/usr --disable-xmltest
make debug=yes
This is gnustep-make 2.2.0. Type 'make print-gnustep-make-help' for help.
Making all in Source...
rm -f dynamic-load.h
cp simple-load.h dynamic-load.h
/Library/GNUstep/Makefiles/mkinstalldirs .
mv ../Headers/Additions/GNUstepBase/config.h .
touch ./config.h
/Library/GNUstep/Makefiles/mkinstalldirs ./GNUstepBase
mv ../Headers/Additions/GNUstepBase/GSConfig.h ./GNUstepBase
touch ./GNUstepBase/GSConfig.h
Making all in subprojects of library libgnustep-baseadd...
Making all for subproject Additions...
Compiling file GSCategories.m ...
In file included from ../../Headers/Additions/GNUstepBase/GSCategories.h:51,
                from GSCategories.m:28:
../../Headers/Additions/GNUstepBase/GSObjCRuntime.h: In function
‘GSObjCClass’:
../../Headers/Additions/GNUstepBase/GSObjCRuntime.h:193: error: ‘struct
objc_object’ has no member named ‘class_pointer’
../../Headers/Additions/GNUstepBase/GSObjCRuntime.h:194: warning: control
reaches end of non-void function
../../Headers/Additions/GNUstepBase/GSObjCRuntime.h: In function
‘GSObjCSuper’:
../../Headers/Additions/GNUstepBase/GSObjCRuntime.h:214: warning: implicit
declaration of function ‘class_get_super_class’
../../Headers/Additions/GNUstepBase/GSObjCRuntime.h:214: warning: return
makes pointer from integer without a cast
../../Headers/Additions/GNUstepBase/GSObjCRuntime.h: In function
‘GSObjCIsInstance’:
../../Headers/Additions/GNUstepBase/GSObjCRuntime.h:226: warning: implicit
declaration of function ‘object_is_instance’
../../Headers/Additions/GNUstepBase/GSObjCRuntime.h: In function
‘GSObjCIsClass’:
../../Headers/Additions/GNUstepBase/GSObjCRuntime.h:238: warning: implicit
declaration of function ‘object_is_class’
../../Headers/Additions/GNUstepBase/GSObjCRuntime.h: In function
‘GSClassFromName’:
../../Headers/Additions/GNUstepBase/GSObjCRuntime.h:269: warning: implicit
declaration of function ‘objc_lookup_class’
../../Headers/Additions/GNUstepBase/GSObjCRuntime.h:269: warning: return
makes pointer from integer without a cast
../../Headers/Additions/GNUstepBase/GSObjCRuntime.h: In function
‘GSNameFromClass’:
../../Headers/Additions/GNUstepBase/GSObjCRuntime.h:281: warning: implicit
declaration of function ‘class_get_class_name’
../../Headers/Additions/GNUstepBase/GSObjCRuntime.h:281: warning: return
makes pointer from integer without a cast
../../Headers/Additions/GNUstepBase/GSObjCRuntime.h: In function
‘GSClassNameFromObject’:
../../Headers/Additions/GNUstepBase/GSObjCRuntime.h:293: warning: implicit
declaration of function ‘object_get_class_name’
../../Headers/Additions/GNUstepBase/GSObjCRuntime.h:293: warning: return
makes pointer from integer without a cast
../../Headers/Additions/GNUstepBase/GSObjCRuntime.h: In function
‘GSNameFromSelector’:
../../Headers/Additions/GNUstepBase/GSObjCRuntime.h:305: warning: implicit
declaration of function ‘sel_get_name’
../../Headers/Additions/GNUstepBase/GSObjCRuntime.h:305: warning: return
makes pointer from integer without a cast
../../Headers/Additions/GNUstepBase/GSObjCRuntime.h: In function
‘GSSelectorFromName’:
../../Headers/Additions/GNUstepBase/GSObjCRuntime.h:322: warning: implicit
declaration of function ‘sel_get_uid’
../../Headers/Additions/GNUstepBase/GSObjCRuntime.h:322: warning: return
makes pointer from integer without a cast
../../Headers/Additions/GNUstepBase/GSObjCRuntime.h: In function
‘GSSelectorFromNameAndTypes’:
../../Headers/Additions/GNUstepBase/GSObjCRuntime.h:345: warning: implicit
declaration of function ‘sel_get_any_typed_uid’
../../Headers/Additions/GNUstepBase/GSObjCRuntime.h:345: warning: assignment
makes pointer from integer without a cast
../../Headers/Additions/GNUstepBase/GSObjCRuntime.h:349: warning: implicit
declaration of function ‘sel_get_typed_uid’
../../Headers/Additions/GNUstepBase/GSObjCRuntime.h:349: warning: assignment
makes pointer from integer without a cast
../../Headers/Additions/GNUstepBase/GSObjCRuntime.h:355: warning: implicit
declaration of function ‘sel_register_name’
../../Headers/Additions/GNUstepBase/GSObjCRuntime.h:355: warning: assignment
makes pointer from integer without a cast
../../Headers/Additions/GNUstepBase/GSObjCRuntime.h:359: warning: implicit
declaration of function ‘sel_register_typed_name’
../../Headers/Additions/GNUstepBase/GSObjCRuntime.h:359: warning: assignment
makes pointer from integer without a cast
../../Headers/Additions/GNUstepBase/GSObjCRuntime.h: In function
‘GSTypesFromSelector’:
../../Headers/Additions/GNUstepBase/GSObjCRuntime.h:377: warning: implicit
declaration of function ‘sel_get_type’
../../Headers/Additions/GNUstepBase/GSObjCRuntime.h:377: warning: return
makes pointer from integer without a cast
../../Headers/Additions/GNUstepBase/GSObjCRuntime.h: In function
‘GSObjCVersion’:
../../Headers/Additions/GNUstepBase/GSObjCRuntime.h:638: warning: implicit
declaration of function ‘class_get_version’
In file included from ../../Headers/Additions/GNUstepBase/GSCategories.h:51,
                from GSCategories.m:28:
../../Headers/Additions/GNUstepBase/GSObjCRuntime.h: At top level:
../../Headers/Additions/GNUstepBase/GSObjCRuntime.h:682: error: expected
‘)’ before ‘*’ token
In file included from GSCategories.m:28:
../../Headers/Additions/GNUstepBase/GSCategories.h:308: error: expected
‘)’ before ‘retval_t’
../../Headers/Additions/GNUstepBase/GSCategories.h:308: error: expected
‘)’ before ‘arglist_t’
../../Headers/Additions/GNUstepBase/GSCategories.h:309: error: expected
‘)’ before ‘arglist_t’
In file included from GSCategories.m:30:
.././GSPrivate.h:202: error: @defs is not supported in new abi
GSCategories.m: In function ‘-[NSAttributedString(GSCategories)
attributedSubstringWithRange:]’:
GSCategories.m:161: warning: format not a string literal and no format
arguments
GSCategories.m: In function ‘+[NSNumber(GSCategories)
valueFromString:]’:
GSCategories.m:1034: warning: ‘cString’ is deprecated (declared at
/System/Library/Frameworks/Foundation.framework/Headers/NSString.h:367)
make[4]: *** [obj/GSCategories.m.o] Error 1
make[3]: *** [internal-subproject-all_] Error 2
make[2]: *** [Additions.all.subproject.variables] Error 2
make[1]: *** [libgnustep-baseadd.all.library.variables] Error 2
make: *** [internal-all] Error 2


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?28307>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]