Closed JoyBinY closed 5 years ago
I fixed the first issue, where do you see a hard link to the taco pie release? Taco pie is included as a submodule with no branch/release specified. You can run:
git submodule update --init --recursive
To get the latest release
I believe I found the source of the issue you were running into with the submodule and fixed it. I ended up removing and re-adding the submodule.
if (MSVC OR WIN32) //HERE: OR=>AND, because MSVC for cl compiler, and MINGW for gcc compiler, both are on the WIN platform, please try to compile the code and link the library before change the project. //"/W3 /O2 /bigobj" is not support when using GCC, but only for MSVC
AND, the link of "tacopie @ 8714fce" MUST change to "https://github.com/Cylix/tacopie/tree/5b60d9a9e87aa4ba8118a66f6d65eb15ab0c8769"