On 4/23/06, Chris Vetter <[EMAIL PROTECTED]> wrote: > On 2006-04-23 07:51:59 +0200 Yen-Ju Chen <[EMAIL PROTECTED]> wrote: > > > Bug reports are welcome. > > ... after two modifications: > > The toplevel GNUmakefile should have > > # Xwindow > ADDITIONAL_CPPFLAGS += -DHAVE_LIBX11=1 > ADDITIONAL_INCLUDE_DIRS += -I/usr/X11R6/include > ADDITIONAL_LIB_DIRS += -lX11 -lXft > > and GNUmakefile in render/ accordingly an additional > > ADDITIONAL_INCLUDE_DIRS += -I/usr/X11R6/include > > to have it compile cleanly on FreeBSD (at least).
Thanx for the report. I add the X11 headers directory into ADDITIONAL_INCLUDE_DIRS. But I don't quite understand why we need ADDITIONAL_CPPFLAGS ? So I keep the '-DHAVE_LIBX11=1' in ADDITONAL_INCLUDE_DIRS. Or should I use ADDITIONAL_CFLAGS ? Yen-Ju > > -- > Chris > > > > _______________________________________________ > Etoile-discuss mailing list > [email protected] > https://mail.gna.org/listinfo/etoile-discuss > _______________________________________________ Etoile-discuss mailing list [email protected] https://mail.gna.org/listinfo/etoile-discuss
