gnustep-dev
[Top][All Lists]
Advanced

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

Re: Compiling Gnustep on Fedora 6: configure: error: No X11 libraries/he


From: Fred Kiefer
Subject: Re: Compiling Gnustep on Fedora 6: configure: error: No X11 libraries/headers for building x11 server
Date: Wed, 12 Dec 2007 09:21:59 +0100
User-agent: Thunderbird 2.0.0.6 (X11/20070801)

T.J. Yang wrote:
> Any pointer of what I missed ?
> 
> 1. some missing library that I can't find the fedora package for them.
> 
> address@hidden scripts]# cat /etc/redhat-release
> Fedora Core release 6 (Zod)
> address@hidden scripts]#
> address@hidden logs]# grep cannot  06-back-config.log
> /usr/bin/ld: cannot find -lXt
> /usr/bin/ld: cannot find -lgdi32
> /usr/bin/ld: cannot find -lmsimg32
> /usr/bin/ld: cannot find -lopengl32
> address@hidden logs]# pwd
> /root/core/logs
> address@hidden logs]#
> 
You may ignore these, all but Xt are Windows libraries, which you really
don't need on fedora :-)
I am not sure about Xt, maybe this is needed. You should better install
it. See below.

> 2.  failed at compiling cairo backend server using X11.
> 
> <snip>
> checking for main in -lmsimg32... no
> checking for main in -lopengl32... no
> checking windows.h usability... no
> checking windows.h presence... no
> checking for windows.h... no
> checking for libart2... 2.3.17
> checking for cairo... yes
> checking CAIRO_CFLAGS... -I/usr/include/cairo -I/usr/include/freetype2
> -I/usr/include/libpng12
> checking CAIRO_LIBS... -lcairo
> checking for cairo-ft... yes
> checking CAIRO_FT_CFLAGS... -I/usr/include/cairo
> -I/usr/include/freetype2 -I/usr/include/libpng12
> checking CAIRO_FT_LIBS... -lcairo -lfreetype -lfontconfig
> checking for cairo-xlib... yes
> checking CAIRO_XLIB_CFLAGS... -I/usr/include/cairo
> -I/usr/include/freetype2 -I/usr/include/libpng12
> checking CAIRO_XLIB_LIBS... -lcairo -lX11
> checking for cairo-win32... checking for cairo-glitz... checking for
> XRenderFindVisualFormat in -lXrender... yes
> checking Backend Server... x11
> checking Backend Graphics... art
> configure: error: No X11 libraries/headers for building x11 server
> 

Now this means what it says :-) You will need to install the X11 dev
package to be able to compile GNUstep back. Most likely this will
provide you the missing Xt library as well.

Cheers,
Fred




reply via email to

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