Il giorno lun 23 gen 2017 16:31:35 CET, David Macek ha scritto:
>> On 23. 1. 2017 13:58, Antoine Martin wrote:
>>> Hi,
>>>
>>> It seems that the 64-bit version of the gtkglext package is missing
>>> something as we are unable to load one of the DLL it installs:
>>>
>>> pacman -S mingw-w64-x86_64-gtkglext
>>> python -c 'from ctypes import
>>> cdll;cdll.LoadLibrary("C:\\msys64\\mingw64\\bin\\libgdkglext-win32-1.0-0.dll")'
>>>
>>> fails with:
>>> WindowsError: [Error 127] The specified procedure could not be found
>>>
>>> The 32-bit version does not have this problem.
>>> ldd doesn't show anything missing, depends.exe does show some problems
>>> with libgdk_pixbuf - but I'm not sure I trust this ancient tool.
>>> (and gdk_pixbuf is there of course)
>
> Manual inspection showed that the DLL is trying to import `DllMain`  
> from libgdk_pixbuf-2.0-0.dll, which it does not export. The 32-bit  
> version has got no such import entry.
>


same here with other packages; i tried to rebuild some packages but i  
didn't find what causes the problem


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Msys2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/msys2-users

Reply via email to