[Cairo] make error with cvs cairo

Carol Spears carol at gimp.org
Mon Sep 15 15:21:34 PDT 2003


well, i appreciate this.  i really saw no mention of any x things in the 
spew.

i edited the gimpenv shell script that bex wrote for me to make getting 
and compiling cvs gimp easier.  i called it cairoenv.  hopefully i 
remember to attach it.


Carl Worth wrote:

>On Sep 15, Carl Worth wrote:
> > The errors indicate that the Xrender.h file you have is older than
> > what Cairo expects.
>...
> > Patches would be gratefully accepted to improve the portability of
> > Cairo with respect to this and other problems.
>
>In the meantime, I've put an explicit check into the Cairo configure
>script for Xrender >= 0.6. That should at least make this problem more
>self-explanatory for the next user to hit it.
>
>-Carl
>
>
>
>  
>


-------------- next part --------------
#!/bin/sh

#replace /usr/local with the path to your GIMP build

prefix="/usr/local"

CVSROOT=':pserver:anoncvs at keithp.com:/local/src/CVS'
export CVSROOT
echo "CVSROOT set to $CVSROOT"
ACLOCAL_FLAGS="-I $prefix/share/aclocal"
export ACLOCAL_FLAGS
echo "ACLOCAL_FLAGS set to $ACLOCAL_FLAGS"
PKG_CONFIG_PATH="$prefix/lib/pkgconfig:$PKG_CONFIG_PATH"
export PKG_CONFIG_PATH
echo "PKG_CONFIG_PATH set to $PKG_CONFIG_PATH"

if [ $prefix != "/usr/local" ]; then
    PATH="$prefix/bin:$PATH"
    export PATH
    echo "PATH set to $PATH"
    LD_LIBRARY_PATH="$prefix/lib:$LD_LIBRARY_PATH"
    export LD_LIBRARY_PATH
    echo "LD_LIBRARY_PATH set to $LD_LIBRARY_PATH"
fi

echo "You can now build GIMP in $prefix."


More information about the cairo mailing list