Hello,

I'm stuck on the build process for Gorm, and here's what I've found out.
The "make" comand works fine, it outputs some warnings, but apparently
it builds Gorm. The "make install" comand gives an expected error (at
least to me it is), that I also found while building ProjectCenter: I solved it by giving root authorizzations to the buildchain, in order to install P.C. successfully. I tried the same approach with Gorm, but I've encountered a problem. Given the comand "sudo make install" into the Gorm project directory, GNUMakefile does not find
common, aggregate and application makefiles. I thought it was a user problem
at first, but if ProjectCenter worked, I don't know why Gorm does not build.
Also GormLib has the same problem: "sudo make install" does not find common
and library makefiles. I'll attach a logfile of the output (it's localized in italian, but I've pretty much translated here the output messages). I'm building on an Archlinux machine, and the GNUstep is fully installed, since ProjectCenter and OOlite are
working.

I hope to hear from you soon,
Silvio 'Ares'



=== BUILDING GORM (NO ROOT) ===

This is gnustep-make 2.6.7. Type 'make print-gnustep-make-help' for help.
rm -f InterfaceBuilder; \
ln -s GormLib InterfaceBuilder
Making all in GormObjCHeaderParser ...
Making all for library libGormObjCHeaderParser...
make[4]: Nessuna operazione da eseguire per "internal-library-compile".
Making all in GormLib ...
Making all for library libGorm...
make[4]: Nessuna operazione da eseguire per "internal-library-compile".
Making all in GormCore ...
Making all for library GormCore...
make[4]: Nessuna operazione da eseguire per "internal-library-compile".
Making all in GormPrefs ...
Making all for library GormPrefs...
make[4]: Nessuna operazione da eseguire per "internal-library-compile".
Making all in Palettes ...
Making all in 0Menus ...
Making all for palette 0Menus...
make[5]: Nessuna operazione da eseguire per "internal-palette-compile".
 Copying resources into the palette wrapper...
Making all in 1Windows ...
Making all for palette 1Windows...
make[5]: Nessuna operazione da eseguire per "internal-palette-compile".
 Copying resources into the palette wrapper...
Making all in 2Controls ...
Making all for palette 2Controls...
make[5]: Nessuna operazione da eseguire per "internal-palette-compile".
 Copying resources into the palette wrapper...
Making all in 3Containers ...
Making all for palette 3Containers...
make[5]: Nessuna operazione da eseguire per "internal-palette-compile".
 Copying resources into the palette wrapper...
Making all in 4Data ...
Making all for palette 4Data...
make[5]: Nessuna operazione da eseguire per "internal-palette-compile".
 Copying resources into the palette wrapper...
Making all in Plugins ...
Making all in Gorm ...
Making all for bundle Gorm...
make[5]: Nessuna operazione da eseguire per "internal-bundle-compile".
Making all in Nib ...
Making all for bundle Nib...
make[5]: Nessuna operazione da eseguire per "internal-bundle-compile".
Making all in GModel ...
Making all for bundle GModel...
make[5]: Nessuna operazione da eseguire per "internal-bundle-compile".
Making all in Xib ...
Making all for bundle Xib...
make[5]: Nessuna operazione da eseguire per "internal-bundle-compile".
Making all for app Gorm...
make[3]: Nessuna operazione da eseguire per "internal-app-compile".
 Copying resources into the app wrapper...
 Copying localized resources into the app wrapper...
Making install in GormObjCHeaderParser ...
Making install for library libGormObjCHeaderParser...
 Installing library libGormObjCHeaderParser...
/usr/share/GNUstep/Makefiles/Instance/library.make:312: set di istruzioni per 
l'obiettivo "internal-install-lib" non riuscito
/usr/share/GNUstep/Makefiles/Master/rules.make:311: set di istruzioni per 
l'obiettivo "libGormObjCHeaderParser.install.library.variables" non riuscito
/usr/share/GNUstep/Makefiles/Master/serial-subdirectories.make:53: set di 
istruzioni per l'obiettivo "internal-install" non riuscito


=== BUILDING GORM (AS ROOT) ===

GNUmakefile:29: /common.make: File o directory non esistente
GNUmakefile:182: /aggregate.make: File o directory non esistente
GNUmakefile:183: /application.make: File o directory non esistente
make: ***  Nessuna regola per generare l'obiettivo "/application.make".  
Arresto.
_______________________________________________
Bug-gnustep mailing list
Bug-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to