Re: [Nautilus-list] Compilatin problems - rsvg-ft.c



jgotts linuxsavvy com wrote:
> 
> Actually you don't even need to do this.
> 
> Just apply the following patch:
> 
> --- nautilus-0.5/librsvg/rsvg-ft.c.orig Fri Nov 10 23:34:34 2000
> +++ nautilus-0.5/librsvg/rsvg-ft.c      Fri Nov 10 23:34:44 2000
> @@ -28,7 +28,7 @@
>  #include <stdlib.h>
>  #include <math.h>
> 
> -#include <freetype/freetype.h>
> +#include <freetype2/freetype/freetype.h>
> 
>  #include <libart_lgpl/art_misc.h>
>  #include <libart_lgpl/art_rect.h>
> 
> John
> 
>

Unfortuntately this is wrong.

The better thing to do is feed the nautilus configure script the paths
to freetype2's include and library locations.

To decipher exactly what the format of that is you need to look in
nautilus/configure.in.

Mathieu wrote these options, but im not sure he documented them in the
README file. 

-re





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