On Mon, 2 Aug 2010, John Wilson wrote:

/Here are the commands to do if you want a clean build of the latest sources, and want configure to recheck all the libraries and header files that Xastir needs: /

/         cd xastir
       cvs update (snag all the latest changes)
       ./bootstrap.sh/

Did you get an extra '/' character in there?  It should be:

        ./bootstrap.sh

And it should look pretty much like this when you run it:

    > ./bootstrap.sh
        7) Removing autom4te.cache directory...
        6) Running aclocal...
        5) Running autoheader...
        4) Running autoconf...
        3) Running automake...
        2) Checking for 'mkinstalldirs'... Found!
        1) Generating derived language files.....
    Bootstrap complete.


       ./configure

The rest looks good.  There's also an "update-xastir" script which
should do all the steps for you in sequence.  The first few times
you do it though it's good to do it by hand to make sure you have
all the tools installed and don't miss some critical error message.
After that though it's as easy as:

    ./update-xastir

--
Curt, WE7U.                         <http://www.eskimo.com/~archer>
   APRS:  Where it's at!                    <http://www.xastir.org>
  Lotto:  A tax on people who are bad at math. - unknown
Windows:  Microsoft's tax on computer illiterates. - WE7U.
The world DOES revolve around me:  I picked the coordinate system!"
_______________________________________________
Xastir mailing list
[email protected]
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir

Reply via email to