unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#5921: 23.1; OSX: Emacs 23.1.95 pretest does not compile
@ 2010-04-10  8:10 Markus Triska
  2010-04-10 13:06 ` Jan Djärv
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Markus Triska @ 2010-04-10  8:10 UTC (permalink / raw)
  To: 5921

On OSX 10.4 with macports installed, I used:

    $./configure CFLAGS=-I/opt/local/include LDFLAGS=-L/opt/local/lib

and Emacs fails to compile with:

   xsettings.c: In function 'parse_xft_settings':
   xsettings.c:323: error: 'FC_HINT_NONE' undeclared (first use in this function)
   xsettings.c:323: error: (Each undeclared identifier is reported only once
   xsettings.c:323: error: for each function it appears in.)
   xsettings.c:325: error: 'FC_HINT_SLIGHT' undeclared (first use in this function)
   xsettings.c:327: error: 'FC_HINT_MEDIUM' undeclared (first use in this function)
   xsettings.c:329: error: 'FC_HINT_FULL' undeclared (first use in this function)
   xsettings.c: In function 'apply_xft_settings':
   xsettings.c:424: error: 'FC_HINT_STYLE' undeclared (first use in this function)

apparently because (old) /usr/X11R6/include include files are still
picked up with priority by the eventually used flags:

   gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I.
   -I/Users/mt/emacs-23.1.95/src -I/usr/X11R6/include
   -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include
   -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo
   -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0
   -I/opt/local/lib/glib-2.0/include -I/opt/local/include
   -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2
   -I/opt/local/include/libpng12 -I/opt/local/include
   -I/opt/local/include/freetype2 -Dtemacs -I/opt/local/include/librsvg-2
   -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include
   -I/opt/local/include -I/opt/local/include/gtk-2.0
   -I/opt/local/include/cairo -I/opt/local/include/pixman-1
   -I/opt/local/include/freetype2 -I/opt/local/include/libpng12
   -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include
   -DORBIT2=1 -D_REENTRANT -I/opt/local/include/gconf/2
   -I/opt/local/include/orbit-2.0 -I/opt/local/include/dbus-1.0
   -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/glib-2.0
   -I/opt/local/lib/glib-2.0/include -I/opt/local/include
   -I/opt/local/include -MMD -MF deps/xsettings.d xsettings.c

When I reorder ALL_CFLAGS in src/Makefile to place
-I/usr/X11R6/include at the end, Emacs compiles.







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

* bug#5921: 23.1; OSX: Emacs 23.1.95 pretest does not compile
  2010-04-10  8:10 bug#5921: 23.1; OSX: Emacs 23.1.95 pretest does not compile Markus Triska
@ 2010-04-10 13:06 ` Jan Djärv
  2010-04-10 16:15 ` Chong Yidong
  2010-04-11  2:39 ` Dan Nicolaescu
  2 siblings, 0 replies; 6+ messages in thread
From: Jan Djärv @ 2010-04-10 13:06 UTC (permalink / raw)
  To: Markus Triska; +Cc: 5921

Can you send the config.log file?

	Jan D.

Markus Triska skrev:
> On OSX 10.4 with macports installed, I used:
> 
>     $./configure CFLAGS=-I/opt/local/include LDFLAGS=-L/opt/local/lib
> 
> and Emacs fails to compile with:
> 
>    xsettings.c: In function 'parse_xft_settings':
>    xsettings.c:323: error: 'FC_HINT_NONE' undeclared (first use in this function)
>    xsettings.c:323: error: (Each undeclared identifier is reported only once
>    xsettings.c:323: error: for each function it appears in.)
>    xsettings.c:325: error: 'FC_HINT_SLIGHT' undeclared (first use in this function)
>    xsettings.c:327: error: 'FC_HINT_MEDIUM' undeclared (first use in this function)
>    xsettings.c:329: error: 'FC_HINT_FULL' undeclared (first use in this function)
>    xsettings.c: In function 'apply_xft_settings':
>    xsettings.c:424: error: 'FC_HINT_STYLE' undeclared (first use in this function)
> 
> apparently because (old) /usr/X11R6/include include files are still
> picked up with priority by the eventually used flags:
> 
>    gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I.
>    -I/Users/mt/emacs-23.1.95/src -I/usr/X11R6/include
>    -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include
>    -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo
>    -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0
>    -I/opt/local/lib/glib-2.0/include -I/opt/local/include
>    -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2
>    -I/opt/local/include/libpng12 -I/opt/local/include
>    -I/opt/local/include/freetype2 -Dtemacs -I/opt/local/include/librsvg-2
>    -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include
>    -I/opt/local/include -I/opt/local/include/gtk-2.0
>    -I/opt/local/include/cairo -I/opt/local/include/pixman-1
>    -I/opt/local/include/freetype2 -I/opt/local/include/libpng12
>    -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include
>    -DORBIT2=1 -D_REENTRANT -I/opt/local/include/gconf/2
>    -I/opt/local/include/orbit-2.0 -I/opt/local/include/dbus-1.0
>    -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/glib-2.0
>    -I/opt/local/lib/glib-2.0/include -I/opt/local/include
>    -I/opt/local/include -MMD -MF deps/xsettings.d xsettings.c
> 
> When I reorder ALL_CFLAGS in src/Makefile to place
> -I/usr/X11R6/include at the end, Emacs compiles.
> 
> 
> 
> 







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

