Re: Custom namespace specification and SONAMEs
Piotr <piotr.s...@...>
Thanks Jeremy,
toggle quoted message
Show quoted text
We use a 3rd party tool that is built against OCIO. Their recent release includes a custom namespaced OCIO build, but with no header file installation. The issue is that whilst they have namespaced their OCIO build with a prefix, the soname remains unchanged. This is quite possibly the worst scenario since our plugins (which also link against the same version of OCIO) fail to load as the symbols cannot be resolved by the linker. We are thus wanting to build our own namespaced version of OCIO with a corresponding SONAME; at the moment I am testing a build with a -D SOVERSION=LFL option to the configuration. Curious as to how others do it. Cheers Piotr On Tuesday, May 7, 2013 8:43:42 AM UTC-7, Jeremy Selan wrote:
|
|