← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #229353]: [1.0] Eclipse shared library error on Ubuntu 64Bit

 

Question #229353 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/229353

RaiMan proposed the following answer:
above you mentioned, that you are using OpenCV 2.2.0, but the
libVisionProxy.so complains about libopencv_core.so.2.4

So I doubt, that you are still using the bundled libVisionProxy.so, that
is exported at runtime to the libs folder, when Sikuli thinks, that the
libs folder should be updated.

A first step, to verify:
runIDE -d 3 -c

this will write debug output to the terminal window showing, what the
IDE is doing at startup.

With version 1.0.1 it is a bit tricky with having your own libVisionProxy.so, so do this to succeed:
- after having setup SikuliX (in your case sikuli-ide.jar) delete the libs folder
- start the IDE with the above debug command, you should see the recreation with the bundled libVisionProxy.so
- stop the IDE
- replace the libVisionProxy.so in folder libs with your prepared one (do not touch the other files!)
- start the IDE again (the debug log should show, that the libs folder is not recreated but used as is)

now it should work.

With version 1.1.0 there will be a better solution for the usage of your
own libVisionProxy.so.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.