eduardogeike / ssl-vision

Automatically exported from code.google.com/p/ssl-vision
GNU General Public License v3.0
0 stars 0 forks source link

Compile Error on Linux Mint 16 #29

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, so I was following a tutorial which showed installation of SSL-vision on 
Ubuntu, but as I have Linux Mint on my laptop, I thought to try on ti first.

When I type in make at terminal, I get the following error

zaid@zp ~/ssl-vision-read-only $ make
cd build && cmake -DCMAKE_BUILD_TYPE=Release ..
Qt QTOPENGL library not found.
-- Build Type: Release
-- Arch: x86_64
-- CC Flags: -DNDEBUG -O3 -march=native -Wl,--no-as-needed
-- Custom CC Flags: 
-- Configuring done
-- Generating done
-- Build files have been written to: /home/zaid/ssl-vision-read-only/build
make -C build
make[1]: Entering directory `/home/zaid/ssl-vision-read-only/build'
make[2]: Entering directory `/home/zaid/ssl-vision-read-only/build'
make[3]: Entering directory `/home/zaid/ssl-vision-read-only/build'
make[3]: Leaving directory `/home/zaid/ssl-vision-read-only/build'
[  2%] Built target GenerateProto
make[3]: Entering directory `/home/zaid/ssl-vision-read-only/build'
make[3]: Leaving directory `/home/zaid/ssl-vision-read-only/build'
make[3]: Entering directory `/home/zaid/ssl-vision-read-only/build'
[  2%] Building CXX object CMakeFiles/sslvision.dir/src/shared/gl/glcamera.cpp.o
In file included from 
/home/zaid/ssl-vision-read-only/src/shared/gl/glcamera.cpp:22:0:
/home/zaid/ssl-vision-read-only/src/shared/gl/glcamera.h:24:19: fatal error: 
GL/gl.h: No such file or directory
 #include "GL/gl.h"
                   ^
compilation terminated.
make[3]: *** [CMakeFiles/sslvision.dir/src/shared/gl/glcamera.cpp.o] Error 1
make[3]: Leaving directory `/home/zaid/ssl-vision-read-only/build'
make[2]: *** [CMakeFiles/sslvision.dir/all] Error 2
make[2]: Leaving directory `/home/zaid/ssl-vision-read-only/build'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/zaid/ssl-vision-read-only/build'
make: *** [build] Error 2
[2]zaid@zp ~/ssl-vision-read-only $ 

The tutorial I followed is this: 
http://robosprint.com/RoboSprint2014/Ubuntu_SSL_grSim_Manual.pdf

Original issue reported on code.google.com by zaidpirw...@gmail.com on 23 Oct 2014 at 4:40

GoogleCodeExporter commented 9 years ago
Thanks in advance if anyone can help me out here, I dont want to go back to 
Ubunutu, so please tell me if I am doing something worng..?

Original comment by zaidpirw...@gmail.com on 23 Oct 2014 at 4:43

GoogleCodeExporter commented 9 years ago
I was finally able to install after installing these too in addition to the 
dependencies listed in the wiki page...

mesa-common-dev
libglu1-mesa-dev
libqt4-opengl-dev

Now I want to use it with my Laptop camera or USB cameras, until I get some PS3 
Eye Camera, I see there is a separate issue for that as well... lets see if 
that can be done..??

Original comment by zaidpirw...@gmail.com on 24 Oct 2014 at 4:59