janu mam wrote: > hi all [i done lfs-6.7 success] > i dont know-blfs-support-[so i am posting on lfs-support] > can any one to put this q to blfs-support:::: > i downloaded required packages,files into /xc/lib > http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html > now - Installation of Xorg Libraries > here i will done like below > > *step1*) janu[~Downloads/xc/lib]bash -e > *step2**) janu[*~Downloads/xc/lib] > > for package in $(grep -v'^#' ../lib-7.6-1.wget) > do > packagedir=${package%.tar.bz2} > tar -xf $package > cd $packagedir > case"$packagedir" in > libX11-1.4.0 ) > # Uncomment if you did not build libxcb[i done libxcb successfully] > > #CONFIGPARAMS="--without-xcb" > > esac&& > ./configure $XORG_CONFIG $CONFIGPARAMS > make > make install > unset CONFIGPARAMS > ldconfig > cd .. > rm -rf $packagedir > done 2>&1 | tee -a ../lib-7.6-1-compile.log > > > when i do above following error > > _*result is:[at last] this is exact message on screen:::* > > checking for X11 ...configure:error:package quirements(xproto >=7.0.13 > exeproto xtrans xcb>=1.1.92 kbproto)were not met: > > > no package'xtrans' found > > consider adjusting the PKG_COFIG_PATH environment variable if you installed > software in a non-standard prefix > > Alternatively, you may set the environment variable X11_CFLAGS and X11_LIBS > to avoid the need to call pkg-config. > > > see the pkg-config man page for mor details_ > > can one help me plzz? >
try: echo $XORG_CONFIG see if the environment variable is still set properly see instructions in Introduction to Xorg-7.6. If you had logged out or started a new shell your environment variables will need to be reset. -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
