Closed zhangfq-chemistry closed 4 months ago
Thanks a lot for reporting this. Could you maybe share which compiler version and which operating system you're using?
I use ubuntu24/g++. After several "#include
Could you please let me know the exact version of GCC you are using? You shouldn't have any problems compiling Molassembler with GCC 10 and below (as long as C++17 is supported).
gcc version 13.2.0 (Ubuntu 13.2.0-23ubuntu4) one error: molassembler/build/googletest-src/googletest/src/gtest-death-test.cc line 1299: change to int dummy=0; OK now!
Great, thanks!
molassembler/src/Molassembler/IO/Base64.h:23:43: error: ‘uint8_t’ is not a member of ‘std’; did you mean ‘wint_t’? 23 | std::string encode(const std::vector& inputBuffer);