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...
Thanks for a great product which really is needed now when Invitrogen has made their "freeware" not-so-free ;)
The thing I need help with is to figure out how to download the entire source code tree for the most recent version using CVS (I have only compiled from source using tarballs before)
(I have actually used the win version via Wine lately just to avoid the dependency hell...