You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While install the LACHESIS in precession make . Fllowing errors appeared, Is anyone knows what's wrong with it and how to fix it ?@shendurelab
Making all in src/include/gtools
make[1]: Entering directory /home/software/LACHESIS/src/include/gtools' g++ -c SAMStepper.cc -Wall -ansi -pedantic -g -O3 -std=c++11 In file included from SAMStepper.cc:18:0: SAMStepper.h:65:58: error: too many decimal points in number /home/software/samtools-0.1.18/sam.h ^ SAMStepper.cc:32:58: error: too many decimal points in number /home/software/samtools-0.1.18/sam.h ^ In file included from SAMStepper.cc:18:0: SAMStepper.h:65:1: error: expected unqualified-id before ‘/’ token /home/software/samtools-0.1.18/sam.h ^ In file included from /public/software/gcc4.8/include/c++/4.8.1/functional:53:0, from /public/software/gcc4.8/include/c++/4.8.1/bits/stl_algo.h:66, from /public/software/gcc4.8/include/c++/4.8.1/algorithm:62, from /public/software/gcc4.8/include/c++/4.8.1/ext/slist:47, from /usr/local/include/boost/algorithm/string/std/slist_traits.hpp:16, from /usr/local/include/boost/algorithm/string/std_containers_traits.hpp:23, from /usr/local/include/boost/algorithm/string.hpp:18, from SAMStepper.cc:28: /public/software/gcc4.8/include/c++/4.8.1/typeinfo:39:37: error: expected declaration before end of line #pragma GCC visibility push(default) ^ make[1]: *** [SAMStepper.o] Error 1 make[1]: Leaving directory /home/software/LACHESIS/src/include/gtools'
make: *** [all-recursive] Error 1
Many thanks!
The text was updated successfully, but these errors were encountered:
While install the LACHESIS in precession make . Fllowing errors appeared, Is anyone knows what's wrong with it and how to fix it ?@shendurelab
Making all in src/include/gtools
make[1]: Entering directory
/home/software/LACHESIS/src/include/gtools' g++ -c SAMStepper.cc -Wall -ansi -pedantic -g -O3 -std=c++11 In file included from SAMStepper.cc:18:0: SAMStepper.h:65:58: error: too many decimal points in number /home/software/samtools-0.1.18/sam.h ^ SAMStepper.cc:32:58: error: too many decimal points in number /home/software/samtools-0.1.18/sam.h ^ In file included from SAMStepper.cc:18:0: SAMStepper.h:65:1: error: expected unqualified-id before ‘/’ token /home/software/samtools-0.1.18/sam.h ^ In file included from /public/software/gcc4.8/include/c++/4.8.1/functional:53:0, from /public/software/gcc4.8/include/c++/4.8.1/bits/stl_algo.h:66, from /public/software/gcc4.8/include/c++/4.8.1/algorithm:62, from /public/software/gcc4.8/include/c++/4.8.1/ext/slist:47, from /usr/local/include/boost/algorithm/string/std/slist_traits.hpp:16, from /usr/local/include/boost/algorithm/string/std_containers_traits.hpp:23, from /usr/local/include/boost/algorithm/string.hpp:18, from SAMStepper.cc:28: /public/software/gcc4.8/include/c++/4.8.1/typeinfo:39:37: error: expected declaration before end of line #pragma GCC visibility push(default) ^ make[1]: *** [SAMStepper.o] Error 1 make[1]: Leaving directory
/home/software/LACHESIS/src/include/gtools'make: *** [all-recursive] Error 1
Many thanks!
The text was updated successfully, but these errors were encountered: