Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 May 2002 22:28:02 +0200
From:      Franz Klammer <klammer@webonaut.com>
To:        gnome@freebsd.org
Subject:   gnome2: gnomepanel doesn't find Xinerama.h ...
Message-ID:  <3CEBFF52.5020102@webonaut.com>

next in thread | raw e-mail | index | archive | help
... because it doesn't have X11-includes in CONFIGURE_ENV:


--- Makefile.orig       Wed May 22 18:52:10 2002
+++ Makefile    Wed May 22 22:05:54 2002
@@ -27,7 +27,7 @@
                 --disable-gtk-doc \
                 --with-kde-datadir=${LOCALBASE}/share \
                 --with-kde-docdir=${LOCALBASE}/share/doc
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
                 LIBS="-L${LOCALBASE}/lib"
  CONFIGURE_TARGET=      --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}


franz.

ps: does anyone know how long it wold take to port evolution and galeon
to gnome2?????


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-gnome" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3CEBFF52.5020102>