-
Notifications
You must be signed in to change notification settings - Fork 61
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
Trouble building on OSX #11
Comments
Hi Josh, The openexr.tar.gz archive just contains some patches, I should probably rename it and add a "patch" to the filename so there isn't any confusion. The actual OpenEXR archive is downloaded by CMake during the build process. It looks like the error is coming from how I'm using the "tar" command in the CMake script; do you mind running these two command and sending me the output:
Also which version of OSX and CMake are you running? Thanks, Darby |
Versions: With your hint, I was able to get it working. It seems that /usr/bin/tar supports the -C option, but the Makefile is running The line in the hand-edited build.make file now reads: The rest of the third party modules are happily building... next step will be djv itself :) |
Nice, I'll make the change and check it in. Hopefully compiling DJV goes a bit smoother but let me know if you run into anything else. |
I got it all built & I saw your fix to the -C problem. Thanks! |
I'm following the build instructions here: http://djv.sourceforge.net/BuildOSX.html
but it fails trying to build OpenEXR. It looks like the
openexr.tar.gz
file is suspiciously small and only contains a few files instead of the whole thing?The text was updated successfully, but these errors were encountered: