Closed blastmaster closed 2 years ago
Hi thanks for the information. Those errors were safely ignored by earlier versions of gcc. But gcc-10 reports and stops on those errors. I'll try to resolve them and get back to you soon.
I believe I have fixed the issue, can you pull the latest code and retry?
Thanks you for your fast response. Yes this solves the issue. However, there is an other little bug which still prevents compilation.
For this you need to add #include <string>
at the top of the file. I tried it locally, then it will compile.
Thanks for pointing that out. Strange my compiler didn't complain about it. I'll add it.
Yes probably you are using a different libc++
implementation then its possible that the string stuff is already included in the vector or algorithm or unordered_map header. Thanks a lot.
Hi, maybe I'am holding it wrong but when trying to compile recorder doing the following steps:
I get the follwoing error message during the linking step.
I shorten the messages because it's the same for nearly all symbols you want to intercept, POSIX-IO, MPI, HDF5. Configuration via CMake was fine without any errors. Maybe there is something wrong in the linking order? Did you know this issue? Or did I something wrong?