Hi Wolfgang,

Wolfgang Lux wrote:

My cairo is:

narsil$ pkg_info | grep cairo
cairo-1.12.16       Vector graphics library with cross-device output support
cairo-gobject-1.12.16 Vector graphics library with cross-device output support

I configure with:
  $ ./configure CC=clang CPPFLAGS=-I/usr/pkg/include/cairo 
-I/usr/X11R7/include/freetype2/

(-I extra flags to find the cairo and ft2 headers).
You shouldn't need these flags. Pkg_config should find them for you, try 
pkg-config --cflags cairo. :-)

I did not have pkg-config installed at all. I installed it and everything configured smoothly without manual intervention.
Perhaps on other system I got it always pulled in as a dependency.

Thank you,

Riccardo

_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to