Open zacharynevin-stemcell opened 5 months ago
@zacharynevin-stemcell compiling pylon is only verified using gcc/clang on linux and msvc/clang on windows and clang/gcc on macos.
To my knowledge collabora did some work to allow compiling the python bindings on windows using msvc
I'll check what is the problem there
From my analyis it is possible to get this running by using gstreamer and pygobject from conda.
Is this an option for you?
Hi there,
I am trying to get this plugin to work on Windows 10 with
gstreamer
andgst-python
.To install
gstreamer
andgst-python
, I installed MSYS2 as that is the official way to install the Python bindings on Windows as a result of the dependency onPyGObject
. Using theUCRT64
environment, I ran the following commands:This is extremely convenient and works well to get access to the Gstreamer library and its Python bindings.
However, now I want to install the
gst-plugin-pylon
library. The problem is, the MSYS2 environment uses thegcc
compiler which doesn't seem to be compatible with this library or the Pylon C++ development files. Themeson setup build
command works well and all the required dependencies are found, but when I runninja -C build
I get several thousand compilation errors across various Pylon C++ files.Do you know how to install the
gst-plugin-pylon
package within an MSYS2 environment (whether that is UCRT64 or MINGW64)?Output of
meson setup build
:Attached is an image of the output from
ninja -C build
: