discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

compiling apps under Linux


From: Nikola Pizurica
Subject: compiling apps under Linux
Date: Fri, 29 Apr 2005 11:48:35 +0000

I have problems compiling GNUstep apps under Ubuntu Hoary.
I have all dev packages installed.

Here is how it looks:
#ubuntu:~/Download/openstep/Mplayer-0.4-1/Sources# make
GNUmakefile:1: /common.make: No such file or directory
GNUmakefile:22: /subproject.make: No such file or directory
GNUmakefile:23: /application.make: No such file or directory
make: *** No rule to make target `/application.make'.  Stop.

I've excecuted GNUstep.sh script, I have all .make files in /usr/lib/GNUstep/System/Library/Makefiles, I've checked if paths are set and yes, they are:

#ubuntu: set
GNUSTEP_FLATTENED=yes
GNUSTEP_HOST=i386-pc-linux-gnu
GNUSTEP_HOST_CPU=ix86
GNUSTEP_HOST_OS=linux-gnu
GNUSTEP_HOST_VENDOR=pc
GNUSTEP_LOCAL_ROOT=/usr/local/lib/GNUstep/Local
GNUSTEP_MAKEFILES=/usr/lib/GNUstep/System/Library/Makefiles
GNUSTEP_NETWORK_ROOT=/usr/local/lib/GNUstep/Network
GNUSTEP_PATHLIST=/root/GNUstep:/usr/local/lib/GNUstep/Local:/usr/local/lib/GNUstep/Network:/usr/lib/GNUstep/System
GNUSTEP_ROOT=/usr/lib/GNUstep
GNUSTEP_SYSTEM_ROOT=/usr/lib/GNUstep/System
GNUSTEP_USER_ROOT=/root/GNUstep

Why it fails to find .make files?

Regards,
Nick





reply via email to

[Prev in Thread] Current Thread [Next in Thread]