T.J. Yang wrote:
> Any pointer of what I missed ?
> 
> 1. some missing library that I can't find the fedora package for them.
> 
> [EMAIL PROTECTED] scripts]# cat /etc/redhat-release
> Fedora Core release 6 (Zod)
> [EMAIL PROTECTED] scripts]#
> [EMAIL PROTECTED] 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
> [EMAIL PROTECTED] logs]# pwd
> /root/core/logs
> [EMAIL PROTECTED] 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


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

Reply via email to