On Thu, Aug 27, 2009 at 8:35 AM, Jim Meyering <[email protected]> wrote:
> Rohit Hooda wrote: > ... > >> Did you start from a fresh clone or run > >> "git clean -x -d -f" ? > > > > Yes, I started from a fresh clone, but still the same errors. > > Are you sure your envvars were set properly? > > FYI, I've just done this on F11/x86_64. > > autotools-install --prefix=$HOME/autotools --skip-check > export PATH=$HOME/autotools/bin:$PATH > export > PKG_CONFIG_PATH=$HOME/autotools/lib/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig > > git clone git://git.debian.org/git/parted/parted.git > cd parted && ./bootstrap && ./configure && make && make check Ok, this time I started with a clean slate and it worked. Thanks Jim. I think I was not setting PKG_CONFIG_PATH env var correctly. Best, Rohit > > > and it built and all checks passed. > -- http://cs.clemson.edu/~rhooda Visit http://www.indian-military.org to read the latest about Indian Defence Forces
_______________________________________________ parted-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/parted-devel

