I had compiled SDL 2.0 source. First, I commended 'cmake ../ -G "MinGW Makefiles" on console. Second, I commended 'make'. but error is happned.
我已经编译了SDL 2.0源代码。首先,我推荐cmake ../ -G“MinGW makefile”控制台。其次,我称赞“使”。但happned错误。
fatal error: EGL/egl.h: No such file or directory
Where can I download EGL/egl header and library?
我可以在哪里下载EGL/ EGL头和库?
My environment : Windows 10 home 64bit MinGW
我的环境:Windows 10 home 64bit MinGW。
1 个解决方案
#1
1
Remove CMakeCache.txt
and CMakeFiles
and try
删除CMakeCache。txt和cmakefile并尝试。
cmake -G "MinGW Makefiles" -DVIDEO_OPENGLES=0 ../
mingw32-make
#1
1
Remove CMakeCache.txt
and CMakeFiles
and try
删除CMakeCache。txt和cmakefile并尝试。
cmake -G "MinGW Makefiles" -DVIDEO_OPENGLES=0 ../
mingw32-make