|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
Problems building Gorm svn rev 28802.Hi all,
I just rebuilt my laptop with a fresh install of Ubuntu Karmic. I did a fresh checkout of GNUstep from SVN and suddenly I cannot build Gorm anymore. Other stuff works (project center etc). If fails during linking: make -f GNUmakefile --no-print-directory --no-keep-going \ internal-app-compile \ GNUSTEP_TYPE=app \ GNUSTEP_INSTANCE=Gorm \ GNUSTEP_OPERATION=compile \ GNUSTEP_BUILD_DIR="." \ _GNUSTEP_MAKE_PARALLEL=yes gcc -rdynamic -fgnu-runtime -o Gorm.app/./Gorm \ ./obj/Gorm.m.o ./obj/main.m.o -LGormLib/./obj -LGormObjCHeaderParser/./obj -LGormPrefs/./obj -LGormCore/./obj -L/root/GNUstep/Library/Libraries -L/usr/GNUstep/Local/Library/Libraries -L/usr/GNUstep/System/Library/Libraries -lGormCore -lGorm -lGormObjCHeaderParser -lGormPrefs -lgnustep-gui -lgnustep-base -lpthread -lobjc -lm GormCore/./obj/libGormCore.so: undefined reference to `class_nextMethodList' collect2: ld returned 1 exit status make[2]: *** [Gorm.app/./Gorm] Error 1 make[1]: *** [internal-app-run-compile-submake] Error 2 make: *** [Gorm.all.app.variables] Error 2 Any ideas? Best regards, Tim _______________________________________________ Discuss-gnustep mailing list Discuss-gnustep@... http://lists.gnu.org/mailman/listinfo/discuss-gnustep |
|
|
Re: Problems building Gorm svn rev 28802.Yep... working on that. :)
On Sun, Oct 11, 2009 at 5:32 PM, Tim Kack <timkack@...> wrote: > Hi all, > > I just rebuilt my laptop with a fresh install of Ubuntu Karmic. > I did a fresh checkout of GNUstep from SVN and suddenly I cannot build > Gorm anymore. Other stuff works (project center etc). > > If fails during linking: > > > make -f GNUmakefile --no-print-directory --no-keep-going \ > internal-app-compile \ > GNUSTEP_TYPE=app \ > GNUSTEP_INSTANCE=Gorm \ > GNUSTEP_OPERATION=compile \ > GNUSTEP_BUILD_DIR="." \ > _GNUSTEP_MAKE_PARALLEL=yes > gcc -rdynamic -fgnu-runtime -o Gorm.app/./Gorm \ > ./obj/Gorm.m.o ./obj/main.m.o -LGormLib/./obj > -LGormObjCHeaderParser/./obj -LGormPrefs/./obj -LGormCore/./obj > -L/root/GNUstep/Library/Libraries -L/usr/GNUstep/Local/Library/Libraries > -L/usr/GNUstep/System/Library/Libraries -lGormCore -lGorm > -lGormObjCHeaderParser -lGormPrefs -lgnustep-gui -lgnustep-base > -lpthread -lobjc -lm > GormCore/./obj/libGormCore.so: undefined reference to > `class_nextMethodList' > collect2: ld returned 1 exit status > make[2]: *** [Gorm.app/./Gorm] Error 1 > make[1]: *** [internal-app-run-compile-submake] Error 2 > make: *** [Gorm.all.app.variables] Error 2 > > > Any ideas? > > Best regards, > Tim > > > > _______________________________________________ > Discuss-gnustep mailing list > Discuss-gnustep@... > http://lists.gnu.org/mailman/listinfo/discuss-gnustep > -- Gregory Casamento Open Logic Corporation, Principal Consultant ## GNUstep Chief Maintainer yahoo/skype: greg_casamento, aol: gjcasa (240)274-9630 (Cell), (301)362-9640 (Home) _______________________________________________ Discuss-gnustep mailing list Discuss-gnustep@... http://lists.gnu.org/mailman/listinfo/discuss-gnustep |
| Free embeddable forum powered by Nabble | Forum Help |