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
I followed the Linux building instructions and it failed to build compile after running make --jobs 4 with the following text:
gmake: *** [Makefile:66: n64graphics] Error 127
Traceback (most recent call last):
File "/home/guiguig/sm64-port-android-base/app/jni/src/./extract_assets.py", line 292, in <module>
main()
File "/home/guiguig/sm64-port-android-base/app/jni/src/./extract_assets.py", line 162, in main
subprocess.check_call(
File "/usr/lib/python3.10/subprocess.py", line 369, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['gmake', '-s', '-C', 'tools/', 'n64graphics', 'skyconv', 'mio0', 'aifc_decode']' returned non-zero exit status 2.
Makefile:183: *** Failed to extract assets. Stop.
I tried compiling on Windows and Termux as well but they gave different errors too, Windows failed on running the gradlew.bat command and Termux failed to locate one of the audio libraries.
The text was updated successfully, but these errors were encountered:
In file included from src/pc/gfx/gfx_sdl2.c:19:
SDL/include/SDL2/SDL_opengles2.h:35:10: fatal error: 'GLES2/gl2platform.h' file not found
#include <GLES2/gl2platform.h>
I followed the Linux building instructions and it failed to build compile after running
make --jobs 4
with the following text:I tried compiling on Windows and Termux as well but they gave different errors too, Windows failed on running the gradlew.bat command and Termux failed to locate one of the audio libraries.
The text was updated successfully, but these errors were encountered: