Hi,
I know that the project doesn't really build on Linux, but I despite started to work on it. While I got to building a few dependencies, however, I cannot get it build GLFW. I modified the premake5.lua file hoping that it would suffice, as below:
However, I keep getting the following error:
cocoa_init.m
gcc: fatal error: cannot execute ‘cc1obj’: execvp: No such file or directory
compilation terminated.
make: *** [Makefile:220: ../../Bin-Int/Debug/glfw/cocoa_init.o] Error 1
Can you help to fix this error?