all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#6932: Buggy src/Makefile generation
@ 2010-08-28  0:12 Vincent Lefevre
  2010-08-28  2:39 ` Glenn Morris
  0 siblings, 1 reply; 2+ messages in thread
From: Vincent Lefevre @ 2010-08-28  0:12 UTC (permalink / raw
  To: 6932

Hi,

I've tried to build GNU Emacs on Debian/unstable machines with

./configure --prefix=/usr/local/emacs-23.2 --enable-asserts --with-x-toolkit=gtk

but the generated src/Makefile is incorrect. It contains:

ALL_CFLAGS=-Demacs -DHAVE_CONFIG_H $(MYCPPFLAGS) -I. -I${srcdir} -D_BSD_SOURCE -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-1 -2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 ${CFLAGS_SOUND} ${RSVG_CFLAGS} ${DBUS_CFLAGS} ${GCONF_CFLAGS} ${CFLAGS} ${DEPFLAGS}

See the

  -I/usr/include/gio-1 -2.0/

instead of

  -I/usr/include/gio-unix-2.0/

The config.status file contains:

S["C_SWITCH_X_SITE"]=" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-"\
"unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/incl"\
"ude/freetype2  "

I suppose there's a problem with the awk script that handles it.

-- 
Vincent Lefèvre <vincent@vinc17.net> - Web: <http://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#6932: Buggy src/Makefile generation
  2010-08-28  0:12 bug#6932: Buggy src/Makefile generation Vincent Lefevre
@ 2010-08-28  2:39 ` Glenn Morris
  0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2010-08-28  2:39 UTC (permalink / raw
  To: Vincent Lefevre; +Cc: 6932

unarchive 5857
forcemerge 5857 6932
stop

Vincent Lefevre wrote:

>   -I/usr/include/gio-1 -2.0/
>
> instead of
>
>   -I/usr/include/gio-unix-2.0/

This is a duplicate of the fixed bug

http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5857





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-08-28  2:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-28  0:12 bug#6932: Buggy src/Makefile generation Vincent Lefevre
2010-08-28  2:39 ` Glenn Morris

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.