AmatCoder / mednaffe

A front-end (GUI) for mednafen emulator
GNU General Public License v3.0
429 stars 35 forks source link

Fake Compilation on Windows 7 #101

Closed DQ318 closed 3 years ago

DQ318 commented 5 years ago

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.

AmatCoder commented 5 years ago

Are you trying to compile master branch? Then you need:

EndangeredNayla commented 5 years ago

add C:\MinGW\bin\gcc to your PATH

DQ318 commented 5 years ago

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.