-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Can anyone compile this for Mac OS Big Sur? #35
Comments
I just compiled it on macOS Big Sur 11.0.1 with Xcode Version 12.3 (12C33) src/display/device/PangolinNSGLView.mm and replace all |
PR #36 |
@keefo thanks for your solution. However, I run into a new issue
I installed glew with brew but it seems like pangolin cant find it. |
I encounter the same issue as well. I feel like it was some environmental issues. I was able to build it out by replacing include line: However, this is just a temporary solution that I used. I don't recommend others doing the same. Later, I did uninstall some packages including python3 and reinstall them through brew. After some mingling around. I was able to rebuild the pangolin without replacing the include line above. |
Try this: https://github.com/markoelez/Pangolin/blob/master/README.md#building Build works on Big Sur. |
not working on Big Sur 11.3.1 |
@iamkrs9 what error are you getting? I am running Big Sur 11.3.1 as well and the build works fine. |
This is what happened:
So I deleted the below chunk of code from /usr/local/share/cmake/pybind11/pybind11Common.cmake file:
It compiled after that but could not be imported so I compiled it again after placing the folder in venv/lib/python/site-packages I can import it now and the program works but the HelloPangolin.py turns up with just a red screen and there is a warning in Pycharm that says "Parameter 'params' unfilled " for the CreateWindowAndBind function. |
Finally got it working for Macos Monterey and Python 3.7 ! see my fork: https://github.com/JackWBoynton/pangolin |
I also have an alternative install script here: https://github.com/markoelez/minislam/blob/master/install_pangolin.sh, might be helpful for someone |
No description provided.
The text was updated successfully, but these errors were encountered: