nolange
nolange
> So, I have integrated some smoke testing of these files, and tested it on github actions. See https://github.com/mstorsjo/llvm-mingw/commits/cmake-toolchain-files for what I could consider to merge. > > There's two...
> > > So, I have integrated some smoke testing of these files, and tested it on github actions. See https://github.com/mstorsjo/llvm-mingw/commits/cmake-toolchain-files for what I could consider to merge. > >...
Adopted TC passes the compile tests: https://github.com/nolange/llvm-mingw/tree/test_tc Still need to see if there's fallout when using more... CMake
The toolchain in the MR doesnt work for Windows, the one in `https://github.com/nolange/llvm-mingw/tree/test_tc` seems to be. On Linux it should be fine, on MacOS too. Setting `CMAKE_SYSROOT` is relevant since...
just ran into this issue aswell, even if no solution is possibly are there better workarounds than multiple per shell configuration files (assume I have bash and zsh)? to make...
The main issue is that raise is either not available or a simple endless loop on embedded device. With a breakpoint instruction the debugger stops instantly.
> Can you provide an MRE for this please? Is this simple enough: https://github.com/nolange/doctest/commit/78862f322e7f4dd3d2e61112fac14cb699723706 I don't have a MAC, look at the CI runners from that commit. Funny fact, you...
As far as I my experience goes - gnu(-like) compilers will assume they should use host system paths, unless you add `--sysroot`, at which point the paths will be re-rooted...
And I am not sure if [launcher_connect](https://github.com/bus1/dbus-broker/blob/be2875131bd717afc759e3bf5ba4547992ffdb9c/src/launch/launcher.c#L1247) should connect to the "normal" user bus or the newly created one (which I currently do by setting `DBUS_SESSION_BUS_ADDRESS` early). Might be better...
I am concerned about how this new tool is going to end up in debian, buildroot and other linux systems. The `dbus-broker-launch` tool already has pretty much everything thats needed,...