alliedvision / gst-vimbasrc

Official vimbasrc element for use of Vimba with GStreamer
Other
10 stars 9 forks source link

Build via Docker run fails #14

Closed colingoodman closed 1 year ago

colingoodman commented 1 year ago

I attempted to build the plugin using the docker image method. I was able to build from the dockerfile fine, however docker run with the provided parameters does not work.

user@machine:/opt/Vimba_6_0$ docker run --rm -it --volume /home/user/gstream/gst-vimbasrc:/gst-vimbasrc --volume /opt/Vimba_6_0:/vimba gst-vimbasrc:18.04
# ============================================================================
cmake -S . -B build -DVIMBA_HOME=$VIMBA_HOME
-- Configuring done
-- Generating done
-- Build files have been written to: /gst-vimbasrc/build
# ============================================================================
cmake --build build
make[2]: *** No rule to make target '/vimba/VimbaC/DynamicLib/arm_64bit/libVimbaC.so', needed by 'libgstvimbasrc.so'.  Stop.
CMakeFiles/Makefile2:94: recipe for target 'CMakeFiles/gstvimbasrc.dir/all' failed
make[1]: *** [CMakeFiles/gstvimbasrc.dir/all] Error 2
Makefile:102: recipe for target 'all' failed
make: *** [all] Error 2
# ============================================================================
colingoodman commented 1 year ago

I was using Vimba 6. I switched over to Vimba 5 and things work as expected.