Eduardo Osorio Armenta escribió:
when trying to: make install
it replies:

~/prog/objc/Gorm/gorm-1.2.12$ sudo make install
GNUmakefile:29: /common.make: No such file or directory
GNUmakefile:181: /aggregate.make: No such file or directory
GNUmakefile:182: /application.make: No such file or directory
make: *** No rule to make target `/application.make'.  Stop.

Sometimes you need run . /usr/GNUStep....../GNUstep.sh as root too. For example:

sudo su
. /usr/GNUstep/....../GNUstep.sh
make install

trying to run:
~/prog/objc/Gorm/gorm-1.2.12$ ./Gorm.app/Gorm
This is odd, try with:

openapp ./Gorm.app

I hope this help.

_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to