-
Notifications
You must be signed in to change notification settings - Fork 855
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
error: ‘get’ is not a member of ‘pangolin’ #725
Comments
Was it working before your change? Pangolin will already include glew.h so I'm not sure why your change was needed? pangolin::get was just an alias for C++14 get, or a compat library if that wasn't available. That isn't used any more on the master branch I don't think. If you changed the include order, it probably just wasn't including the compatibility header. |
DeepSDF is published in 2019, so I install the version around 2019——v0.6, it works! Hope to help you. |
I replaced Additionally, I also had to change Other changes I need to make were to the
With the above changes, I was able to build DeepSDF successfully with the Pangolin master branch. |
I was trying to get DeepSDF setup and that has pangolin as a dependency. I have some very weird errors that crop up when trying to run this file.
I changed one thing in
gplatfrom.h
on line 82 where instead of gl.h I import glew.hAny idea what could be causing this?
The text was updated successfully, but these errors were encountered: