Be sure to also install the following packages:
sudo apt-get install mono-devel \
libglib2.0-dev libmono-dev libmono-system-runtime2.0-cil \
libexif-dev libgnomeui-dev liblcms1-dev libgphoto2-2-dev \
libusb-dev
And instead of
make install
, use make -k install
since it will attempt to run scrollkeeper which attempts to update /var/lib/scrollkeeper/scrollkeeper_docs. The offending line is:
scrollkeeper-update -p /var/lib/scrollkeeper -o /home/marc/unstable/f-spot/share/omf/f-spot
Oh you beauty :-)
ReplyDeleteAfter much head scratching about how or why autoconf was not finding my missing packages your list of required packages for Ubuntu Feisty resolved the problem.
Many thanks
Glen