* bug#5921: 23.1; OSX: Emacs 23.1.95 pretest does not compile
  2010-04-10  8:10 bug#5921: 23.1; OSX: Emacs 23.1.95 pretest does not compile Markus Triska
  2010-04-10 13:06 ` Jan Djärv
@ 2010-04-10 16:15 ` Chong Yidong
  2010-04-10 21:28   ` Markus Triska
  2010-04-11  2:39 ` Dan Nicolaescu
  2 siblings, 1 reply; 6+ messages in thread
From: Chong Yidong @ 2010-04-10 16:15 UTC (permalink / raw)
  To: Markus Triska; +Cc: 5921

> (old) /usr/X11R6/include include files are still picked up with
> priority by the eventually used flags

Does this patch DTRT?

=== modified file 'src/Makefile.in'
*** src/Makefile.in	2010-04-01 23:08:14 +0000
--- src/Makefile.in	2010-04-10 16:11:26 +0000
***************
*** 269,275 ****
  
  /* C_SWITCH_X_SITE must come before C_SWITCH_X_MACHINE and C_SWITCH_X_SYSTEM
     since it may have -I options that should override those two.  */
! ALL_CFLAGS=-Demacs -DHAVE_CONFIG_H $(MYCPPFLAGS) -I. -I${srcdir} C_SWITCH_MACHINE C_SWITCH_SYSTEM C_SWITCH_X_SITE C_SWITCH_X_MACHINE C_SWITCH_X_SYSTEM C_SWITCH_SYSTEM_TEMACS ${CFLAGS_SOUND} ${RSVG_CFLAGS} ${DBUS_CFLAGS} ${GCONF_CFLAGS} ${CFLAGS} @FREETYPE_CFLAGS@ @FONTCONFIG_CFLAGS@ @LIBOTF_CFLAGS@ @M17N_FLT_CFLAGS@ ${DEPFLAGS}
  ALL_OBJC_CFLAGS=$(ALL_CFLAGS) @GNU_OBJC_CFLAGS@
  
  .SUFFIXES: .m
--- 269,275 ----
  
  /* C_SWITCH_X_SITE must come before C_SWITCH_X_MACHINE and C_SWITCH_X_SYSTEM
     since it may have -I options that should override those two.  */
! ALL_CFLAGS=-Demacs -DHAVE_CONFIG_H $(MYCPPFLAGS) -I. -I${srcdir} C_SWITCH_MACHINE C_SWITCH_SYSTEM C_SWITCH_SYSTEM_TEMACS ${CFLAGS_SOUND} ${RSVG_CFLAGS} ${DBUS_CFLAGS} ${GCONF_CFLAGS} ${CFLAGS} C_SWITCH_X_SITE C_SWITCH_X_MACHINE C_SWITCH_X_SYSTEM @FREETYPE_CFLAGS@ @FONTCONFIG_CFLAGS@ @LIBOTF_CFLAGS@ @M17N_FLT_CFLAGS@ ${DEPFLAGS}
  ALL_OBJC_CFLAGS=$(ALL_CFLAGS) @GNU_OBJC_CFLAGS@
  
  .SUFFIXES: .m







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

