MINGW-packages: meld Cannot import: GTK+
got this error while runing mingw64/mingw-w64-x86_64-meld3 3.19.0-2:
Couldn't bind the translation domain. Some translations won't work.
[WinError 126] The specified module could not be found
Cannot import: GTK+
DLL load failed: The specified procedure could not be found.
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 15 (5 by maintainers)
Probably a Meld issue. Here’s their issue and a possible workaround
https://gitlab.gnome.org/GNOME/meld/issues/267
https://gitlab.gnome.org/GNOME/meld/issues/267#note_448659
I’ve added only
C:\Program Files (x86)\Meld\lib
to my Path user variable, and now Meld works fine.Thanks for the resolution. Just to reiterate: adding both
C:\tools\Meld
andC:\tools\Meld\lib
to thepath
does solve the problem.This is for those that arrived here with a meld installation (no MINGW) from the link shared above by @shihrer ; triggering meld from the command line works just fine after also adding this dir to your path, guess will be the same for other tools that use it…
For what it’s worth.
I manually added ‘C:\Program Files(x86)\Meld’ to the path, and every time I started Meld from git Meld would crash.
After I also added “C:\Program Files(x86)\Meld\lib” it started working as expected.
Same error with Meld-3.20.0-mingw
Same issue here, 3.20.0. Copying Meld/lib/libgirepository-1.0-1.dll to Meld indeed works as a workaround. Meld.exe was not in the same directory as libgirepository-1.0-1.dll.