GTK+-2 trouble & fix

Hendrik Visage hvisage at envisage.co.za
Thu Apr 17 00:21:02 GMT 2003


Hi there,

 I've found a "fix" for my GTK+-2 trouble, by removing the freetype libraries
 during the configure testing step.

----snip-BUILD-----
export PKG_CONFIG_PATH=/usr/lib/pkgconfig &&

if  [ "$SHADOW" == "y" ] ; then
  cd gtk &&
  patch_it $SOURCE_CACHE/$SOURCE2 0 &&
  cd $SOURCE_DIRECTORY
fi &&
echo "--- configure   2003-04-16 23:14:14.000000000 +0200
+++ configure.new       2003-04-16 23:13:55.000000000 +0200
@@ -14506,0 +14507 @@
+      *freetype*) ;;
"|patch -p0 &&

./configure --prefix=/usr             \
            --sysconfdir=/etc         \
            --infodir=/usr/share/info \
            --mandir=/usr/share/man   \
            --with-xinput=yes         \
                        $OPTS                     &&

default_build

) > $C_FIFO 2>&1
--------snip-BUILD-------

Hendrik


More information about the Lunar mailing list