I'm trying to build up-to-date binaries for GtkSourceView using MSYS2/MinGW-w64 
but I don't manage to get them working
with Julia. When I try to ccall a function it gives me a:

ERROR: LoadError: could not load library "libgtksourceview-3.0-1.dll"
The specified procedure could not be found.

In the meanwhile I found an build that works online, so I don't really need 
this, but I'd still be curious to understand
what the issue is. The two files have the same size on disk, and they look 
almost identical in other aspects:

$ file libgtksourceview-3.0-1.dll
libgtksourceview-3.0-1.dll: PE32+ executable (DLL) (console) x86-64 
(stripped to external PDB), for MS Windows

$ file libgtksourceview-3.0-1-works.dll
libgtksourceview-3.0-1-works.dll: PE32+ executable (DLL) (console) x86-64, 
for MS Windows

Looking at the exported functions, they are the same. I also tried to 
remove the strip option, but that doesn't make a difference.

Reply via email to