Gary Oberbrunner

Results 258 comments of Gary Oberbrunner

It may indeed be related, but not quite the same. In my case both project.el versions are identical; it's the new `require-with-check` function in emacs itself which checks the on-disk...

I use this to find the "real" conan when it's actually a shell script with pyenv, in case this is useful to anyone: ```cmake function(set_conan_cmd) if (DEFINED CONAN_CMD) return() endif()...

You are right; my apologies. The `os.version=14.2` line is getting created in `$PROJECT/build/conan_host_profile`. That seems to be coming from my `conan_provider.cmake` which I got from https://github.com/conan-io/cmake-conan -- I believe that's...

I do, but it is defined to "11.0": ```cmake if(APPLE) set(CMAKE_OSX_DEPLOYMENT_TARGET "11.0" CACHE STRING "MacOS Deployment Target") ... ``` I suspect (?) `cmake-conan` runs before that is defined. If you'd...

> > I believe that's the recommended cmake/conan integration. > > I'd like to clarify about this. This is recommended if you have the need that your developers work only...

Sure - just clone https://github.com/garyo/cmake-conan-plugin-template and run ./build.sh in there, on a 14.2 (Sonoma) Mac. ``` % ./build.sh ############ Configuring with conan and cmake (using conan-cmake integration) ######## Preset CMake...

From my perspective while debugging client/server to get things working, having these is valuable, and not knowing they were there did cost me some time. But having messages show up...

I'm getting the same error, for the same reason -- using eglot. Would like to see this merged.

Happens to me too. Inconsistent; I can't detect a pattern so far.

Sorry, it still happens for me. I don't think it is a path problem, since logseq does load my global config.edn from `c:/Users/me/.logseq/config/config.edn`; most of the config loaded from there...