However,the 64 bit version dosen't match my machine. Thank you all the same.
Tophat Install Error During Make Step
I am trying to install TopHat 1.2.0 and have completed the configure step successfully, but not when i run the 'make' command, I get the following error messages.
reads.cpp:327: instantiated from here
SeqAn-1.1/seqan/basic/basic_alphabet_interface.h:353: no match for `*
seqan::Iter<const std::basic_string<char, std::char_traits<char>,
std::allocator<char> >, seqan::StdIteratorAdaptor>&' operator
make[2]: *** [reads.o] Error 1
make[2]: Leaving directory `/usr/local/tophat-1.2.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/tophat-1.2.0'
make: *** [all] Error 2
Anybody could help me? Thanks for your time and attention.
• 6,180 views
•
link
2 answers
Well, this does not answer your question directly, but there are also ready-made binary versions available (from http://tophat.cbcb.umd.edu/):
- http://tophat.cbcb.umd.edu/downloads/tophat-1.2.0.Linux_x86_64.tar.gz
- http://tophat.cbcb.umd.edu/downloads/tophat-1.2.0.OSX_x86_64.tar.gz
Unless you are specifically trying to compile it as 32bit, you could have a go with those files.
• 3 views
•
link
• 0 views
•
link
Log in to answer this question.
Please try to format these long log messages for better readability (4 leading spaces per line usually does the trick; I added them to your question.) Also, consider including only the relevant parts.
Fixed formatting.
Only relevant parts are included. Thanks a lot to both of you.
Which C++ compiler and version are you using?
gcc (GCC) 3.2.2 20030222
Is it possible to upgrade your compiler to something more recent?
Is it possible to upgrade your compiler to something more recent? GCC 3.2.2 is over 8 years old.