Open samlobe opened 2 years ago
Hi @samlobe,
Official support for this repo has been deprecated, you can find a more updated version of the TEPPP software here. Please note that while this older repo supports .read_data, .dump, and .dcd files, the new repo only supports .read_data files.
Try compiling the more updated version using a GCC compiler that supports C++17, and if you are still receiving errors, feel free to open an issue on the official TEPPP repo.
I tried to install TEPPP with the
make all
andmake serial
commands, but it failed. I'm on a cluster and I have gcc version 7 loaded. In dcd/convertor.cpp there is a line that says#include <filesystem>
and it seems to not recognize "filesystem".I also had issues installing this on my mac because I got 20 errors that look like this:
main/../include/funcs.h:195:48: error: a space is required between consecutive right angle brackets (use '> >')
However this may be because of the compiler on my mac.