all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: emacs-devel@gnu.org
Subject: Re: Building Emacs for GNUstep
Date: Thu, 10 Jul 2014 09:45:43 +0200	[thread overview]
Message-ID: <53BE44A7.7090906@gmx.at> (raw)
In-Reply-To: <jwvzjgio260.fsf-monnier+emacs@gnu.org>

 > The includes are in /usr/include/GNUstep, /usr/local is not involved.

That's what I would think too.  But here make eventually fails (with
German locales) as:

make[1]: Entering directory `/home/martin/emacs/release/obj-ns/src'
gcc -std=gnu99 -c -Demacs -I. -I/home/martin/emacs/release/src -I../lib
-I/home/martin/emacs/release/src/../lib -D_REENTRANT -fPIC
-fno-strict-aliasing -I/usr/include/GNUstep -I/usr/local/include/GNUstep
-MMD -MF deps/dispnew.d -MP -W -Wabi -Waddress -Wall -Warray-bounds
-Wattributes -Wbad-function-cast -Wbuiltin-macro-redefined -Wcast-align
-Wchar-subscripts -Wclobbered -Wcomment -Wcomments -Wcoverage-mismatch
-Wcpp -Wdeprecated -Wdeprecated-declarations -Wdisabled-optimization
-Wdiv-by-zero -Wdouble-promotion -Wempty-body -Wendif-labels
-Wenum-compare -Wextra -Wformat-contains-nul -Wformat-extra-args
-Wformat-security -Wformat-y2k -Wformat-zero-length -Wformat=2
-Wfree-nonheap-object -Wignored-qualifiers -Wimplicit
-Wimplicit-function-declaration -Wimplicit-int -Winit-self
-Wint-to-pointer-cast -Winvalid-memory-model -Winvalid-pch -Wmain
-Wmaybe-uninitialized -Wmissing-braces -Wmissing-declarations
-Wmissing-field-initializers -Wmissing-format-attribute
-Wmissing-include-dirs -Wmissing-noreturn -Wmissing-parameter-type
-Wmissing-prototypes -Wmudflap -Wmultichar -Wnarrowing -Wnonnull
-Wnormalized=nfc -Wold-style-declaration -Wold-style-definition
-Woverflow -Woverride-init -Wpacked -Wpacked-bitfield-compat
-Wparentheses -Wpointer-arith -Wpointer-sign -Wpointer-to-int-cast
-Wpragmas -Wreturn-type -Wsequence-point -Wstrict-aliasing
-Wstrict-prototypes -Wsuggest-attribute=const
-Wsuggest-attribute=noreturn -Wswitch -Wtrampolines -Wtrigraphs
-Wtype-limits -Wuninitialized -Wunknown-pragmas -Wunused
-Wunused-but-set-parameter -Wunused-but-set-variable -Wunused-function
-Wunused-label -Wunused-local-typedefs -Wunused-macros
-Wunused-parameter -Wunused-result -Wunused-value -Wunused-variable
-Wvariadic-macros -Wvector-operation-performance -Wvolatile-register-var
-Wwrite-strings -Wno-missing-field-initializers -Wno-sign-compare
-Wno-type-limits -Wno-switch -Wno-unused-parameter
-Wno-format-nonliteral -Wno-logical-op -fdiagnostics-show-option
-funit-at-a-time -Werror -O0 -g3
/home/martin/emacs/release/src/dispnew.c
cc1: error: /usr/local/include/GNUstep: Datei oder Verzeichnis nicht gefunden [-Werror]
cc1: all warnings being treated as errors
make[1]: *** [dispnew.o] Fehler 1
make[1]: Leaving directory `/home/martin/emacs/release/obj-ns/src'
make: *** [src] Fehler 2

 > The configure.ac script finds the location of the includes via the
 > /etc/GNUstep/GNUstep.conf file.

Apparently.  Mine has plenty of /usr/local/ entries.

martin



  reply	other threads:[~2014-07-10  7:45 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-09  2:25 Building Emacs for GNUstep Stefan Monnier
2014-07-09  6:47 ` Dmitry Antipov
2014-07-10  7:09   ` Jan Djärv
2014-07-10 22:12   ` andres.ramirez
2014-07-11  8:06     ` Jan Djärv
2014-07-11 19:58       ` andres.ramirez
2014-07-12 16:30         ` Jan Djärv
2014-07-13  4:37           ` andres.ramirez
2014-07-13  9:08             ` Jan Djärv
2014-07-13 18:15               ` andres.ramirez
2014-07-14  6:18                 ` Jan Djärv
2014-07-14  6:34                   ` andres.ramirez
2014-07-14  7:09                     ` Jan Djärv
2014-07-14 19:26                       ` andres.ramirez
2014-07-15  7:30                         ` Jan Djärv
2014-07-09  8:12 ` martin rudalics
2014-07-09 13:15   ` Stefan Monnier
2014-07-09 14:17     ` martin rudalics
2014-07-09 17:47       ` Stefan Monnier
2014-07-10  7:45         ` martin rudalics [this message]
2014-07-11  3:07           ` Glenn Morris
2014-07-11 17:59             ` martin rudalics
2014-07-11 18:09               ` Glenn Morris
2014-07-09  9:34 ` Jan Djärv
2014-07-10 22:23   ` Stefan Monnier

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

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

  git send-email \
    --in-reply-to=53BE44A7.7090906@gmx.at \
    --to=rudalics@gmx.at \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.