gnustep-dev
[Top][All Lists]
Advanced

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

Re: Compiled GUI program fails to run


From: Fred Kiefer
Subject: Re: Compiled GUI program fails to run
Date: Mon, 1 Jun 2015 08:52:58 +0200

No, this result from configure is fine. It does not explain why the xlib 
backend gets used though. Could you please check further down in config.log 
which backend gets chosen and why? If this is cairo you have a different issue. 
We will see.

Fred

On the road

Am 01.06.2015 um 00:19 schrieb Patryk Laurent <address@hidden>:

> 
>> On May 31, 2015, at 02:13 PM, Fred Kiefer <address@hidden> 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
> address@hidden
> https://lists.gnu.org/mailman/listinfo/gnustep-dev



reply via email to

[Prev in Thread] Current Thread [Next in Thread]