* [Buildroot] Error building libX11 on Buildroot 0.90.2 stable
@ 2009-03-26 18:43 Ed Stafford
2009-03-26 19:52 ` Peter Korsgaard
0 siblings, 1 reply; 3+ messages in thread
From: Ed Stafford @ 2009-03-26 18:43 UTC (permalink / raw)
To: buildroot
What I read was the keysymdef.h header is in the XProto package which
it indicates is available. Any idea?
checking for cpp... /usr/bin/cpp
checking if /usr/bin/cpp requires -undef... yes
checking if /usr/bin/cpp requires -traditional... yes
checking whether to use XCB... (cached) yes
checking pkg-config is at least version 0.9.0... yes
checking for XPROTO... yes
checking for X11... yes
checking if Xtrans should support UNIX socket connections... yes
checking if Xtrans should support TCP socket connections... yes
checking for library containing socket... none required
checking for library containing gethostbyname... none required
checking for getaddrinfo... yes
checking if IPv6 support should be built... yes
checking for struct sockaddr_in.sin_len... no
checking if Xtrans should support os-specific local connections... no
checking for authdes_seccreate... no
checking for authdes_create... no
checking if Secure RPC authentication ("SUN-DES-1") should be supported... no
checking if run-time linking is supported... checking for library
containing dlopen... -ldl
checking for dlfcn.h... (cached) yes
yes
checking if loadable i18n module support should be enabled... no
checking if loadable Xcursor library support should be enabled... yes
checking for ANSI C header files... (cached) yes
checking for strtol... yes
checking for issetugid... no
checking for getresuid... yes
checking for shmat... yes
checking for getpwuid_r in -lc... yes
checking for pthread_self in -lc... yes
checking for poll... yes
checking keysymdef.h... configure: error: Cannot find keysymdef.h
make: *** [/home/ed/src/buildroot-2009.02/build_i386/xlib_libX11-1.1.3/.stamp_configured]
Error 1
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] Error building libX11 on Buildroot 0.90.2 stable
2009-03-26 18:43 [Buildroot] Error building libX11 on Buildroot 0.90.2 stable Ed Stafford
@ 2009-03-26 19:52 ` Peter Korsgaard
2009-03-29 19:18 ` Peter Korsgaard
0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2009-03-26 19:52 UTC (permalink / raw)
To: buildroot
>>>>> "Ed" == Ed Stafford <ed.stafford@gmail.com> writes:
Hi,
Ed> checking keysymdef.h... configure: error: Cannot find keysymdef.h
Ed> make: *** [/home/ed/src/buildroot-2009.02/build_i386/xlib_libX11-1.1.3/.stamp_configured]
Taking a look at config.log shows the reason:
configure:23596: checking keysymdef.h
configure:23601: result: /usr/include/X11/keysymdef.h
So it searches for and finds the host header. I'll look into fixing
this, but in the mean time you can install it on your host (something
like x11proto-core-dev) to continue.
These things unfortunately sometimes happen. I have had
'setup-buildbot-with-builders-on-minimal-systems' on my todo list for
a while, and once that's running it should be easy to detect this kind
of errors.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] Error building libX11 on Buildroot 0.90.2 stable
2009-03-26 19:52 ` Peter Korsgaard
@ 2009-03-29 19:18 ` Peter Korsgaard
0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2009-03-29 19:18 UTC (permalink / raw)
To: buildroot
>>>>> "Peter" == Peter Korsgaard <jacmet@uclibc.org> writes:
Peter> configure:23596: checking keysymdef.h
Peter> configure:23601: result: /usr/include/X11/keysymdef.h
Peter> So it searches for and finds the host header. I'll look into fixing
Peter> this, but in the mean time you can install it on your host (something
Peter> like x11proto-core-dev) to continue.
It should be fixed now in r25881, could you give it a try? Notice that
we still need to compile libX11 for the host for the host versions of
cairo/pango/libgtk2 needed to compile libgtk2.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-03-29 19:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-26 18:43 [Buildroot] Error building libX11 on Buildroot 0.90.2 stable Ed Stafford
2009-03-26 19:52 ` Peter Korsgaard
2009-03-29 19:18 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox