sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #27214
Re: [Question #252010]: Installation of 1.1.0-Beta4 hangs
Question #252010 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/252010
Status: Answered => Open
Ben Stanley is still having a problem:
This is what happened when I tried to build Sikuli-1.1.0-Supplemental-
Linux.zip on Ubuntu 14.04:
./makeVisionProxy
--- The active JDK seems to be in /packages/jdk1.7.0_25
--- OpenCV libs could not be found - check and set paths manually (line 61 and 63)
compiling cvgui
compiling finder
compiling pyramid-template-matcher
compiling sikuli-debug
compiling tessocr
compiling vision
compiling visionJAVA_wrap
linking libVisionProxy
g++: error: /libtesseract.so: No such file or directory
g++: error: /libopencv_core.so: No such file or directory
g++: error: /libopencv_highgui.so: No such file or directory
g++: error: /libopencv_imgproc.so: No such file or directory
The following command is necessary to make it work (amd64 architecture):
libFolderO=/usr/lib/x86_64-linux-gnu libFolderT=/usr/lib ./makeVisionProxy
--- The active JDK seems to be in /packages/jdk1.7.0_25
compiling cvgui
compiling finder
compiling pyramid-template-matcher
compiling sikuli-debug
compiling tessocr
compiling vision
compiling visionJAVA_wrap
linking libVisionProxy
Note that I found the correct directories using the locate command:
locate libopencv_core.so
locate libtesseract.so
In summary, I think that a libVisionProxy.so built against libopencv 2.4
should be included with the sikuli download so that it works directly on
ubuntu 14.04.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.