On 23.12.2010 16:37, Slick Dealer wrote:

> However, if I
>         ./configure --enable-cairo
> and then
>         make
> I get a cryptic error message saying -
>
> Linking cairo_test...
> /usr/bin/ld: cannot find -lpixman-1
> collect2: ld returned 1 exit status
> make[1]: *** [cairo_test] Error 1
> make: *** [all] Error 1
>
> Can someone please guide me in installing FLTK with cairo enabled? Do I have 
> to install any additional library ? Is there a way to bypass installing the 
> library in the /urr/bin directory (I am testing FLTK in my home directory and 
> would prefer installing any additional libraries in my home directory)

You must install a package or something your distro knows that's
called pixman-1. I'm not sure why this is needed, but anyway...
Should probably be documented somewhere. Cairo also need pkgconfig,
IIRC.

Note that Cairo support is very limited.

Albrecht
_______________________________________________
fltk mailing list
fltk@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to