Oh, hurr, I should probably include the error messages.
The changes to ptree.h all fix errors of the form:
ptree.h:392:3: note: declarations in dependent base
‘std::map<std::basic_string<char>, VAL::operator_symbol*,
std::less<std::basic_string<char> >, std::allocator<std::pair<const
std::basic_string<char>, VAL::operator_symbol*> > >’ are not found by
unqualified lookup
ptree.h:392:3: note: use ‘this->insert’ instead
make: *** [pddl+.o] Error 1
rm pddl+.cpp
The change to Validator.cpp changes a variable name (i) that was being
redefined.
|