You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from src/pc/gfx/gfx_opengl.c:25: In file included from SDL/include/SDL2/SDL_opengles2.h:35:
/data/data/com.termux/files/usr/include/GLES2/gl2platform.h:28:10: fatal error: 'KHR/khrplatform.h' file not found #include <KHR/khrplatform.h>
^~~~~~~~~~~~~~~~~~~ In file included from src/pc/gfx/gfx_sdl2.c:19: In file included from SDL/include/SDL2/SDL_opengles2.h:35:
/data/data/com.termux/files/usr/include/GLES2/gl2platform.h:28:10: fatal error: 'KHR/khrplatform.h' file not found #include <KHR/khrplatform.h>
^~~~~~~~~~~~~~~~~~~ 1 error generated. make: *** [Makefile:887: build/us_pc/src/pc/gfx/gfx_opengl.o] Error 1 make: *** Waiting for unfinished jobs.... 1 error generated.
make: *** [Makefile:887: build/us_pc/src/pc/gfx/gfx_sdl2.o] Error 1 gcc -c -O2 -I include -I build/us_pc -I build/us_pc/include -I src -I . -I SDL/include -D_LANGUAGE_C -DVERSION_US -DNON_MATCHING -DAVOID_UB -fPIC -DNO_SEGMENTED_MEMORY -DUSE_SYSTEM_MALLOC -DENABLE_OPENGL -DUSE_GLES -DTOUCH_CONTROLS -DWIDESCREEN -DTOUCH_CONTROLS -DF3DEX_GBI_2E -fno-strict-aliasing -fwrapv -o build/us_pc/src/pc/audio/audio_null.o src/pc/audio/audio_null.c
This is what I get when following the Android build instructions. No APK is made. I have tried updating all the required dependencies in Termux but nothing changes. I have also tried using the builder app but that ends with the same error. Any idea what's going on here? I have built this port on Android in the past, but have since got a new device and am trying to build it again.
The text was updated successfully, but these errors were encountered:
In file included from src/pc/gfx/gfx_opengl.c:25: In file included from SDL/include/SDL2/SDL_opengles2.h:35:
/data/data/com.termux/files/usr/include/GLES2/gl2platform.h:28:10: fatal error: 'KHR/khrplatform.h' file not found #include <KHR/khrplatform.h>
^~~~~~~~~~~~~~~~~~~ In file included from src/pc/gfx/gfx_sdl2.c:19: In file included from SDL/include/SDL2/SDL_opengles2.h:35:
/data/data/com.termux/files/usr/include/GLES2/gl2platform.h:28:10: fatal error: 'KHR/khrplatform.h' file not found #include <KHR/khrplatform.h>
^~~~~~~~~~~~~~~~~~~ 1 error generated. make: *** [Makefile:887: build/us_pc/src/pc/gfx/gfx_opengl.o] Error 1 make: *** Waiting for unfinished jobs.... 1 error generated.
make: *** [Makefile:887: build/us_pc/src/pc/gfx/gfx_sdl2.o] Error 1 gcc -c -O2 -I include -I build/us_pc -I build/us_pc/include -I src -I . -I SDL/include -D_LANGUAGE_C -DVERSION_US -DNON_MATCHING -DAVOID_UB -fPIC -DNO_SEGMENTED_MEMORY -DUSE_SYSTEM_MALLOC -DENABLE_OPENGL -DUSE_GLES -DTOUCH_CONTROLS -DWIDESCREEN -DTOUCH_CONTROLS -DF3DEX_GBI_2E -fno-strict-aliasing -fwrapv -o build/us_pc/src/pc/audio/audio_null.o src/pc/audio/audio_null.c
This is what I get when following the Android build instructions. No APK is made. I have tried updating all the required dependencies in Termux but nothing changes. I have also tried using the builder app but that ends with the same error. Any idea what's going on here? I have built this port on Android in the past, but have since got a new device and am trying to build it again.
The text was updated successfully, but these errors were encountered: