Updating Yarp #63
-
I had my Yarp working but I decided to update it by doing
Can anybody help me? |
Beta Was this translation helpful? Give feedback.
Replies: 15 comments
-
Is opencv installed on your system? |
Beta Was this translation helpful? Give feedback.
-
OpenCV is installed.
|
Beta Was this translation helpful? Give feedback.
-
@jpiabrantes I have just committed some changes to the gtk version of the yarpdataplayer. Could you please try it again? thanks |
Beta Was this translation helpful? Give feedback.
-
@vtikha I was in a hurry. So I re-installed Ubuntu and then I was able to install yarp successfully on this new clean version of Ubuntu. I don't know what was causing the error in the first place but probably it was a conflict with some software I had installed on Ubuntu. |
Beta Was this translation helpful? Give feedback.
-
@jpiabrantes ok, perfect. Sorry you had to reinstall everything. |
Beta Was this translation helpful? Give feedback.
-
Closing this issue |
Beta Was this translation helpful? Give feedback.
-
@vtikha I tried to recompile |
Beta Was this translation helpful? Give feedback.
-
Hi @jpiabrantes you confirm that the error is still the previously stated error?
I will try it out now on a similar system as yours. |
Beta Was this translation helpful? Give feedback.
-
Hi @vtikha , yes it's exactly the same error. |
Beta Was this translation helpful? Give feedback.
-
@jpiabrantes could you confirm that you have updated yarp from the git repository recently? As this commit should have fixed this. |
Beta Was this translation helpful? Give feedback.
-
@vtikha I thought I had made [ 97%] Building CXX object src/yarpdataplayer-gtk/CMakeFiles/yarpdataplayer-gtk.dir/src/worker.cpp.o
cd /home/joao/github/yarp/build/src/yarpdataplayer-gtk && /usr/bin/c++ -DHAS_OPENCV -DYARP_PRESENT -D_REENTRANT -Wall -Wextra -Wsign-compare -Wpointer-arith -Winit-self -Wnon-virtual-dtor -Wcast-align -Wvla -Wno-unused-parameter -Wno-long-long -Wno-cast-align -Wdeprecated-declarations -O3 -DNDEBUG -fPIE -I/home/joao/github/yarp/src/yarpdataplayer-gtk/include -I/home/joao/github/yarp/build/generated_include -I/home/joao/github/yarp/src/libYARP_OS/include -I/home/joao/github/yarp/src/libYARP_sig/include -isystem /usr/include/gtk-2.0 -isystem /usr/include/freetype2 -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/atk-1.0 -isystem /usr/include/gdk-pixbuf-2.0 -isystem /usr/include/cairo -isystem /usr/include/pango-1.0 -isystem /usr/lib/x86_64-linux-gnu/gtk-2.0/include -isystem /usr/include/sigc++-2.0 -isystem /usr/lib/x86_64-linux-gnu/sigc++-2.0/include -isystem /usr/include/glibmm-2.4 -isystem /usr/lib/x86_64-linux-gnu/glibmm-2.4/include -isystem /usr/include/giomm-2.4 -isystem /usr/lib/x86_64-linux-gnu/giomm-2.4/include -isystem /usr/include/atkmm-1.6 -isystem /usr/include/cairomm-1.0 -isystem /usr/lib/x86_64-linux-gnu/cairomm-1.0/include -isystem /usr/include/pangomm-1.4 -isystem /usr/lib/x86_64-linux-gnu/pangomm-1.4/include -isystem /usr/include/gdkmm-2.4 -isystem /usr/lib/x86_64-linux-gnu/gdkmm-2.4/include -isystem /usr/include/gtkmm-2.4 -isystem /usr/lib/x86_64-linux-gnu/gtkmm-2.4/include -I/usr/local/include/opencv -I/usr/local/include -I/home/joao/github/yarp/src/yarpdataplayer-gtk/idl_generated_code -I/home/joao/github/yarp/src/yarpdataplayer-gtk/idl_generated_code/include -o CMakeFiles/yarpdataplayer-gtk.dir/src/worker.cpp.o -c /home/joao/github/yarp/src/yarpdataplayer-gtk/src/worker.cpp
/home/joao/github/yarp/src/yarpdataplayer-gtk/src/worker.cpp: In member function ‘int WorkerClass::sendImages(int, int)’:
/home/joao/github/yarp/src/yarpdataplayer-gtk/src/worker.cpp:154:58: error: ‘cvCopyImage’ was not declared in this scope
cvCopyImage( img, (IplImage *) temp.getIplImage());
^
make[2]: *** [src/yarpdataplayer-gtk/CMakeFiles/yarpdataplayer-gtk.dir/src/worker.cpp.o] Error 1
make[2]: Leaving directory `/home/joao/github/yarp/build'
make[1]: *** [src/yarpdataplayer-gtk/CMakeFiles/yarpdataplayer-gtk.dir/all] Error 2
make[1]: Leaving directory `/home/joao/github/yarp/build'
make: *** [all] Error 2 Should I post this error on another issue? |
Beta Was this translation helpful? Give feedback.
-
@jpiabrantes Can you please |
Beta Was this translation helpful? Give feedback.
-
@jpiabrantes any news? |
Beta Was this translation helpful? Give feedback.
-
All good now. Thanks |
Beta Was this translation helpful? Give feedback.
@jpiabrantes Can you please
git pull
again and try out a change I have made? If we still have issues it would be easier if I can remotely connect to your system and understand what is going on.