basler / gst-plugin-pylon

The official GStreamer plug-in for Basler cameras
BSD 3-Clause "New" or "Revised" License
40 stars 9 forks source link

can't compile #110

Open OdedNeoja opened 2 weeks ago

OdedNeoja commented 2 weeks ago

1234 After following the guide I always come to this result

omerts commented 1 week ago

Did you install the pylon software suite?

OdedNeoja commented 1 week ago

yep i install everything by the guide

DarthBogdo commented 1 day ago

Have you found the solution? I have the same issue. I installed the pylon software suite from the official website, followed the installation instructions of gstream, but I get the same error of 'dependency "pylon" not found'.

DarthBogdo commented 1 day ago

I have tried moving to newer versions of meson, messing with environment variables, and applying arguments to commands. Nothing worked for me. Here are the logs of the issue. Maybe someone can assist

`Determining dependency 'pylon' with CMake executable 'C:\Program Files\CMake\bin\cmake.EXE' Try CMake generator: auto Calling CMake (['C:\Program Files\CMake\bin\cmake.EXE']) in C:\Users\vodol\OneDrive\Desktop\C++ Projects\ConsoleApplication1\gst-plugin-pylon\build\meson-private\cmake_pylon with:

Determining dependency 'pylon' with CMake executable 'C:\Program Files\CMake\bin\cmake.EXE' Try CMake generator: auto Calling CMake (['C:\Program Files\CMake\bin\cmake.EXE']) in C:\Users\vodol\OneDrive\Desktop\C++ Projects\ConsoleApplication1\gst-plugin-pylon\build\meson-private\cmake_pylon with:

gst-libs\gst\pylon\meson.build:28:16: ERROR: Dependency "pylon" not found, tried cmake `

thiesmoeller commented 1 day ago

Our CI builds on windows

https://github.com/basler/gst-plugin-pylon/blob/f9dc08c949ecf481c7db188ec70a645aedb1c85e/.github/workflows/ci.yml#L100

Can you check your steps against our setup?