tomhers / TEPPP

BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Trouble installing TEPPP: `<filesystem>` in dcd/convertor.cpp #4

Open samlobe opened 2 years ago

samlobe commented 2 years ago

I tried to install TEPPP with the make all and make 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".

image

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.

Zer0F8th commented 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.