* bug#5921: 23.1; OSX: Emacs 23.1.95 pretest does not compile
  2010-04-10 16:15 ` Chong Yidong
@ 2010-04-10 21:28   ` Markus Triska
  2010-04-12 22:06     ` Glenn Morris
  0 siblings, 1 reply; 6+ messages in thread
From: Markus Triska @ 2010-04-10 21:28 UTC (permalink / raw)
  To: Chong Yidong; +Cc: 5921

Chong Yidong <cyd@stupidchicken.com> writes:

> Does this patch DTRT?

It fixes the reported issue (i.e., Emacs now compiles), thank you!

However, from "otool -L emacs", I see that it still gives priority to
libraries from "/sw/lib/", although I again specifically tried to give
priority to those in /opt/local/lib via (CFLAGS and) LDFLAGS.






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

* bug#5921: 23.1; OSX: Emacs 23.1.95 pretest does not compile
  2010-04-10  8:10 bug#5921: 23.1; OSX: Emacs 23.1.95 pretest does not compile Markus Triska
  2010-04-10 13:06 ` Jan Djärv
  2010-04-10 16:15 ` Chong Yidong
@ 2010-04-11  2:39 ` Dan Nicolaescu
  2 siblings, 0 replies; 6+ messages in thread
From: Dan Nicolaescu @ 2010-04-11  2:39 UTC (permalink / raw)
  To: Markus Triska; +Cc: 5921

Markus Triska <markus.triska@gmx.at> writes:

> On OSX 10.4 with macports installed, I used:
>
>     $./configure CFLAGS=-I/opt/local/include LDFLAGS=-L/opt/local/lib

Have you tries using the --x-includes, -x-libraries, --includedir, --libdir flags?

Using them is better than fiddling with the CFLAGS because they place
various items in the correct order on the command line (at least they
used to, it's doubtfull that these flags are used much these days, so
they might have bitrotted...)


>
> and Emacs fails to compile with:
>
>    xsettings.c: In function 'parse_xft_settings':
>    xsettings.c:323: error: 'FC_HINT_NONE' undeclared (first use in this function)
>    xsettings.c:323: error: (Each undeclared identifier is reported only once
>    xsettings.c:323: error: for each function it appears in.)
>    xsettings.c:325: error: 'FC_HINT_SLIGHT' undeclared (first use in this function)
>    xsettings.c:327: error: 'FC_HINT_MEDIUM' undeclared (first use in this function)
>    xsettings.c:329: error: 'FC_HINT_FULL' undeclared (first use in this function)
>    xsettings.c: In function 'apply_xft_settings':
>    xsettings.c:424: error: 'FC_HINT_STYLE' undeclared (first use in this function)
>
> apparently because (old) /usr/X11R6/include include files are still
> picked up with priority by the eventually used flags:
>
>    gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I.
>    -I/Users/mt/emacs-23.1.95/src -I/usr/X11R6/include
>    -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include
>    -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo
>    -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0
>    -I/opt/local/lib/glib-2.0/include -I/opt/local/include
>    -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2
>    -I/opt/local/include/libpng12 -I/opt/local/include
>    -I/opt/local/include/freetype2 -Dtemacs -I/opt/local/include/librsvg-2
>    -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include
>    -I/opt/local/include -I/opt/local/include/gtk-2.0
>    -I/opt/local/include/cairo -I/opt/local/include/pixman-1
>    -I/opt/local/include/freetype2 -I/opt/local/include/libpng12
>    -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include
>    -DORBIT2=1 -D_REENTRANT -I/opt/local/include/gconf/2
>    -I/opt/local/include/orbit-2.0 -I/opt/local/include/dbus-1.0
>    -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/glib-2.0
>    -I/opt/local/lib/glib-2.0/include -I/opt/local/include
>    -I/opt/local/include -MMD -MF deps/xsettings.d xsettings.c
>
> When I reorder ALL_CFLAGS in src/Makefile to place
> -I/usr/X11R6/include at the end, Emacs compiles.






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

* bug#5921: 23.1; OSX: Emacs 23.1.95 pretest does not compile
  2010-04-10 21:28   ` Markus Triska
@ 2010-04-12 22:06     ` Glenn Morris
  0 siblings, 0 replies; 6+ messages in thread
From: Glenn Morris @ 2010-04-12 22:06 UTC (permalink / raw)
  To: Markus Triska; +Cc: Chong Yidong, 5921

Markus Triska wrote:

> However, from "otool -L emacs", I see that it still gives priority to
> libraries from "/sw/lib/", although I again specifically tried to give
> priority to those in /opt/local/lib via (CFLAGS and) LDFLAGS.

This is probably a duplicate of

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






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

end of thread, other threads:[~2010-04-12 22:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-10  8:10 bug#5921: 23.1; OSX: Emacs 23.1.95 pretest does not compile Markus Triska
2010-04-10 13:06 ` Jan Djärv
2010-04-10 16:15 ` Chong Yidong
2010-04-10 21:28   ` Markus Triska
2010-04-12 22:06     ` Glenn Morris
2010-04-11  2:39 ` Dan Nicolaescu

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).