-
Notifications
You must be signed in to change notification settings - Fork 8
Description
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_iteratorTIM::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