fmrico / popf

The POPF planner from KCL planning group with some modifications to make it work with "modern" compilers...
GNU General Public License v2.0
17 stars 9 forks source link

Error while installing #8

Open virginiasanfilippo opened 1 year ago

virginiasanfilippo commented 1 year ago

First of all in the readme it says "A precompiled, statically linked binary of POPF for Linux x86 is available to download.", but I can't find this file in the distribution. I tried installing POPF myself on Ubuntu 20.04.1 using mkdir build cd build cmake path_to_src_folder make, but I get this error:

/.../popf/src/VALfiles/TimSupport.cpp:1392:36: required from here /usr/include/c++/9/bits/stl_tree.h:1117:16: error: no type named ‘value_type’ in ‘struct std::iterator_traits<TIM::getConditionally<std::_Rb_tree_const_iterator<TIM::Property*> > >’ 1117 | enable_if_t<!same_value_type<_InputIterator>::value> | ^~~~~~~~~ make[2]: [src/VALfiles/CMakeFiles/Inst.dir/build.make:154: src/VALfiles/CMakeFiles/Inst.dir/TimSupport.o] Errore 1 make[1]: [CMakeFiles/Makefile2:213: src/VALfiles/CMakeFiles/Inst.dir/all] Errore 2