Thank you. I will apply the suggested changes to the makefiles in SVN. -- Gregory Casamento
----- Original Message ---- From: Yves de Champlain <[EMAIL PROTECTED]> To: Gregory John Casamento <[EMAIL PROTECTED]> Cc: GNUstep Discuss-gnustep <[email protected]> Sent: Sunday, May 20, 2007 11:53:42 AM Subject: Re: ANN: Gorm 1.2.1 Le 07-05-07 à 22:57, Gregory John Casamento a écrit : > 1 ANNOUNCE > ********** > > This is version 1.2.1 of Gorm. Hi Here are the modifications needed to build Gorm on MacOSX with gnu- gnu-gnu combo : In Palettes/*/GNUmakefile.preamble the ifeq ($(GNUSTEP_TARGET_OS),mingw32) should test true too. I use ifeq ($(CC_BUNDLE),yes) I also add -lGormObjCHeaderParser to LIBRARIES_DEPEND_UPON (I remove -lGormCore in Palettes/2Controls/GNUmakefile.preamble) In GormCore/GNUmakefile.preamble I add SHARED_LD_POSTFLAGS += -lgnustep-base -lgnustep-gui -lGorm - lGormObjCHeaderParser In GormPrefs SHARED_LD_POSTFLAGS += -lGorm -lGormCore -L../GormObjCHeaderParser/ obj -lGormObjCHeaderParser thanks yves _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
