Following the installation process in emp-readme, emp-ot , emp-tools & emp-sh2pc are installed but when running cmake . & make to install emp-pvc I get the following error:
fatal error: emp-ot/table.h: No such file or directory
#include <emp-ot/table.h>
^~~~~~~~~~~~~~~~
The emp-ot repository does not contain any table.h file.
When I comment the include, I get the next error:
emp-pvc/internal_eva.h:5:10: fatal error: emp-ot/mextension_kos.h: No such file or directory
#include <emp-ot/mextension_kos.h>
So it seems emp-pvc is using some old references. Any fix possible?