notepad
notepad
> Hi @doitwithnotepad when it has to check if there are solvers it shows this in the logs : `error: Unhandled Rejection: TypeError: checkSolvers is not a function` It should...
I can't do it right now, maybe later, sorry for the delay in answering.
Thanks, but if i change the step to reproduce to `VERSION=1.10.0` it compiles flawlessly, and theres also some `std::pair` in it...
It's out of my scope too, but I found some possible related problems. Maybe someone could find the issues helpful. https://github.com/llvm/llvm-project/issues/62166 https://github.com/llvm/llvm-project/issues/59966 https://github.com/llvm/llvm-project/issues/59292
Ok, I was able to reproduce on debian 12 cloud image. Installed LLVM like this -> https://apt.llvm.org _M_impl._M_finish, | ^ /usr/lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/bits/stl_vector.h:1601:9: note: in instantiation of member function 'std::vector::_M_erase_at_end' requested here...
Debian with `sudo apt install clang-19` and the `-spec "linux-clang-libc++"`: ```sh /usr/bin/ld: App.o: in function `QString::toStdString() const': App.cpp:(.text._ZNK7QString11toStdStringEv[_ZNK7QString11toStdStringEv]+0x1c): undefined reference to `QByteArray::toStdString() const' /usr/bin/ld: App.o: in function `Exception::Exception(QString const&)': App.cpp:(.text._ZN9ExceptionC2ERK7QString[_ZN9ExceptionC2ERK7QString]+0x20):...