[Xcb] xcb/util failure
Russell Shaw
rjshaw at netspace.net.au
Thu Sep 28 01:20:38 PDT 2006
Barton C Massey wrote:
>
> In message <451B730C.9080403 at netspace.net.au> you wrote:
>
>>Hi,
>>I did all the build steps in http://xcb.freedesktop.org/wiki/DevelopersGuide for git.
>>
>>When doing "make" for xcb/util, i get:
>>
>>gcc -Wall -g -O0 -o .libs/test_reply test_reply-test_reply.o -L/usr/local/lib
>>/usr/local/lib/libxcb.so ./.libs/libXCBReply.so
>>./.libs/libXCBReply.so: undefined reference to `xcb_get_request_read'
>>collect2: ld returned 1 exit status
>>make[1]: *** [test_reply] Error 1
>>make[1]: Leaving directory `/home/russell/SRC/xcb/util/reply'
>>make: *** [all-recursive] Error 1
>>
>>
>>xcb_get_request_read is not defined in any header files.
> You can almost certainly work around the problem by
> installing the "check" package. There's supposed to be
> stuff in the autconfig that makes the build work even if
> check isn't installed; apparently it isn't currently working
> right. We'll look into it.
>
> Thanks much for the report.
>
> Bart
Hi,
What is the "check" package? ("make check" gives the same error)
More information about the Xcb
mailing list