and gnustep-back fails with [root@debian13i-gnustep back]# ./configure configure: error: cannot find required auxiliary files:
so it doesnt find some files and the list of files it doesnt find is empty... wtf?? > On 13 Aug 2025, at 13:33, Andreas Fink via Discussion list for the GNUstep > programming environment <[email protected]> wrote: > > 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 > > >
