Hermann von Kleist

Results 32 comments of Hermann von Kleist

Alternatively, provide a bundled version of `librdkafka`.

> Not sure whether `add_subdirectory` (for these 2 libraries) would work since one is depending on another. This usually works. It is possible to depend on a target from subdirectory...

> Hi, @stertingen I like your idea but I'm not sure whether it could be achieved with a normal (with no "ugly hack") approach. E.g. the project might contain 2...

> About `Check if library 'A' was already declared as CMake target`, any option suggested? ```cmake if(NOT TARGET rdkafka) # determine and LIBRDKAFKA_INCLUDE_DIR and LIBRDKAFKA_LIBRARY_DIR endif() ``` ```cmake if(TARGET rdkafka)...

I boiled it down to the following lines: ```c /* First, define CAS_LOCK and CLEAR_LOCK on ints */ /* Note CAS_LOCK defined to return 0 on success */ #if defined(__GNUC__)&&...

I see. Could the installer provide an option to update the affected on an existing installation? Currently, the installer does not proceed when there is already an installation at `C:\msys64`,...

> Hi @stertingen . Thanks for taking the time to suggest this. > > Since the project is using CMake, have you considered using the CMake Tools extension? CMake Tools...

> @stertingen With CMake Tools, it's possible to specify an arbitrary CMakeLists.txt location, using `cmake.sourceDirectory`. Since it sounds like you're not using CMake Tools to build, you could use CMake...

Got a similar error for Drag & Drop on Signal 7.83 (Flatpak). Manually browsing and selecting files works fine. Debug log: https://debuglogs.org/desktop/7.83.0/210c2132f9a8a842b18e2ee2234524dd561243fbbf3f491bbc302e4811fd7069.gz I can file a new bug report if...

> If you're willing to share the image, it would be nice to get an uncompressed copy of it for debugging, you could send it inside a zip file to...