-
Notifications
You must be signed in to change notification settings - Fork 44
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
Couldn't build on macOS #29
Comments
@inhahe Hi, did you manage to install boost-python for python2 ? I have similar issue but I wasn't able to install boost-python (only boost-python3) |
I hadn't tried installing boost-python because it's not in the instructions for building RenderMan, but I tried it just now. I got "Error: boost-python has been disabled because it does not build!" |
@inhahe Thanks, I guess it doesn't work anymore 🥲 |
Do you have a reason for thinking that python-boost (for Python 2) is necessary to compile RenderMan? Because I've been thinking of looking for an alternative way to install python-boost in case it helps RenderMan compile, but I'm afraid it'll interfere with my python-boost3 installation..? |
@inhahe I am now trying to install boost-python3 on macos M1 pro chip and getting this error : |
@kyungyunlee Oh, I don't know about that problem, I'm using macOS in a VMWare VM, but can you tell me how to set the search path and what I should set it to? Thx |
Oh, those instructions are for using Python2 and boost-python (for python 2) which I couldn't get installed. :/ |
Since I couldn't get RenderMan to build on Windows or Ubuntu, I finally tried it on macOS. I get the error, 'boost/python.hpp' file not found. I've tried it on two different versions of macOS (11 and 12) with two different versions of xcode. I did run brew install Python on both.
The text was updated successfully, but these errors were encountered: