Open waveandsmile opened 3 years ago
Please fill the issue template properly. It's not meant to be ignored.
Please fill the issue template properly. It's not meant to be ignored.
I'm very noob to Github, bare with me, you fixed it or is there anything for me to redo?
I'm very noob to Github, bare with me, you fixed it or is there anything for me to redo?
Ideally you would create a new issue and not erase everything, but read and follow it. I will add the template to your issue, so you can fill in the information.
The most important information we need is what commands you are running (cmake, make, etc) and what distro are you using, with version number.
All fmt errors were fixed in #4491 , which also adds more flags to compiler for giving warnings, if for some reason a linux user can't compile now, it would be from the flags "-Wnon-virtual-dtor", "-Wold-style-cast", and "-Werror". Otherwise, without those flags, main branch compiles just fine on linux.
Before creating an issue, please ensure:
Steps to reproduce (include any configuration/script required to reproduce)
Expected behaviour
Compiling to a runable CXX onto linux.
Actual behaviour
Compiling succesfully through all sources but when trying to setup the tfs cxx it dumps the text below.
Getting issue when compiling:
Environment
Running on O.S Ubuntu Linux 20.04
Reproduction environment
Non specific, followed tutorial for compiling in ubuntu, downloaded necessary library etc.