Errror building libdivecomputer

Ivan Habunek ivan.habunek at gmail.com
Mon Sep 10 04:42:39 PDT 2012


On 10 September 2012 12:18, Menno Bakker <mlabakker at gmail.com> wrote:
> Hello,
>
> I am trying to build Subsurface according to the instructions on the
> website, so I started with trying to build libdivecomputer.
> Unfortunately, autoreconf -- install fails with:

Actually, I was working on the same thing, on Ubuntu server 12.04.

Starting with a clean install, this works:

# Install prerequisites
sudo apt-get install git
sudo apt-get install autoconf make libtool

# Install libdivecomputer
git clone git://libdivecomputer.git.sourceforge.net/gitroot/libdivecomputer/libdivecomputer
cd libdivecomputer
autoreconf --install
./configure
make
sudo make install

After that, you can build subsurface by doing:

# Install prerequisites
sudo apt-get install libglib2.0-dev libxml2-dev libgtk2.0-dev
libgconf2-dev libxslt1-dev

# Compile for linux
git clone git://subsurface.hohndel.org/subsurface.git
cd subsurface
make
sudo make install

I'm now trying to build windows binaries using mingw. Not too successfully. :)

Regards,
Ivan


More information about the subsurface mailing list