Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
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
Created an attachment (id=149913) [edit] amap-2.1--2.2.ebuild.patch
Created an attachment (id=149914) [edit] 2.2-fix-cxxflags.patch
Created an attachment (id=149916) [edit] 2.2-gcc43.patch
Fixed in cvs. Thanks much for the patches. cheers, Markus