hi,
i downloaded MeShClust-1.0.0 and compiled with make.
there's no meshclust in bin. only Red.
ok i have a mac and used CXX=g++-7 make
and got the following error:
mkdir -p bin
mkdir -p bin/exception
mkdir -p bin/nonltr
mkdir -p bin/utility
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C src
g++-7 -O3 -g -fmessage-length=0 -Wall -march=native -std=c++11 -c RepeatsDetector.cpp -o ../bin/Red.o
RepeatsDetector.cpp: In function 'void drive(std::map<std::__cxx11::basic_string, std::__cxx11::basic_string >)':
RepeatsDetector.cpp:165:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int h = 0; h < chromList->size(); h++) {
~~^~~~~~~~~~~~~~~~~~~
RepeatsDetector.cpp: In function 'int main(int, char**)':
RepeatsDetector.cpp:358:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < fileList->size(); i++) {
~~^~~~~~~~~~~~~~~~~~
RepeatsDetector.cpp:361:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int h = 0; h < chromList->size(); h++) {
~~^~~~~~~~~~~~~~~~~~~
RepeatsDetector.cpp:454:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < fileList->size(); i++) {
~~^~~~~~~~~~~~~~~~~~
RepeatsDetector.cpp:458:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int h = 0; h < chromList->size(); h++) {
~~^~~~~~~~~~~~~~~~~~~
RepeatsDetector.cpp: In function 'void drive(std::map<std::__cxx11::basic_string, std::__cxx11::basic_string >)':
RepeatsDetector.cpp:160:36: warning: 'oChromList' may be used uninitialized in this function [-Wmaybe-uninitialized]
const vector<Chromosome *> * oChromList;
^~~~~~~~~~
FATAL:/opt/local/bin/../libexec/as/x86_64/as: I don't understand 'm' flag!
make[1]: *** [../bin/Red.o] Error 1
make: *** [bin/Red.o] Error 2