On May 31, 2015, at 02:13 PM, Fred Kiefer <[email protected]> wrote:
That is correct, but for some reasons this backend wasn't used in Patryks installation. If you didn't choose another backend on purpose, the reason is most likely that either the cairo development package or some package required by that is missing on your machine. The best way to find out is to check the config.log file of GNUstep back. Fred, Checking config.log, I see that "cairo" seems to be there... but that config has also found "cairo-xlib" (see below). I'm not clear on the problem. Are cairo and xlib supposed to be mutually exclusive? Thank you, Patryk configure:5908: checking for cairo configure:5912: result: yes configure:5916: checking CAIRO_CFLAGS configure:5919: result: -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 configure:5922: checking CAIRO_LIBS configure:5925: result: -lcairo configure:6008: checking for cairo-ft configure:6012: result: yes configure:6016: checking CAIRO_FT_CFLAGS configure:6019: result: -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 configure:6022: checking CAIRO_FT_LIBS configure:6025: result: -lcairo -lfreetype configure:6108: checking for cairo-xlib configure:6112: result: yes configure:6116: checking CAIRO_XLIB_CFLAGS configure:6119: result: -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 configure:6122: checking CAIRO_XLIB_LIBS configure:6125: result: -lcairo -lX11 -lXext
_______________________________________________ Gnustep-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnustep-dev
