Le 2014/07/03 18:50 +0200, Riccardo Mottola a écrit:
I get such an error: Making all for subproject x11... Compiling file context.c ... In file included from context.c:24:0: /usr/openwin/include/X11/Xlib.h:38:0: warning: ignoring #pragma ident [-Wunknown-pragmas] #pragma ident "@(#)Xlib.h 1.12 04/07/14 SMI"
Not an error, a warning. Unlikely to be an issue, just ignore it.
Most surely an include problem. I notice that during configure I get a lot of errors: checking for cairo... yes checking CAIRO_CFLAGS... sh: gnome-config: not found Package gobject-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gobject-2.0.pc' to the PKG_CONFIG_PATH environment variable Package 'gobject-2.0', required by 'cairo', not found I have gobject installed:
That .pc file is in CSWlibglib2-dev, I'd say that CSWlibcairo-dev is missing a dependency on it.
Laurent
