On Wed, Jan 18, 2012 at 8:35 AM, Ben Abbott
<address@hidden> wrote:
On Jan 17, 2012, at 11:15 PM, Doug Stewart wrote:
> I have the latest tip but
> when I run ./autogen.sh it complains about
> ./autogen.sh: 23: ./bootstrap: not found
>
> Ubuntu 10.04
>
> What am I doing wrong?
I just booted my Ubuntu 10.04 on VBOX and am building Octave there for the first time in about a month. So, I can verify it works.
I'd try ...
maintainer-clean
hg pull ; hg update -C default
./autogen.sh
If the maintainer-clean ends in an error, you can try the command below, and then pull / update / autogen
hg status | grep '^? ' | sed "s/^? /rm /g" | /bin/sh
Ben
address@hidden:~/octavecompile/octave$ hg update -C default
resolving manifests
removing scripts/deprecated/sphcat.m
removing scripts/deprecated/spvcat.m
getting .dir-locals.el
getting .hgignore
getting .hgsub
getting .hgsubstate
pulling subrepo gnulib
address@hidden:~/octavecompile/octave$
so the same git problem as my other email.