Markus Werle

Results 40 comments of Markus Werle

@seanmiddleditch could you please offer some resolution?

> > This means that if a click on the `Follow` button would redirect me to my own site mentioning the user everything would be OK. Maybe this is happening...

IMHO we are a little bit in trouble if the license stays closed source: every documentation of ported versions of Rx (e.g. of RxCpp) will have quite a few portions...

I fear you probably misunderstood my intention. Actually my aim was and is to not only give you maximum credit for your work, but to ensure that the danger of...

@LeeCampbell I added you to https://github.com/daixtrose/RxCpp so that you can survey any copyright issues

IMHO the `BUILD_RPATH` needs a fix, but I am not 100% sure how to achieve this.

Additional information from my investigation: It's not the RPATH. CMake should have reasonable defaults set. The output of `chrpath -l manual_composition` yields ``` manual_composition: RUNPATH=/my/path/to/demos/composition/build:/opt/ros/eloquent/lib: ``` `strace` output shows that...

I assumed that cmake was a first-class citizen among the build tools. Maybe I am wrong. The docs remain unclear to me concerning that question. With colcon things are OK,...

AFAIK Artifacts installed by CMake do have an `RPATH` when [set accordingly](https://github.com/daixtrose/continuous-integration-demo/blob/master/CMakeLists.txt#L58) (keyword relocatable binaries). The problem is that the ament packages **seem** to overwrite additional RPATH/RUNPATH settings added to...

Thanks to [Craig Scott](https://youtu.be/m0DwB4OvDXk?t=2511) I tend to think I have an explanation: The build system (cmake) does not set `RPATH` anymore, but `RUNPATH`, which in contrast to `RPATH` is only...