i686-pc-linux-gnu-g++ -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3
-DNDEBUG -DNumInsertStates=1 -DVERSION='"AMAP.2.1"' -lm -o amap Amap.cc
In file included from Amap.cc:9:
MultiSequenceDag.h: In member function ‘MultiSequence*
MultiSequenceDag::AlignDag(const SafeVector<SafeVector<SparseMatrix*> >&,
float, bool, bool, bool, float)’:
MultiSequenceDag.h:780: error: ‘numeric_limits’ is not a member of
‘std’
MultiSequenceDag.h:780: error: expected primary-expression before ‘float’
MultiSequenceDag.h:780: error: expected `;' before ‘float’
Amap.cc: In function ‘bool GetInteger(char*, int*)’:
Amap.cc:618: error: ‘LONG_MAX’ was not declared in this scope
Amap.cc:618: error: ‘LONG_MIN’ was not declared in this scope
Amap.cc:619: error: ‘INT_MIN’ was not declared in this scope
Amap.cc:619: error: ‘INT_MAX’ was not declared in this scope
Amap.cc: In function ‘SafeVector<std::basic_string<char,
std::char_traits<char>, std::allocator<char> > > ParseParams(int, char**)’:
Amap.cc:748: error: ‘strcmp’ was not declared in this scope
make: *** [amap] Error 1
Reproducible: Always