Skip to content

Build failure on macOS 10.15 #2836

@mcstrassell09

Description

@mcstrassell09

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 \
  ..
make

Was compiling well for a while:

D052443B77C3B911E48ED187AD047834

But soon ran into trouble...

8B6C59C0A8F9CDDCFEEF07D84118DDB4

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions