Need help with bundled lib issue for OpenColorIO

2011-11-17 Thread Richard Shaw
I'm working on packaging OpenColorIO for Fedora and ran into an issue with bundled libraries. The project is currently statically compiling in yaml-cpp, tinyxml, and lcms. Upstream doesn't have a problem with unbundling lcms, but is not sure about the other two, here's his explination: hmmm

Re: Need help with bundled lib issue for OpenColorIO

2011-11-17 Thread Jon Ciesla
I'm working on packaging OpenColorIO for Fedora and ran into an issue with bundled libraries. The project is currently statically compiling in yaml-cpp, tinyxml, and lcms. Upstream doesn't have a problem with unbundling lcms, but is not sure about the other two, here's his explination:

Re: Need help with bundled lib issue for OpenColorIO

2011-11-17 Thread Richard Shaw
On Thu, Nov 17, 2011 at 8:55 AM, Jon Ciesla l...@jcomserv.net wrote: I'm working on packaging OpenColorIO for Fedora and ran into an issue with bundled libraries. The project is currently statically compiling in yaml-cpp, tinyxml, and lcms. Upstream doesn't have a problem with unbundling

Re: Need help with bundled lib issue for OpenColorIO

2011-11-17 Thread Toshio Kuratomi
On Thu, Nov 17, 2011 at 09:11:06AM -0600, Richard Shaw wrote: On Thu, Nov 17, 2011 at 8:55 AM, Jon Ciesla l...@jcomserv.net wrote: I'm working on packaging OpenColorIO for Fedora and ran into an issue with bundled libraries. The project is currently statically compiling in yaml-cpp,

Re: Need help with bundled lib issue for OpenColorIO

2011-11-17 Thread Richard Shaw
On Thu, Nov 17, 2011 at 10:31 AM, Toshio Kuratomi a.bad...@gmail.com wrote: [SNIP] Only if he's significantly modifying the bundled libs and upstream won't take the changes.  If you unbundle and build against the system versions, and it works, that's what you need to do.  Always link