mmcmatthew / ssl-vision

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

Missing header file while running manke #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. running make file.

What version of the product are you using? On what operating system?

I use Ubuntu 12.04 and the downloadable version of ssl-vision.

Please provide any additional information below.

After copying the code of Makefile,CMakeLists.txt and Doxyfile from the 
readonly version, errors about missing libraries -lcv,-lcxcore and -lml do not 
occur anymore.
But the next error that is thrown while running make is that a header file 
"ui_neurowidget.h" is not found.
Is it possible to get the newest version of ssl-vision or is there a workaround?

Original issue reported on code.google.com by a.dete...@googlemail.com on 18 Oct 2012 at 8:13

GoogleCodeExporter commented 9 years ago
Solved the problem myself by copying the code from readonly version.

Original comment by a.dete...@googlemail.com on 30 Oct 2012 at 2:10

GoogleCodeExporter commented 9 years ago
Okay, 

I had the same problem and could not solve yet.Do not understand the procedure 
you did with the Makefile, CMakeLists.txt and Doxyfile files. What exactly I 
have to do with them. Thanks for the reply.

Original comment by cefe...@gmail.com on 26 Jan 2013 at 3:57

GoogleCodeExporter commented 9 years ago
The problem is that the libraries the programm uses are not located in the same 
directories as they did in a older version of ubuntu. Just replace the 
cmakefile.txt of your programm directory with the content of this url:

http://code.google.com/p/ssl-vision/source/browse/trunk/CMakeLists.txt

After replacing this file you have to run make.
There may be further errors while compiling but you should be able to remove 
them by the same procedure with the following links:
http://code.google.com/p/ssl-vision/source/browse/trunk/src/app/stacks/stack_rob
ocup_ssl.cpp
http://code.google.com/p/ssl-vision/source/browse/trunk/src/app/stacks/stack_rob
ocup_ssl.h
http://code.google.com/p/ssl-vision/source/browse/trunk/src/app/stacks/stacks.h

Original comment by a.dete...@googlemail.com on 28 Jan 2013 at 6:56

GoogleCodeExporter commented 9 years ago
Hello
I'm sorry that you experienced this issue. The official/stable version of 
SSL-Vision is always what is checked out via SVN (the read-only version you 
mentioned). The one in downloads section is a beta with an added functionality, 
the neural calibration. I will update the code there using Ubuntu 12 so you 
don't get errors if you want to try that version. But again, the neural 
calibration is currently a beta.

Cheers

Original comment by jgurz...@yahoo.com.br on 16 Mar 2013 at 4:48

GoogleCodeExporter commented 9 years ago
Sorry for multiple posts. I rechecked and it seems the original error happened 
because you did not have OpenCV, and that's required by the neural_calibration 
version. 
With the source cause been tracked and the explanation from my previous post, 
indicating that the official/stable version is to be retrieved via SVN, I will 
proceed to close the issue, if there's no objection.

Cheers

Original comment by jgurz...@yahoo.com.br on 16 Mar 2013 at 5:02