Failure to Install on Windows (missing DLLs)
Describe your issue
I could very likely be doing something wrong. I am building these plugins as part of the GStreamer monorepo build and everything seems to compile fine but when the installation step starts, ninja cannot find the rust plugins.
Observed Behavior
ERROR: File 'subprojects\\gst-plugins-rs\\libgstclaxon.dll' could not be found
FAILED: meson-internal__install"<dev_path>\venv\Scripts\meson" "install" "--no-rebuild"
ninja: build stopped: subcommand failed.
Even if I disable this specific plugin, it fails on the next. One thing I did notice is that the installation error mentions libgstclaxon.dll
and I can only find gstclaxon.dll
. I'm not sure what would be causing the missing lib
prefix though.
Setup
-
Operating System: Windows 11
-
Device: Computer
-
gst-plugins-rs Version:
-
GStreamer Version: 1.23.0.1
-
Command line:
meson setup --prefix <dev_path>\install\gstreamer -Dges=disabled -Drs=enabled -Dgst-plugins-rs:webrtc=enabled -Dgst-plugins-rs:webrtchttp=enabled -Dgst-plugins-rs:rtp=enabled -Dgst-plugins-rs:file=enabled --buildtype=release <dev_path>\build\gstreamer ninja -C <build_dir> install