unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Yavor Doganov <yavor@gnu.org>
To: emacs-devel@gnu.org
Subject: Re: gnustep build broken
Date: Fri, 18 Jul 2008 09:51:21 +0300	[thread overview]
Message-ID: <87hcanu1li.GNU's_Not_Unix!%yavor@gnu.org> (raw)
In-Reply-To: <buozlofvk36.fsf@dhapc248.dev.necel.com>

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}"






  parent reply	other threads:[~2008-07-18  6:51 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-18  5:26 gnustep build broken Miles Bader
2008-07-18  6:02 ` Karl Eichwalder
2008-07-22  3:30   ` Karl Eichwalder
2008-07-24  0:15     ` Adrian Robert
2008-07-24 18:14       ` Karl Eichwalder
2008-07-25  6:08         ` Crash on MacOSX 10.4 (Re: gnustep build broken) Karl Eichwalder
2008-07-26  2:34           ` Adrian Robert
2008-07-26  4:05           ` YAMAMOTO Mitsuharu
2008-07-29  4:23             ` Karl Eichwalder
2008-07-29  9:04               ` YAMAMOTO Mitsuharu
2008-07-18  6:51 ` Yavor Doganov [this message]
     [not found] ` <87hcanu1li.GNU\\\'s_Not_Unix!%yavor@gnu.org>
2008-07-19 16:43   ` gnustep build broken Adrian Robert
2008-07-24  0:19 ` Adrian Robert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='87hcanu1li.GNU'\''s_Not_Unix'\!'%yavor@gnu.org' \
    --to=yavor@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).