orocos-toolchain / ocl

Orocos Component Library
Other
16 stars 33 forks source link

OCL links to librtt-scripting/marshalling.so.2.8.0 instead of ...so.2.8 #31

Closed smits closed 9 years ago

smits commented 9 years ago

Shouldn't the components and executables link to the minor version of the plugins instead of the patch versions of the plugins as they do for liborocos-rtt? If they would we could do ABI compatible releases (patch nr increase) without having to recompile our entire toolchain and downstream packages.

meyerj commented 9 years ago

This should be solved by https://github.com/orocos-toolchain/rtt/pull/104, right?