aig-upf / fs-private

This is the private version of the FS planner repository
GNU General Public License v3.0
5 stars 1 forks source link

bfws-v1.0-beta-4 compilation errors #82

Closed miquelramirez closed 7 years ago

miquelramirez commented 7 years ago

I can't compile bfws-v1.0-beta-4, g++ reports the following error:

.build/prod/src/problem_info.cxx: In member function ‘void fs0::ProblemInfo::loadTypeIndex(const Value&)’:
.build/prod/src/problem_info.cxx:237:48: error: ‘type_id’ is not a class, namespace, or enumeration
     typeObjects[type_id].push_back(make_object(type_id::object_t, value));

??

miquelramirez commented 7 years ago

No longer relevant I think