00:04:21 https://github.com/monero-project/monero-gui/pull/4346 00:27:27 any idea why it builds with `CMAKE_PREFIX_PATH=$HOME/Qt/5.15.2/gcc_64 make` just fine but in QtCreator it fails on: [315/511]: FAILED: monero/contrib/epee/src/libepee_readline.so 00:30:11 . /usr/bin/ld: monero/contrib/epee/src/CMakeFiles/obj_epee_readline.dir/readline_buffer.cpp.o: in function `handle_line(char*)':/projects/monero-gui/monero/contrib/epee/src/readline_buffer.cpp:177:(.text+0x8d2): undefined reference to`epee::string_tools::trim_right(std::__cxx11::basic_string, std::allocator >&)' collect2: error: ld returned 1 exit status 06:10:29 vthor: I think the cause is the problem solved in this PR. It's already merged on master, but maybe the code that you use does not yet have it? https://github.com/monero-project/monero/pull/9342 07:40:42 vthor: Hi! I'm going to upgrade to Qt6 this weekend and send a pull request maybe next week. We can try to do that together if you like. 11:51:34 rbunner7: thank you, will double check now, I did simply `git pull && git submodules update` and assumed with that all is up to date in master. 11:56:00 aperechnev: '_tobtoht: "I imagine it will not much tu upgrade to 6.8.x " <- The build system work alone is probably a few weeks of works.' I appreciate the offer very much and if I could afford I would love to do (although I think I would not be of great help) to learn more about the build system. But unfortunately I can't go any additional rabbit holes at the moment, and need to pass on this one for this time. 12:09:45 rbunner7: git status: HEAD detached at b089f9ee6, and in git log I can see the last commit b089f9ee69924882c5d14dd1a6991deb05d9d1cd was from Aug 14, where #9342 was merged Jul 16, was about to write to days berfore but actually was one month before. In git logs I can't fing the merge #9342, so I looked into the changes and then into the file contrib/epee/src/readline_buffer.cpp and there it doesn't seem that the changes are applied. 12:32:38 vthor: That's the Monero code within the GUI repo, right? I never really got to the bottom of that, "detached HEAD" and all, my git fu is not strong enough. Not sure, maybe you have to cherry-pick that PR yourself into that Monero code for the time being? 13:27:12 I will check first going on head of master, but I wonder how the build works without issues in the terminal, but not in the IDE. Hehe, I think my git fu is very probable worse, I never used it to colaborate with anybody, and still every week I have and 'aha'(so easy :S ) - effect with it, but I will figure it out. Thank you for your time! :)