Closed muyyii closed 9 months ago
can you try again now c518da4be009341f95f4c1d56d83cf0ec006160f?
can you try again now c518da4?
Perfect! also I'll add what I found so if anyone finds similar issues as mine.
If you are compiling in macOS replace#include <malloc.h>
with #include <stdlib.h>
Oh and btw I noticed in [c518da4] in /source/platform/pc/gfx.c line 372:
switch(func) { case MODE_FRONT: glCullFace(GL_FRONT); break; case MODE_BACK: glCullFace(GL_BACK); break; default: }
I solved adding at the end of "default:" a ";". I assume you are still working on that file. I was wondering do you use often the PC build for debugging? what kind of input is working?
Thanks a lot for the help and the quick answer, btw this work is really impressive!
Okey one more thing, I found out you got to copy config_pc.json from the main folder and rename it config.json into the build_pc folder! rookie mistake, maybe a mention in the README.md could help a bit.
Thanks again!
As for today Feb 6 2024. Latest master branch plus recommended libraries.
Should I try an older version of the repo? or there is something I'm doing wrong maybe a library I didn't correctly attached?... should I start hand correcting the source code?
Thanks in advance.