-
Notifications
You must be signed in to change notification settings - Fork 70
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
Problems compiling example in MinGW #35
Comments
What's the error message? |
Oh yes, here it is: http://pastebin.com/qScAbn1N I have added libglfw3.a with GLFW_LIBRARIES during CMake configuration and there were no errors. |
The |
Thanks @ChlorideCull The weird thing is the cmake build only produces libkiui.dll.a and no dll. What am I missing? |
You need to get the shared MinGW build of GLEW, that would be a dependency. Alternatively, build it yourself. |
Thanks, already done that. I'm still having the same errors having tried and linked either glfw3.dll or libglfw3.dll.a As you can see, I'm also getting some redeclared errors prior to the linker errors.. |
Can you dump a complete log? |
The problem you are having is with glew, it is unrelated to GLFW. |
@ChlorideCull and @hugoam Thanks, adding |
The path for data files is set to "../data" in example_nanovg.cpp |
@hugoam thanks, but I did all just that and still getting the same error. (move up one level or changing to "../../data" in example_nanovg.cpp) |
Hi, My build was good for the most part but the linking process throws an error. I have successfully pointed the include path and lib (glfw*.a) for GLFW. I'm using MinGW on both glfw and kiui cmake builds
Any ideas?
The text was updated successfully, but these errors were encountered: