Hello Im compiling gnustep on Debian13 (trixie) today to make nice packages for my use across the board. On Gnustep GUI I run into a strange problem:
Making all for service GSspell... Compiling file GSspell.m ... Linking service GSspell ... Making all in speech ... Making all for app GSSpeechServer... gmake[5]: Nothing to be done for 'internal-app-compile'. Creating GSSpeechServer.app/Resources/GSSpeechServer.desktop... pl2link: symbol lookup error: pl2link: undefined symbol: __objc_class_name_NSString chmod: cannot access './GSSpeechServer.app/Resources/GSSpeechServer.desktop': No such file or directory gmake[4]: *** [/usr/GNUstep/System/Library/Makefiles/Instance/application.make:297: GSSpeechServer.app/Resources/GSSpeechServer.desktop] Error 1 gmake[3]: *** [/usr/GNUstep/System/Library/Makefiles/Master/rules.make:297: GSSpeechServer.all.app.variables] Error 2 gmake[2]: *** [/usr/GNUstep/System/Library/Makefiles/Master/application.make:38: internal-all] Error 2 gmake[1]: *** [/usr/GNUstep/System/Library/Makefiles/Master/serial-subdirectories.make:53: internal-all] Error 2 make: *** [/usr/GNUstep/System/Library/Makefiles/Master/serial-subdirectories.make:53: internal-all] Error 2 So why would everything work but gnustep gui not find NSString ?? And this only in GSSpeechServer it seems Editing the makefile and exclude the Tools subproject makes it compile
