hi all [i done lfs-6.7 success]

   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

    janu[~Downloads/xc/lib]$bash -e
    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



   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_


    janu[~Downloads/xc/lib]$echo $XORG_CONFIG

   result :nothing
    can one help me plzz?
-- 
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