Dear gods, just send to the list and not to me!!!!!! And turn off HTML
formatting while you are at it. The list blocks it.

On Mon, May 23, 2011 at 6:32 AM, janu mam <[email protected]> wrote:
>  this time i did below code in a file:build_lib.sh
> [ i should not follow this but while doing post#1 i am getting error:
> so i just take help of http://www.theskycenter.info/blfs/xorg
That info is outdated and only follows the 6.3 book. Use the official
instructions in the SVN book.
> -i am following official online 
> book-http://www.linuxfromscratch.org/blfs/view/svn/x/x7lib.html]
> Create build script :[ i mentioned my package versions]
>
> root[home/janu/Downloads/xc/lib]#cat >build_lib.sh << "EOF"
> # build packages
> 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 )
> ;;
> libXfont-1.4.3 )
> ;;
> esac &&
> ./configure $XORG_CONFIG
> make
> make install
> ldconfig
> cd ..
> rm -rf $packagedir
> #rm -f $package
> done 2>&1 | tee -a ../lib-7.6-1-compile.log #log the entire loop
> EOF
That seems to work. Not very flexible, but it works.
> checking for XKBFILE ....configure :errorackage requirements(x11 kbproto ) 
> were not me:
> no package 'x11' not 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 XKBFILE_CFLAGS and 
> XKBFILE_LIBS_LIBS to avoid the need to call pkg-config.
> see the pkg-config man page foe more details
From this, one (or more) of these three things have happened:

  1. You skipped around the X.org instructions and built parts before
you were supposed to.
  2. You haven't set the PKG_CONFIG_PATH for either /usr or an alternate prefix.
  3. You misspelled PKG_CONFIG_PATH as PKG_COFIG_PATH (there is
supposed to be a N before the FIG)

Build in order, follow the commands I gave you for setting the
PKG_CONFIG_PATH for /usr and alternate prefixes, and spell
PKG_CONFIG_PATH right.

--
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

"Every nonfree program has a lord, a master --
and if you use the program, he is your master."  Richard Stallman

--
Are you a Gmail user? Please read this important notice:
http://www.fsf.org/campaigns/jstrap/gmail?31450.
-- 
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