Wladislav Artsimovich

Results 89 comments of Wladislav Artsimovich

> OBS virtual-cams ARE NOT available in the dropdown list Ohh, now it makes sense^^ That's a different matter then. Just as a hunch: Programs often do no list Inputs...

> Hey @FrostKiwi , I've made a fix for this. It's on the `devel` branch. Could you try if it works for you? Looks like progress :] It's not complaing...

Hahaha, that's a fail for me as well. I thought "missing binary operator" is something easy, so I stared at it for a good minute and gave up. One thing...

Guard.cc, Os.cc and Flags.cc don't complain anymore. 🎉 Next up, Path.cc starts complaining though with `Path.cc:54:31: error: could not convert 'std::accumulate(_InputIterator [...]` ``` [ 1%] Building CXX object libflags/CMakeFiles/flags_a.dir/source/Flags.cc.obj [...

Path.cc succesfully cleared 🎉 Right the next source file complains ;____; Apparently it's once more POSIX related. `Process.cc:76:15: error: 'posix_spawn_file_actions_t' does not name a type` make log with error from...

Uploading text files is forbidden ( I mean it's GitHub, what's the logic O.o ) So it's compressed here: [config.h.zip](https://github.com/rizsotto/Bear/files/7613428/config.h.zip) Also for convinience included literally here: config.h from Bear\build\subprojects\Build\BearSource after...

In the MinGW64-packages repo issue it was mentioned... https://github.com/msys2/MINGW-packages/issues/7411#issuecomment-921968850 > but I'm also not sure due to that constraint if bear should be in MINGW-packages and I think it might...

I asked around and maybe my it really is the best to not build Bear Windows native and not try to square the circle. A year ago this was commented...

If you intend to use Bear to make LSP to work properly from within MSYS2, here are some alternatives that all worked for me. Both ccls and clangd support a...

@memoks also Emacs + LSP here :] Both cygwin and WSL2 would indeed sidestep the problem, but it depends on your use-case. AFAIK, Cygwin means shipping a bunch (maybe just...