Skip to content

Compile error on Windows system with VS2017 #150

@allenyeh1105

Description

@allenyeh1105

My problem can be spited into three parts.

  1. The cmake procedure cannot find my real opengl version. The error message is just like this issue: Could not detect GL version, assuming 3.0 #118

  2. Maybe due to the wrong opengl version, the warning "CMake Warning at config/OGLplusLib.cmake:62 (message):
    OGLplus library cannot be built!" would showed up during configuration.

  3. I can ignore the warning and generate the solution. But will have compile error. Just like Compile Errors in VS2017 #149
    "oglplus\include\oglplus/glfunc.hpp(34): error C2165: 'left-side modifier': cannot modify pointers to data"

Overall, I cannot successfully build the oglplus library. Is there any settings I should change to build the library? Thanks for your reply in advance.

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions