Any of these error messages of any merit (the future errors are really warnings):
aCC -DHAVE_CONFIG_H -I. -I. -I../../../common -I../../../common +O2 -AA -z +Onofltacc +ESlit +DAportable +Oentrysched +Odataprefetch +Onolimit -c data.cpp +Z -DPIC -o .libs/data.o Error (future) 641: "../../../common/vector.hpp", line 22 # Undeclared variable 'end'. A variable with the same name exists in a template base class, but is not visible according to the Standard lookup rules (See [temp.dep], 14.6.2(3) in the C++ Standard). You can make it visible by writing 'this->end'. insert(end(), begin, begin+size); ^^^ Error (future) 641: "../../../common/vector.hpp", line 25 # Undeclared variable 'front'. A variable with the same name exists in a template base class, but is not visible according to the Standard lookup rules (See [temp.dep], 14.6.2(3) in the C++ Standard). You can make it visible by writing 'this->front'. return &front(); ^^^^^ Error (future) 641: "../../../common/vector.hpp", line 29 # Undeclared variable 'begin'. A variable with the same name exists in a template base class, but is not visible according to the Standard lookup rules (See [temp.dep], 14.6.2(3) in the C++ Standard). You can make it visible by writing 'this->begin'. return &*begin(); ^^^^^ Error (future) 641: "../../../common/vector.hpp", line 32 # Undeclared variable 'end'. A variable with the same name exists in a template base class, but is not visible according to the Standard lookup rules (See [temp.dep], 14.6.2(3) in the C++ Standard). You can make it visible by writing 'this->end'. return &*end(); ^^^ Error 194: "data.hpp", line 49 # Const or reference member 'name' does not appear in the base/member initializer list. FileName() {clear();} ^^^^^^^^ Error 194: "data.hpp", line 50 # Const or reference member 'name' does not appear in the base/member initializer list. explicit FileName(ParmString str) {set(str);} ^^^^^^^^ Error 194: "data.hpp", line 51 # Const or reference member 'name' does not appear in the base/member initializer list. FileName(const FileName & other) {copy(other);} ^^^^^^^^ Warning 307: "data.hpp", line 318 # Function defines return type, but contains no return at end of function. virtual StringEnumeration * elements() const {abort();} //FIXME ^^^^^^^^ Error 742: "data.cpp", line 105 # Source type const char *const and target type const char *& in a const_cast can only differ in their qualifiers const_cast<const char * &>(name) = path.c_str() + (other.name - other.p ^^^^ Error 742: "data.cpp", line 111 # Source type const char *const and target type const char *& in a const_cast can only differ in their qualifiers const_cast<const char * &>(name) = path.c_str(); ^^^^ Error 742: "data.cpp", line 126 # Source type const char *const and target type const char *& in a const_cast can only differ in their qualifiers const_cast<const char * &>(name) = path.c_str() + i; ^^^^ -- albert chin ([EMAIL PROTECTED]) _______________________________________________ Aspell-devel mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/aspell-devel