I get exactly the same error on my 64-bit openSuSe after solving all dependencies (11.1 and now 11.2). I thought it was me doing something wrong... (autogen.sh, ./configure, make, make install).
I was just trying my luck at compiling the code (cvs version 534), and with make command I'm getting only as far as the lines below. Any guidance would be appreciated. Thanks.
TVectorTree.cpp: In member function 'void TVectorTree::initme()':
TVectorTree.cpp:66: warning: deprecated conversion from string constant to 'char*'
TVectorTree.cpp:71: warning: deprecated conversion from string...
You can pull the source through subversion (SVN) these days:
svn co https://gentle-m.svn.sourceforge.net/svnroot/gentle-m/trunk gentle-m
or old school cvs:
cvs -d:pserver:anonymous@gentle-m.cvs.sourceforge.net:/cvsroot/gentle-m login
cvs -z3 -d:pserver:anonymous@gentle-m.cvs.sourceforge.net:/cvsroot/gentle-m co -P GENtle
I'd be very interested to hear if you manage you get online BLAST...