Open RuthPikovsky opened 4 days ago
the meson log looks okay on the first glance.
what i need for support is the output of ninja during the build and the error message you see
It simply says that i can't find the build. Are you sure there is not a problem with the meson log? because that's where it fails. I'm sending it again: meson-log.txt
Thank you in advance
Hello, I followed the instructions as I tried to install the plugin on my windows computer. I downloaded pylon 8.1 from the site as a developer, downloaded mason meson-1.6.0-64.msi, opened a developer command prompt for vs 2022, and wrote the following commands: set PKG_CONFIG_PATH=C:\gstreamer\1.0\msvc_x86_64\lib\pkgconfig set PATH=%PATH%;C:\gstreamer\1.0\msvc_x86_64\bin set CMAKE_PREFIX_PATH=C:\Program Files\Basler\pylon 8\Development\CMake\pylon\ git clone https://github.com/basler/gst-plugin-pylon.git to C:\ cd gst-plugin-pylon meson setup build --prefix=C:\gstreamer\1.0\msvc_x86_64
I attached the error log file. meson-log.txt
note: I used msys64 and not conda because my company doesn't work with anaconda as it is not free anymore and by using msys64 i managed to install g-streamer with no issues, so if possible I would prefer that.
I would appreciate your help, Thank you in advance, Ruth Pikovsky