gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compiler warnings for the cairo backend


From: Fred Kiefer
Subject: Re: Compiler warnings for the cairo backend
Date: Tue, 27 Feb 2007 13:14:01 +0100
User-agent: Thunderbird 1.5.0.9 (X11/20060911)

Thank you, works perfectly now!

Fred

Nicola Pero schrieb:
> Not sure this has much to do with my changes, it looked more like a typo
> in configure.ac whereby XFT_LIBS was added to CAIRO_CFLAGS instead
> of CAIRO_LIBS, resulting in --
> 
>  GRAPHIC_CFLAGS=-I/usr/include/cairo -I/usr/include/freetype2 
> -I/usr/include/libpng12   -I/usr/include/cairo -I/usr/include/freetype2 
> -I/usr/include/libpng12   -lXft 
> -lXrender -lfontconfig -lfreetype -lX11     
> 
> which obviously would (at least) generate compile warnings.  Anyway, I fixed 
> it on trunk.
> Please give it a go. :-)
> 
> Thanks
> 
> 
> -----Original Message-----
> From: Fred Kiefer <address@hidden>
> Sent: Tue, February 27, 2007 12:17 pm
> To: Nicola Pero <address@hidden>, GNUstep Developer <address@hidden>
> Subject: Compiler warnings for the cairo backend
> 
> Hi Nicola,
> 
> starting with your changes to the GNUstep make system, I am now getting
> loads of warnings when compiling the cairo backend:
> 
> Compiling file CairoSurface.m ...
> gcc: -lXft: linker input file unused because linking not done
> gcc: -lXrender: linker input file unused because linking not done
> gcc: -lX11: linker input file unused because linking not done
> gcc: -lfontconfig: linker input file unused because linking not done
> gcc: -lexpat: linker input file unused because linking not done
> gcc: -lfreetype: linker input file unused because linking not done
> gcc: -lz: linker input file unused because linking not done
> 
> Looks like linker flags get passed on to the compilation step, where
> they aren't needed. I have attached the config.log file to make it
> easier for you the track this problem, if you don't have cairo installed.
> 
> Cheers,
> Fred
> _______________________________________________





reply via email to

[Prev in Thread] Current Thread [Next in Thread]