Martin Valgur

Results 231 comments of Martin Valgur

@AbrilRBS The GCC build fails in CI with: > .conan/data/open62541/1.3.9/_/_/package/75ef360a57ade25004dd5837d5c97cae478a69ec/lib/libopen62541.a' generated with LTO version 11.0 instead of the expected 11.3 My guess is that this might be fixed by regenerating...

@lukasberbuer test_package failed for MSVC Debug shared build. The return code 3 doesn't suggest any kind of DLL issue or similar. Do you have any ideas what might have failed...

@lukasberbuer This hangs and crashes with STATUS_STACK_BUFFER_OVERRUN error code on MSVC. Are you sure it's correct? ```cpp opcua::Node myIntegerNode = parentNode.addVariable({1, 1000}, "TheAnswer"); myIntegerNode.writeValueScalar(42); ``` I dropped these lines from...

@AbrilRBS It has been a while and I don't remember a single thing about this PR or recipe anymore, sorry. I'll see if I can get this PR to pass...

> I'm not really sure about this "simplification". Skipping ITK CMake files requires not double check, but triple check due its complexity and what are are missing. Even vcpkg is...

Related: - https://github.com/conan-io/conan-extensions/pull/150 Although a few of the core libraries, like `rclcpp`, might be useful in isolation as Conan packages, consuming Conan packages as Ament packages via a generator is...

@AbrilRBS Can the missing `assimp` binary be regenerated, maybe?

@jcar87 @memsharded @uilianries Can we add support for Rust purely as a build tool on CCI via #20991, please? It's fundamentally no different from `zulu-openjdk` or other compiler toolchains as...

I would make the recipe simpler and always run `autoreconf`, even for the existing version. Not sure if others agree, though.