gdk-pixbuf recipe fails to compile on Windows
I am trying to compile master branch of https://github.com/GStreamer/cerbero With Meson on my Windows computer. So far it seemed working, but now I get an error message with gdk-pixbuf. Tried it multiple times, but never succeeded this part. From step 122 on it tells me “no input files” and “compilation terminated”.
[122/134] x86_64-w64-mingw32-gcc @tests/tests@@pixbuf-pixdata@exe/meson-generated_.._resources.c.obj.rsp
FAILED: tests/tests@@pixbuf-pixdata@exe/meson-generated_.._resources.c.obj
x86_64-w64-mingw32-gcc @tests/tests@@pixbuf-pixdata@exe/meson-generated_.._resources.c.obj.rsp
x86_64-w64-mingw32-gcc: error: tests/resources.c: No such file or directory
x86_64-w64-mingw32-gcc: fatal error: no input files
compilation terminated.
[gdk-pixbuf-compile-log.txt](/uploads/e8b404483629704a10ec80bcc92df740/gdk-pixbuf-compile-log.txt)
Edited by Tim-Philipp Müller