Closed DQ318 closed 3 years ago
Are you trying to compile master branch? Then you need:
add C:\MinGW\bin\gcc to your PATH
Thanks so much, it worked perfectly by adding MingW64 to my PATH.
However, I did the same procedure for a win32 and got the following error after compiling the application:
---------------------------
mednaffe.exe - Entry Point Not Found
---------------------------
Unable to find procedure entry point __divmoddi4 in libgcc_s_dw2-1.dll dynamic link library.
Hi, Everyone!
I am trying to compile the application on my Windows 7-64bits however, after following all guidelines and running the ".exe" file generated in the "src" folder, I get the following error: libgdk-3-0.dll was not found.
Strange because I have updated all GTK 3.12 packages. I use MSYS2 64bits.
Can anyone guide me on how to solve? Thank you.