-
Notifications
You must be signed in to change notification settings - Fork 269
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
cmake fails in wsl #215
Comments
Ok, I've succeeded generating makefiles by:
|
Anyone please? |
I'm not familiar with MXE but t seems the library has not be compiled with glew for some reason. Since cmake found it , it seems to be installed but maybe it's an old version. Can you check on your env what is the version ? |
Did you play with CMakefile configuration to check for the compile/link flags ? Also, maybe it's worth asking on MXE if anybody can help you on this problem. |
It was wrong linking parameters i think, but I haven't tested it yet. For win32 i should be linked with parameters -lopengl32 -lgdi32 instead of -lGL. That's what worked in another similar project. |
Can you fixed it using ccmake ? |
I've been trying to cross-compile demos in WSL on Windows 10 using using MXE environment. When I run cmake everything seems fine except 2 errors:
I've built MXE's dependencies, including ImageMagick but it fails anyway. Also there is no AntTweakBar in MXE. Any clues?
The text was updated successfully, but these errors were encountered: