derived-coder

Results 18 comments of derived-coder

@SSE4 Thank you very much for this summary! And you brought up another good comment: > therefore, our default includedirs/libdirs wouldn't work out of the box if you tweak prefix/destdir....

Why is this not merged? @neverpanic Can you also provide a fix for: https://github.com/GENIVI/vsomeip ?

@neverpanic Thanks. I guess all genivi projects don't use modern cmake atm. Here I saw there is no PR open from you: https://github.com/GENIVI/dlt-daemon Or do you have also one?

Is there a fully documented example from start? Would be nice to see it in the main readme.

@rddesmond Any update on this issue? Is the error also reproducible without conan?

I have some links to share: https://fedoraproject.org/wiki/UnderstandingDSOLinkChange https://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking https://wiki.ubuntu.com/NattyNarwhal/ToolchainTransition I think this is a "feature" of gcc However, I do not really understand why they did this: > Under the...

One possible solution for the problem Add this to your cmake target: ``` # The LD linker complains even about missing link of transitive dependencies, # altough they are private...

@neverpanic The dlt-daemon should use modern cmake too, so we got the transitive dependency here. Only linking against `CommonAPI` and automatically linking against dlt-daemon. Do you have a patch for...