ankit vishwakarma wrote:
> the following error occurs while executing make command for libX11

> checking for X11... configure: error: Package requirements (xproto >=
> 7.0.17 xextproto xtrans xcb >= 1.1.92 kbproto inputproto) were not met:
> 
> Requested 'xproto >= 7.0.17' but version of Xproto is 7.0.10

I have no idea where you got this.  I have:

$ cat /opt/xorg/lib/pkgconfig/xproto.pc
prefix=/opt/xorg
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
includex11dir=${prefix}/include/X11

Name: Xproto
Description: Xproto headers
Version: 7.0.22
Cflags: -I${includedir}

And that's from December.  Maybe you should start over and pay closer attention 
to each step.

> I reinstaaled the protocols still the same error persists
> and after executing ldconfig for xtrans the following occurs
> 
> root [ /sources/lib/xtrans-1.2.6 ]# ldconfig
> ldconfig: /usr/lib/libstdc++.so.6.0.16-gdb.py is not an ELF file - it has
> the wrong magic bytes at the start

It's a warning about a gcc file.

mkdir -pv /usr/share/gdb/auto-load/usr/lib
mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib

   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to