I used pacman -S --noconfirm --needed pkgconf
and dropped the nvidia cg files taken from the old headers/lib archives.
1/ If I start the compilation with:
./configure --enable-glui --enable-xmb
make -j4
I end up with a 10MB retroarch.exe that isn’t working…
2/ If in Retroarch-master folder I throw the old headers/lib archives content, then start the compilation with:
make -f Makefile.win -j4
I get a working retroarch.exe, but without libxml2/SDL2/python support and I noticed it crashes after I take a screenshot.
Well, I can see the exe from the buildbot has everything working and uses an older MinGW.
Could this environment be shared? which command starts the compilation there?