If you're not using Gorm 1.0.6, then please try with that version and let me know if it still fails.
--
Gregory John Casamento
----- Original Message ----
From: Yves de Champlain <[EMAIL PROTECTED]>
To: Discuss GNUstep <[email protected]>
Sent: Tuesday, April 18, 2006 12:47:53 AM
Subject: building Gorm on MacOSX
Gregory John Casamento
----- Original Message ----
From: Yves de Champlain <[EMAIL PROTECTED]>
To: Discuss GNUstep <[email protected]>
Sent: Tuesday, April 18, 2006 12:47:53 AM
Subject: building Gorm on MacOSX
Hi
In order to build gorm, I had to apply the rules of mingw32 in
Palettes/*/GNUmakefile.pramble
It works well but for 2Controls :
gcc-dp-4.1 -fgnu-runtime -bundle \
-o ./2Controls.palette/./2Controls \
[snip]
-L../../GormLib/./shared_obj -L../../GormObjCHeaderParser/./
shared_obj -L../../GormPrefs/./shared_obj -L../../GormCore/./
shared_obj -L/opt/local/GNUstep/System/Library/Libraries/ -lGorm -
lGormCore -lGormObjCHeaderParser -lgnustep-gui -lgnustep-base -lobjc -lm
/opt/local/bin/odld: warning -prebind has no effect with -bundle
/opt/local/bin/odld: multiple definitions of symbol
__objc_category_name_NSBox_IBObjectAdditions
./shared_obj/GormBoxAttributesInspector.o definition of
__objc_category_name_NSBox_IBObjectAdditions in section (__TEXT,__const)
../../GormCore/./shared_obj/libGormCore.dylib(single module)
definition of __objc_category_name_NSBox_IBObjectAdditions
/opt/local/bin/odld: multiple definitions of symbol
__objc_category_name_NSTextField_IBObjectAdditions
./shared_obj/GormTextFieldAttributesInspector.o definition of
__objc_category_name_NSTextField_IBObjectAdditions in section
(__TEXT,__const)
../../GormCore/./shared_obj/libGormCore.dylib(single module)
definition of __objc_category_name_NSTextField_IBObjectAdditions
/opt/local/bin/odld: multiple definitions of symbol
__objc_category_name_NSMatrix_IBObjectAdditions
./shared_obj/GormMatrixAttributesInspector.o definition of
__objc_category_name_NSMatrix_IBObjectAdditions in section
(__TEXT,__const)
../../GormCore/./shared_obj/libGormCore.dylib(single module)
definition of __objc_category_name_NSMatrix_IBObjectAdditions
collect2: ld returned 1 exit status
gnumake[3]: *** [2Controls.palette/./2Controls] Error 1
gnumake[2]: *** [2Controls.all.palette.variables] Error 2
gnumake[1]: *** [internal-all] Error 2
gnumake: *** [internal-all] Error 2
However, if I remove -lGormCore, I get an undefined symbol :
___objc_class_name_GormControlEditor
Is it ok or is there some better way ?
thanks
yves
_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep
In order to build gorm, I had to apply the rules of mingw32 in
Palettes/*/GNUmakefile.pramble
It works well but for 2Controls :
gcc-dp-4.1 -fgnu-runtime -bundle \
-o ./2Controls.palette/./2Controls \
[snip]
-L../../GormLib/./shared_obj -L../../GormObjCHeaderParser/./
shared_obj -L../../GormPrefs/./shared_obj -L../../GormCore/./
shared_obj -L/opt/local/GNUstep/System/Library/Libraries/ -lGorm -
lGormCore -lGormObjCHeaderParser -lgnustep-gui -lgnustep-base -lobjc -lm
/opt/local/bin/odld: warning -prebind has no effect with -bundle
/opt/local/bin/odld: multiple definitions of symbol
__objc_category_name_NSBox_IBObjectAdditions
./shared_obj/GormBoxAttributesInspector.o definition of
__objc_category_name_NSBox_IBObjectAdditions in section (__TEXT,__const)
../../GormCore/./shared_obj/libGormCore.dylib(single module)
definition of __objc_category_name_NSBox_IBObjectAdditions
/opt/local/bin/odld: multiple definitions of symbol
__objc_category_name_NSTextField_IBObjectAdditions
./shared_obj/GormTextFieldAttributesInspector.o definition of
__objc_category_name_NSTextField_IBObjectAdditions in section
(__TEXT,__const)
../../GormCore/./shared_obj/libGormCore.dylib(single module)
definition of __objc_category_name_NSTextField_IBObjectAdditions
/opt/local/bin/odld: multiple definitions of symbol
__objc_category_name_NSMatrix_IBObjectAdditions
./shared_obj/GormMatrixAttributesInspector.o definition of
__objc_category_name_NSMatrix_IBObjectAdditions in section
(__TEXT,__const)
../../GormCore/./shared_obj/libGormCore.dylib(single module)
definition of __objc_category_name_NSMatrix_IBObjectAdditions
collect2: ld returned 1 exit status
gnumake[3]: *** [2Controls.palette/./2Controls] Error 1
gnumake[2]: *** [2Controls.all.palette.variables] Error 2
gnumake[1]: *** [internal-all] Error 2
gnumake: *** [internal-all] Error 2
However, if I remove -lGormCore, I get an undefined symbol :
___objc_class_name_GormControlEditor
Is it ok or is there some better way ?
thanks
yves
_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep
_______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
