After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 561141 - [PATCH] @DEVELOPMENT_CFLAGS@ break rep-gtk build on autoconf 2.61
[PATCH] @DEVELOPMENT_CFLAGS@ break rep-gtk build on autoconf 2.61
Status: RESOLVED FIXED
Product: rep-gtk
Classification: Deprecated
Component: glib/gtk/gdk
0.18.x
Other All
: Normal normal
: 1.0.0
Assigned To: rep-gtk-maint
rep-gtk-maint
Depends on:
Blocks:
 
 
Reported: 2008-11-17 03:06 UTC by Wang Diancheng
Modified: 2009-08-16 15:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix build broke due to development cflags substitute failed (544 bytes, patch)
2008-11-17 03:11 UTC, Wang Diancheng
none Details | Review

Description Wang Diancheng 2008-11-17 03:06:49 UTC
Please describe the problem:
in svn version, @DEVELOPMENT_CFLAGS@ can be substituted by autoconf on autoconf 2.61
following is the compile error, attachment is the patch for this error:

gcc -c -DHAVE_CONFIG_H -I. -g -O2 -Wall -Wmissing-prototypes -Wno-implicit-int @DEVELOPMENT_CFLAGS@ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -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/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include -I/usr/libexec/rep/i686-pc-linux-gnu -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -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/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include rep-types.c  -fPIC -DPIC -o .libs/rep-types.o
gcc: @DEVELOPMENT_CFLAGS@: No such file or directory


Steps to reproduce:
1. in autoconf 2.61, checkout rep-gtk svn version
2. ./autogen.sh --prefix=/usr
3. make


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Wang Diancheng 2008-11-17 03:11:16 UTC
Created attachment 122831 [details] [review]
fix build broke due to development cflags substitute failed

fix build broke due to development cflags substitute failed
Comment 2 Christopher Roy Bratusek 2008-11-17 20:57:49 UTC
commited. closed.