Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failure to Build with external library pack on Mac #73

Closed
ndevenish opened this issue Apr 30, 2011 · 2 comments
Closed

Failure to Build with external library pack on Mac #73

ndevenish opened this issue Apr 30, 2011 · 2 comments
Labels
internals Internal changes, not public APIs

Comments

@ndevenish
Copy link

I followed the instructions on the website to grab the external library pack from svn (r1823), and built that, but the cmake stage was failing to find the ILMBase libraries (or OpenEXR when I fixed that problem).

I don't know whether it's an unmerged change in the external libraries package, or a mis-configuration on my platform, but the FindIlmBase and FindOpenEXR modules search for the libraries in:

${ILMBASE_HOME}/ilmbase-${ILMBASE_VERSION}/lib

Whereas they were actually built into:

${ILMBASE_HOME}/lib/ilmbase-${ILMBASE_VERSION}

I committed a very simple fix to solve this, and could then compile without a hitch: ndevenish/oiio@20e90ef44c985aa3df7325c87d891812620e06d7, but like I said, I don't know if this is an oiio problem or an "external packages for oiio" problem (and don't know if there is a separate bug tracker for that)

@heesoo
Copy link

heesoo commented May 19, 2011

I've built the Mac version from scratch this week and found your suggestion to work.
In my case I replaced the mis-configuration with this line with this (instead of adding to it).

${ILMBASE_HOME}/lib/ilmbase-${ILMBASE_VERSION}

@lgritz
Copy link
Collaborator

lgritz commented Apr 16, 2013

No comment for a long time, I'm presuming that this is ok. Reopen if I'm wrong.

@lgritz lgritz closed this as completed Apr 16, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internals Internal changes, not public APIs
Projects
None yet
Development

No branches or pull requests

3 participants