Closed Nold360 closed 3 years ago
Hi dude,
i made a Dockerfile containing devkitPro to build RVLoader, but i got this error:
$> docker run -ti --rm -v$(pwd):/src devkit main.cpp /src/source/main.cpp:36:10: fatal error: opensans_ttf.h: No such file or directory 36 | #include "opensans_ttf.h" | ^~~~~~~~~~~~~~~~ compilation terminated. make[1]: *** [/opt/devkitpro/devkitPPC/base_rules:13: main.o] Error 1 make: *** [Makefile:116: build] Error 2
Since I didn't find any other reference to it, i commented it out. Leaving me with:
$> docker run -ti --rm -v$(pwd):/src devkit main.cpp /src/source/main.cpp:39:10: fatal error: testelement_lua.h: No such file or directory 39 | #include "testelement_lua.h" | ^~~~~~~~~~~~~~~~~~~ compilation terminated. make[1]: *** [/opt/devkitpro/devkitPPC/base_rules:13: main.o] Error 1 make: *** [Makefile:116: build] Error 2
Also commented it out & build seems to be successful.
Thanks for pointing that out. I accidentally left unused stuff when copying stuff from the private repository to the public one. It's good now
Hi dude,
i made a Dockerfile containing devkitPro to build RVLoader, but i got this error:
Since I didn't find any other reference to it, i commented it out. Leaving me with:
Also commented it out & build seems to be successful.