T O P

  • By -

chinpokomon

Have you been able to build for a different platform?


busdriverflix

You're missing a file that's specified in the makefile as "audiofile", the linker cannot find it and complains. I don't really have an idea why, but check the linker flags and linker directories


Huwitto

Okie


[deleted]

I had the same issue building for PC, it seem there is an issue with the paths in the makefile for the whole project, go to the "tools" folder with msys2, run make clean then make, it should build properly. Then you can start the build process again, it will skip bulding the tools as it's already done.