emacs-devel
[Top][All Lists]
Advanced

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

Re: gnustep build broken


From: Yavor Doganov
Subject: Re: gnustep build broken
Date: Fri, 18 Jul 2008 09:51:21 +0300
User-agent: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.7 Emacs/22.2 (i486-pc-linux-gnu) MULE/5.0 (SAKAKI)

Miles Bader wrote:
> 
>    Makefile:72: /Additional/base.make: No such file or directory
>    Makefile:73: /Additional/gui.make: No such file or directory
>    make[1]: *** No rule to make target `/Additional/gui.make'.  Stop.

GNUSTEP_MAKEFILES is set to the empty string, since there is no such
variable GNUSTEP_SYSTEM_MAKEFILES in GNUstep.conf.  The trivial patch
below fixes at least this problem.


--- configure.in        18 юли 2008 09:21:53 +0300      1.546
+++ configure.in        18 юли 2008 09:43:40 +0300      
@@ -1240,7 +1240,7 @@
      ns_appbindir=`pwd`/nextstep/Emacs.app
      ns_appresdir=`pwd`/nextstep/Emacs.app/Resources
      ns_appsrc=${srcdir}/nextstep/GNUstep/Emacs.base
-     GNUSTEP_MAKEFILES="$(source /etc/GNUstep/GNUstep.conf; echo 
$GNUSTEP_SYSTEM_MAKEFILES)"
+     GNUSTEP_MAKEFILES="$(source /etc/GNUstep/GNUstep.conf; echo 
$GNUSTEP_MAKEFILES)"
      GNUSTEP_SYSTEM_HEADERS="$(source /etc/GNUstep/GNUstep.conf; echo 
$GNUSTEP_SYSTEM_HEADERS)"
      GNUSTEP_SYSTEM_LIBRARIES="$(source /etc/GNUstep/GNUstep.conf; echo 
$GNUSTEP_SYSTEM_LIBRARIES)"
      CPPFLAGS="$CPPFLAGS -I${GNUSTEP_SYSTEM_HEADERS}"






reply via email to

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