hex007 / freej2me

A free J2ME emulator with libretro, awt and sdl2 frontends.
Other
499 stars 78 forks source link

Make error using msys2 #210

Closed sonic-linux closed 10 months ago

sonic-linux commented 10 months ago

I keep on getting this error when trying to build using msys2.

cc -Wall -DLIBRETRO -Ideps/libretro-common/include -fPIC -fPIC -c -o deps/libretro-common/file/file_path.o deps/libretro-common/file/file_path.c make: cc: No such file or directory make: *** [Makefile:132: deps/libretro-common/file/file_path.o] Error 127

I'm I missing something cause it's clearly looking for file that doesn't exist.

edit : i have figured out the fix for the error so I'm closing the issue and successfully built my retroarch core.