Replies: 1 comment
-
Strange, did you built on a newly created build dir or reused one from a previous attempt while building a framework? In the latter case start from a fresh build dir or delete the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to build coin on macOS Sonoma 14.6 Apple silicone as indicated on the README for macOS INSTALL (https://github.com/coin3d/coin/blob/master/INSTALL ). I tried:
cmake -Hcoin -Bcoin_build -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/Users/name/Coin3D -DCOIN_BUILD_DOCUMENTATION=OFF -DCOIN_BUILD_MAC_FRAMEWORK=OFF
But I get cmake error:
These files are in the root, not in the src subfolder what I can see.
Am I doing something wrong and or how should I build coin?
PS: I initiated a try to make a conan package for coin (https://github.com/kjelloh/conan_coin3d )
Beta Was this translation helpful? Give feedback.
All reactions