Date
1 - 7 of 7
OCIO 1.0 Build Issues On Snow Leopard
Jordan Soles <jor...@...>
Hi All,
Wish I could have figured this out myself (I had no issues building pre-1.0 source on my MacBook Air Snow Leopard laptop, but I'm having issues building the latest 1.0 source now. I'm not doing anything crazy, and cmake actually doesn't complain at all...but once I start the make I get the following error when the library linking occurs:
...any ideas? Thanks, Jordan
|
|
Jeremy Selan <jeremy...@...>
I've built OCIO successfully on a clean install of snow leopard. Was
toggle quoted messageShow quoted text
this a clean installation or an upgrade (for the OS install)? -- Jeremy
On Thu, Oct 27, 2011 at 9:47 AM, Jordan Soles <jor...@...> wrote:
Hi All,
|
|
dbr/Ben <dbr....@...>
Could try with a clean build directory - I seem to recall having the same error when I just ran git pull and rerun "cmake .... && make build"
toggle quoted messageShow quoted text
On 28/10/2011, at 6:37, Jeremy Selan <jeremy...@...> wrote:
I've built OCIO successfully on a clean install of snow leopard. Was
|
|
"dbr/Ben" <dbr....@...>
Actually, I'm still having the same error. The error occurs with the
toggle quoted messageShow quoted text
following: set(OCIO_VERSION_MAJOR 1) ..which sets set(SOVERSION ${OCIO_VERSION_MAJOR} ...) If that number is changed back to 0, it builds fine, which is slightly bizarre, albeit related to the "-compatibility_version" in the error message..
On Oct 28, 8:54 am, dbr/Ben <dbr....@...> wrote:
Could try with a clean build directory - I seem to recall having the same error when I just ran git pull and rerun "cmake .... && make build"
|
|
"dbr/Ben" <dbr....@...>
Aha, setting SOVERSION on Python plugins causes this error, and this
toggle quoted messageShow quoted text
only happened with SOVERSION evaluated as true in an if() statement (i.e not zero!) http://seclists.org/wireshark/2010/Sep/409 Opened pull request with a fix: https://github.com/imageworks/OpenColorIO/pull/175
On Oct 30, 10:58 pm, "dbr/Ben" <dbr....@...> wrote:
Actually, I'm still having the same error. The error occurs with the
|
|
Jeremy Selan <jeremy...@...>
I've just rolled this patch into master. Jordan / dbr, please let me
toggle quoted messageShow quoted text
know if you encounter any further issues on Lion. -- Jeremy
On Sun, Oct 30, 2011 at 6:32 AM, dbr/Ben <dbr....@...> wrote:
Aha, setting SOVERSION on Python plugins causes this error, and this
|
|
Jordan Soles <jor...@...>
This works like a charm now!
Thanks, Jordan
|
|