-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
[libigl:x64-windows] can't compile canonical example due to missing header. #31162
Comments
Rolled back to #475954aaa (last commit using libigl 2.3.0, and just before 2.4.0 is introduced) and installed only with opengl and glfw features -> Viewer.h is installed as expected, and code above compiles. |
The commit that introduces 2.4.0 (3fce2d) isn't currently buildable, as it predates PR #30546 Adjusting to use Once built, we can see Viewer.h is not installed, and so this is the commit that introduces the issue. |
Use manifest mode, or use a copy of the old port version as overlay port. |
This is because the upstream does not provide the |
We hope your question was answered to your satisfaction; if it wasn't, you can reopen with more info. |
Describe the bug
Installation of libigl not sufficient to compile the canonical libigl example.
Many headers from libigl don't appear to be installed, including
igl/opengl/glfw/Viewer.h
Environment
To Reproduce
vcpkg install libigl[*]
Expected behavior
Build to succeed.
Failure logs
Error C1083 Cannot open include file: 'igl/opengl/glfw/Viewer.h': No such file or directory
Additional context
x86-windows
, same problem.The text was updated successfully, but these errors were encountered: