configure: error: cannot find install-sh, install.sh, or shtool in "."
"./.." "./../.."
So, copy in /usr/share/automake-1.11/install-sh and...
configure: error: cannot run /bin/sh ./config.sub
which sure enough is missing.
What have I got wrong here?
Gordon MM0YEQ
I presume this is building from tarballs. What is your build environment?
can you call
autoreconf -fvi
or
./autogen.sh
and then ./configure?
John
>
> Gordon MM0YEQ
>
>
I'm building in Arch Linux, which uses gcc 4.6.0 (and indeed pretty much
the newest versions of everything).
> can you call
>
> autoreconf -fvi
That allows me to run configure, and now it bails because it detects
python 3 instead of python 2.
I don't understand autotools well enough to know how to fix that.
Gordon MM0YEQ
Ok good.
>
> I don't understand autotools well enough to know how to fix that.
yeah, python3 not supported (by pygtk either). Python3 support will
come in the next year as GNOME moves from pygtk to PyGObject + GObject
introspecton + gtk+-3
Does anyone here use arch and know how to force python2?
John
>
> Gordon MM0YEQ
>
>
For those of you using Arch, the packages are in AUR and can be
installed either "by hand" or with the AUR helper of your choice. They
are called:
osm-gps-map
python-osmgpsmap
Why doesn't the second one have hyphens in osm-gps-map? No idea, that's
how it is on John's server ;-)
Gordon MM0YEQ
No, this is the Gtk2 version. I should probably start looking at the
Gtk3 version, because it looks like I'm going to have to write my own
object rendering code at some stage and Gtk3 is the way the world is
going.
Gordon MM0YEQ