Open paines opened 4 years ago
hello sir, I want to ask about my problem when building this Raylib binding Lua with the mingw32-w64-i686 compiler on Windows 10 I got this message:
[ 96%] Linking C static library libraylib_static.a [ 96%] Built target raylib_static Scanning dependencies of target raylib-lua-sol [ 98%] Building CXX object bin/CMakeFiles/raylib-lua-sol.dir/raylib-lua-sol.cpp.obj g++.exe: error: /bigobj: No such file or directory g++.exe: error: /bigobj: No such file or directory mingw32-make[2]: [bin\CMakeFiles\raylib-lua-sol.dir\build.make:83: bin/CMakeFiles/raylib-lua-sol.dir/raylib-lua-sol.cpp.obj] Error 1 mingw32-make[1]: [CMakeFiles\Makefile2:1131: bin/CMakeFiles/raylib-lua-sol.dir/all] Error 2 mingw32-make: *** [Makefile:182: all] Error 2
is there a solution for me
It fails compiling under Ubuntu 20 with
I then took out ImageExtraPalette and SetMusicLoopCount from include/raylib-lua-sol.hpp but the rlUnproject and LoadImageEx undefied references stay.