Cannot build PlotJuggler #647
sabdulqadir
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys,
I cloned Plot Juggler on my Ubuntu running with VMWare14 on Win10.
My cmake fails
-- The C compiler identification is GNU 7.5.0
-- The CXX compiler identification is GNU 7.5.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- PlotJuggler is being built WITHOUT any ROS support
-- No build type selected, default to RelWithDebInfo
-- Found libdw: /usr/lib/x86_64-linux-gnu/libdw.so
-- Found libbfd: /usr/lib/x86_64-linux-gnu/libbfd.so
-- Found libdwarf: /usr/lib/x86_64-linux-gnu/libdwarf.so
-- Found Backward: /home/dev/repos/PlotJuggler/3rdparty/backward-cpp
-- Found MOSQUITTO: /usr/lib/x86_64-linux-gnu/libmosquitto.so
[libzmq-dev] not found. Skipping plugin DataStreamZMQ.
QtAV_FOUND = TRUE
QTAV_INCLUDE_DIRS = /usr/include/x86_64-linux-gnu/qt5/QtAV;/usr/include/x86_64-linux-gnu/qt5/QtAV/..
QTAV_LIBRARIES = /usr/lib/x86_64-linux-gnu/libQtAV.so
QTAVWIDGETS_INCLUDE_DIRS = /usr/include/x86_64-linux-gnu/qt5/QtAVWidgets;/usr/include/x86_64-linux-gnu/qt5/QtAVWidgets/..;/usr/include/x86_64-linux-gnu/qt5/QtAV;/usr/include/x86_64-linux-gnu/qt5/QtAV/..
QTAVWIDGETS_LIBRARIES = /usr/lib/x86_64-linux-gnu/libQtAVWidgets.so;/usr/lib/x86_64-linux-gnu/libQtAV.so
QtAV FOUND. Building VideoPlayer plugin
-- Building KissFFT with datatype: float
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Configuring done
-- Generating done
-- Build files have been written to: /home/dev/repos/PlotJuggler/build
It is not able to find libzmq, although I have
sudo apt-get install libzmq3-dev
I am thinking, this has something to do with setting up the path correctly. Would any of you be able to help?
Thanks,
AQ
Beta Was this translation helpful? Give feedback.
All reactions