We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I installed a new version of msys2 on 64bit Windows 10 (1803) to build a gtk3 application.
I had the gdk-pixbuf2 2.38.0-1 package installed.
When I compiled I received:
gcc -o gtk3.exe gtk3.c $(pkg-config --cflags --libs gtk+-3.0) /usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/bin/ld: cannot find -lstaticpixbufloader-gdiplus
I could not find any reference to a library called staticpixbufloader anyone on my pc.
I downgraded to gdk-pixbuf2 2.36.9-1 and was able to compile and run successfully.
I can see that https://gitlab.gnome.org/GNOME/gdk-pixbuf/blob/gdk-pixbuf-2-36/gdk-pixbuf/meson.build#L107 contains a reference to this library
The text was updated successfully, but these errors were encountered:
Thanks, that's mesonbuild/meson#3939. We'll need to patch the .pc file to remove staticpixbufloader for now (you can do that too in the meantime)
Sorry, something went wrong.
gdk-pixbuf2: remove internal staticpixbufloader-gdiplus from the .pc …
38b3231
…file. Fixes msys2#4726
9776107
…file. Fixes #4726 (#4742)
No branches or pull requests
I installed a new version of msys2 on 64bit Windows 10 (1803) to build a gtk3 application.
I had the gdk-pixbuf2 2.38.0-1 package installed.
When I compiled I received:
gcc -o gtk3.exe gtk3.c $(pkg-config --cflags --libs gtk+-3.0) /usr/lib/gcc/x86_64-pc-msys/7.3.0/../../../../x86_64-pc-msys/bin/ld: cannot find -lstaticpixbufloader-gdiplus
I could not find any reference to a library called staticpixbufloader anyone on my pc.
I downgraded to gdk-pixbuf2 2.36.9-1 and was able to compile and run successfully.
I can see that https://gitlab.gnome.org/GNOME/gdk-pixbuf/blob/gdk-pixbuf-2-36/gdk-pixbuf/meson.build#L107 contains a reference to this library
The text was updated successfully, but these errors were encountered: