Joined: Wed Jan 30, 2008 12:42 pm Posts: 1
|
|
I need help to cross compile Gtk+ 2.6.3 to an ARM architecture.
The configure return this error:
[code=]checking for XOpenDisplay in -lX11... no
configure: error: *** libX11 not found[/code]
I think so I don't have libX11 installed (precompiled).
Can someone tell me what are the libraries necessaries to cross compile fine gtk+?
I have precompiled (not only for gtk+):
[code=]libX11-1.0.3
libXext-1.0.3
libXdmcp-0.1.3
xproto-7.0.7
xextensions-1.0.1
xtrans-1.1
libXau-1.0.3
xextproto-7.0.2
libXdmcp-0.1.3
glib-2.6.3
glibc-2.3.2
pango-1.8.2
libatk-1.9.0[/code]
and I have taken (from ipkgfind.handhelds, because I don't be able to find this source packages to cross compile them) the .ipk packages pre cross compiled for arm (to obtain the -dev packages):
[code=]libxext-dev.ipk
xlibs-dev.ipk
xlibs_4.2.2.ipk[/code]
I need something else? Why the configure don't find libX11? :(
|
|