Anytime I am trying to add a package that uses vector graphics, it fails precompilation with the window popup error:
“C:\Users\MMMM.julia\artifacts\GUID\bin\librsvg-2-2.dll is either not designed to run on Windows or it contains an error…”
Examples of failing packages:
✗ Gtk
✗ Rsvg
✗ GtkReactive
✗ Luxor
✗ Javis
I tried installing a new version of MINGW but Idk how Julia is using this dll and where is it taking it from.
I used Library() from DependencyWalker and I put the path to librsvg-2-2.dll.
Here is the result:
C:/Users/MMM/.julia/artifacts/a4fc68e8895ecbaf6a8d263c8c4ab2e6326f0ec5/bin/librsvg-2-2.dll
✗ libcairo-gobject-2.dll (NOT FOUND)
✗ libglib-2.0-0.dll (NOT FOUND)
✗ libpangocairo-1.0-0.dll (NOT FOUND)
C:\Users\MMM.julia\juliaup\julia-1.11.6+0.x64.w64.mingw32\bin\libgcc_s_seh-1.dll
C:\Users\MMM.julia\juliaup\julia-1.11.6+0.x64.w64.mingw32\bin\libwinpthread-1.dll
C:\Windows\System32\msvcrt.dll
C:\Windows\System32\KERNELBASE.dll
C:\Windows\System32\KERNEL32.DLL
C:\Windows\System32\KERNELBASE.dll
C:\Windows\System32\msvcrt.dll
C:\Windows\System32\KERNELBASE.dll
C:\Windows\System32\KERNEL32.DLL
C:\Windows\System32\KERNELBASE.dll
C:\Windows\System32\bcryptPrimitives.dll
✗ libxml2-2.dll (NOT FOUND)
C:\Windows\System32\msvcrt.dll
C:\Windows\System32\KERNELBASE.dll
✗ libgdk_pixbuf-2.0-0.dll (NOT FOUND)
C:\Windows\System32\KERNEL32.DLL
C:\Windows\System32\KERNELBASE.dll
C:\Windows\SYSTEM32\USERENV.dll
C:\Windows\System32\RPCRT4.dll
C:\Windows\System32\KERNELBASE.dll
✗ libgobject-2.0-0.dll (NOT FOUND)
C:\Windows\System32\WS2_32.dll
C:\Windows\System32\RPCRT4.dll
C:\Windows\System32\KERNELBASE.dll
✗ libcairo-2.dll (NOT FOUND)
✗ libpango-1.0-0.dll (NOT FOUND)
✗ libgio-2.0-0.dll (NOT FOUND)
Any suggestions?
Thanks!