2009-11-06 14:17:50 UTC
I tried configure and make and posted my eventual make trouble here (I had to manually do libdc1394 and dependencies) as redwalnut:
http://sourceforge.net/projects/mando/forums/forum/796192/topic/2139825/index/page/1
I decided to try again with this staring point: Vanilla Ubuntu 9.10 desktop i386 32bit, with updates 5.November.2009 and gawk, mando-1.7.1. (1st time was on a native i386 but this retry is with ubuntu in a VMware virtual machine on a mac).
./configure required this things along the way...
libstdc++6-4.4-dev
xserver-xorg-dev
libxtst-dev
libboost-dev
libf2c2-dev
libfftw3-dev
gfortran
-> all with dependencies
But then throws this spanner in the works...
checking for dc1394... no (older than version 1.1?)
checking for old version of dc1394... configure: error: Failed to link with dc1394 library (only version 1.x supported)
Unfortunately these don't have any effect...
./configure --disable-dc1394
./configure --without-dc1394
So I repeat the steps similar as I wrote on sourceforge: extra on the dc1384 for ubuntu 9.10:
http://packages.ubuntu.com/jaunty/libs/libraw1394-8
http://packages.ubuntu.com/jaunty/libs/libdc1394-13
http://packages.ubuntu.com/jaunty/libdc1394-13-dev
(BTW, is there another way around dc1394?)
And then back to./configure installations...
freeglut3-dev
libglut3
libglut3-dev
glutg3
glutg3-dev
libglu1-mesa-dev
freeglut3 freeglut3-dbg freeglut3-dev ftgl-dev gle-doc glut-doc glutg3 glutg3-dev libglu1-mesa libglu1-mesa-dev libgl1-mesa libgl1-mesa-dev libgl1-mesa-dri libglut3 libglut3-dev mesa-common-dev mesa-demos mesa-swrast-source mesa-utils glut-doc glutg3-dev libglut3-dev
But no love!
Configure problem:
checking for OpenGL... yes
checking for GL... no
checking for GLU... no
checking for glut... no
configure: error: Check for OpenGL failed.
Compatibility problem:
libgl1-mesa-dev
libgl1-mesa-glx
....and...
libgl1-mesa-swx11-dev
...can not be installed at the same time
Any clues?