unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Christian Faulhammer <opfer@gentoo.org>
To: emacs-devel@gnu.org
Cc: gnustep@gentoo.org, emacs@gentoo.org
Subject: GNUStep build problems
Date: Thu, 21 Aug 2008 09:05:38 +0200	[thread overview]
Message-ID: <20080821090538.1e904b68@terra.solaris> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 431 bytes --]

Hi,

we are trying to add GNUstep support for Emacs in Gentoo Linux.
Unfortunately Emacs build fails from HEAD during bootstrapping, maybe
you can have a look at it, a log of the build process is attached.
Also there has been a linker problem as in Gentoo the GNUstep libraries
are not in FHS locations but in the ones recommended by GNUstep.  A
patch for that is attached.

CCing Gentoo Emacs and GNUstep teams.

V-Li

[-- Attachment #1.2: emacs-cvs-gnustep-link-path.patch" --]
[-- Type: application/octet-stream, Size: 1195 bytes --]

--- src/Makefile.in.orig	2008-08-14 10:49:19.000000000 +0200
+++ src/Makefile.in	2008-08-14 10:49:22.000000000 +0200
@@ -938,7 +938,7 @@
 temacs${EXEEXT}: $(LOCALCPP) $(STARTFILES) stamp-oldxmenu ${obj} ${otherobj} OBJECTS_MACHINE prefix-args${EXEEXT}
 	echo "${obj} ${otherobj} " OBJECTS_MACHINE > buildobj.lst
 #ifdef NS_IMPL_GNUSTEP
-	$(CC) -rdynamic YMF_PASS_LDFLAGS (${TEMACS_LDFLAGS} -lgnustep-gui -lgnustep-base -lobjc $(CONFIG_SYSTEM_LIBS) -lpthread ) -o temacs ${obj} ${otherobj} OBJECTS_MACHINE ${LIBES}
+	$(CC) -rdynamic YMF_PASS_LDFLAGS (${TEMACS_LDFLAGS} -L@GNUSTEP_SYSTEM_LIBRARIES@ -lgnustep-gui -lgnustep-base -lobjc $(CONFIG_SYSTEM_LIBS) -lpthread ) -o temacs ${obj} ${otherobj} OBJECTS_MACHINE ${LIBES}
 #else
 	$(LD) YMF_PASS_LDFLAGS (${STARTFLAGS} ${TEMACS_LDFLAGS}) $(LDFLAGS) \
     -o temacs ${STARTFILES} ${obj} ${otherobj}  \
--- configure.in.orig	2008-08-14 10:51:36.000000000 +0200
+++ configure.in	2008-08-14 10:52:04.000000000 +0200
@@ -2467,6 +2467,8 @@
 AC_SUBST(ns_appresdir)
 AC_SUBST(ns_appsrc)
 AC_SUBST(GNUSTEP_MAKEFILES)
+AC_SUBST(GNUSTEP_SYSTEM_HEADERS)
+AC_SUBST(GNUSTEP_SYSTEM_LIBRARIES)
 AC_SUBST(GNU_OBJC_CFLAGS)
 AC_SUBST(LIB_SRC_EXTRA_INSTALLABLES)
 

[-- Attachment #1.3: build.log.bz2 --]
[-- Type: application/x-bzip, Size: 57418 bytes --]

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

             reply	other threads:[~2008-08-21  7:05 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-21  7:05 Christian Faulhammer [this message]
2008-08-21 14:57 ` GNUStep build problems Chong Yidong
2008-08-23 17:18   ` Dan Nicolaescu
2008-08-25  7:24     ` Yavor Doganov
2008-08-28 19:49   ` Stefan Monnier
2008-08-31  1:49   ` Glenn Morris
2008-08-22 16:30 ` Dan Nicolaescu
2008-09-02 21:46   ` Christian Faulhammer

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=20080821090538.1e904b68@terra.solaris \
    --to=opfer@gentoo.org \
    --cc=emacs-devel@gnu.org \
    --cc=emacs@gentoo.org \
    --cc=gnustep@gentoo.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).