|
While compiling the seti_boinc client i get an error message like this:
make[1]: Entering directory `/make/seti_boinc/client'
g++ -g -O2 -DHAVE_CONFIG_H -DTEXT_UI -DNDEBUG -DCLIENT -I/make/boinc/api -I/make/boinc/lib -I/make/boinc/image_libs/ -I.. -I../db -c -o seti.o seti.cpp
../db/xml_util.h: In function `std::vector >
base85_decode(const char*, long unsigned int) [with T = unsigned char]':
../db/xml_util.h:787: instantiated from `std::vector > xml_decode_string(const char*, long unsigned int, const char*) [with T = unsigned char]'
../db/xml_util.h:823: instantiated from `std::vector > xml_decode_field(const std::string&, const char*) [with T = unsigned char]'
seti.cpp:730: instantiated from here
../db/xml_util.h:384: no matching function for call to `min(long int, int)'
make[1]: *** [seti.o] Error 1
make[1]: Leaving directory `/make/seti_boinc/client'
make: *** [all] Error 2
System Type is AlphaDS10 running SuSE Linux 8.1 for Alpha
Any solution for this ???
|