-
Notifications
You must be signed in to change notification settings - Fork 349
Open
Labels
Description
attempting to compile from source on macos 10.15. I Used the following cmake config:
cmake \
-Wno-dev \
-DCMAKE_PREFIX_PATH=/usr/local/opt/qt \
-DWITH_DISNEY_MATERIAL=ON \
-DWITH_EMBREE=ON \
-DUSE_SSE42=ON \
-DUSE_STATIC_BOOST=OFF \
-DBoost_PYTHON_LIBRARY=/usr/local/lib/libboost_python27.dylib \
-DPYTHON_INCLUDE_DIR=/usr/local/opt/python@2/Frameworks/Python.framework/Versions/2.7/include/python2.7/ \
-DPYTHON_LIBRARY=/usr/local/opt/python@2/Frameworks/Python.framework/Versions/2.7/lib/libpython2.7.dylib \
-DZLIB_INCLUDE_DIR=/usr/local/opt/zlib/include \
-DZLIB_LIBRARY=/usr/local/opt/zlib/lib/libz.dylib \
-DWITH_PYTHON3_BINDINGS=ON \
-DBoost_PYTHON_LIBRARY=/usr/local/lib/libboost_python38.dylib \
-DPYTHON3_INCLUDE_DIR=/usr/local/opt/python@3.8/Frameworks/Python.framework/Versions/3.8/include/python3.8m/ \
-DPYTHON3_LIBRARY=/usr/local/opt/python@3.8/Frameworks/Python.framework/Versions/3.8/lib/libpython3.8.dylib \
-CMAKE_BUILD_TYPE=RELEASE \
-DWARNINGS_AS_ERRORS=OFF \
..
makeWas compiling well for a while:
But soon ran into trouble...
It says xcode has no sympbols. Not sure what to make of that. There is the third-party mac package available on the appleseed website. I'm not sure where in the the directory structure this should live and if i need to precompile that. Thanks.
Reactions are currently unavailable

