Re: [Sikuli-driver] [Question #240788]: Dependency problem : libstdc++ GLIBCXX_3.4.9

2013-12-16 Thread RaiMan
Question #240788 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240788 RaiMan proposed the following answer: Sorry, but this is beyond my scope (to little experience, too much effort to dive in). I am happy enough, to get the stuff running on Ubuntu and have a working script fo

Re: [Sikuli-driver] [Question #240788]: Dependency problem : libstdc++ GLIBCXX_3.4.9

2013-12-15 Thread worm
Question #240788 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240788 worm posted a new comment: Forgot to mention, I'm using tesseract 3.00 (https://code.google.com/p /tesseract-ocr/downloads/detail?name=tesseract-3.00.tar.gz). The later versions do not compile for some reaso

Re: [Sikuli-driver] [Question #240788]: Dependency problem : libstdc++ GLIBCXX_3.4.9

2013-12-15 Thread worm
Question #240788 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240788 worm posted a new comment: I've tried setting the "configure" --prefix directive so it would build the libraries to /usr/lib64 instead of /usr/local/lib but it just results in the "make install" failing with

Re: [Sikuli-driver] [Question #240788]: Dependency problem : libstdc++ GLIBCXX_3.4.9

2013-12-15 Thread RaiMan
Question #240788 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240788 RaiMan proposed the following answer: Sikuli does not expect anything about dependent libs like libtesseract. Where it is searched to full fill the external refs from libVisionProxy.so (the Sikuli module) so

Re: [Sikuli-driver] [Question #240788]: Dependency problem : libstdc++ GLIBCXX_3.4.9

2013-12-14 Thread worm
Question #240788 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240788 worm posted a new comment: The problem is solved for libJXGrabkey.so thank you for your precious help. However I'm struggling a bit with tesseract. I did something very similar to http://paramountideas.com/

Re: [Sikuli-driver] [Question #240788]: Dependency problem : libstdc++ GLIBCXX_3.4.9

2013-12-14 Thread worm
Question #240788 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240788 worm posted a new comment: If that might help, here's the Netbeans C++ project build log: http://pastebin.com/dsqkRWC5 -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #240788]: Dependency problem : libstdc++ GLIBCXX_3.4.9

2013-12-14 Thread RaiMan
Question #240788 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240788 RaiMan proposed the following answer: simply no. The bundled libJXGrabkey.so expects a /usr/lib64/libstdc++.so.6 on your system. It complains, that it is not found (which also might mean, that the one is no

Re: [Sikuli-driver] [Question #240788]: Dependency problem : libstdc++ GLIBCXX_3.4.9

2013-12-14 Thread worm
Question #240788 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240788 worm posted a new comment: Sorry I've just realized I could just try replacing that libC__.so with libJXGrabkey.so and here's what I got : # ./runIDE running SikuliX-IDE: -Xmx512M -Dapple.laf.useScreenMenuB

Re: [Sikuli-driver] [Question #240788]: Dependency problem : libstdc++ GLIBCXX_3.4.9

2013-12-14 Thread RaiMan
Question #240788 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240788 RaiMan proposed the following answer: If you run a build with C++ code as a Netbeans project, usually the target is stored a ..project.../dist/(Debug | Release)/ the target in your environment can be /usr/

Re: [Sikuli-driver] [Question #240788]: Dependency problem : libstdc++ GLIBCXX_3.4.9

2013-12-14 Thread worm
Question #240788 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240788 worm posted a new comment: I fetched JXGrabkey source code and compiled both C++/Java projects with Netbeans successfully but I can't find any generated .so file. As shown : # pwd /usr/local/src/jxgrabkey-c

Re: [Sikuli-driver] [Question #240788]: Dependency problem : libstdc++ GLIBCXX_3.4.9

2013-12-14 Thread RaiMan
Question #240788 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/240788 Status: Open => Answered RaiMan proposed the following answer: You have to install your own JXGrabkey for your system. In the libs folder replace the respective ..xxx...so -- You received this questio

[Sikuli-driver] [Question #240788]: Dependency problem : libstdc++ GLIBCXX_3.4.9

2013-12-14 Thread worm
New question #240788 on Sikuli: https://answers.launchpad.net/sikuli/+question/240788 I'm trying to setup Sikuli on CentOS 5.10 64bits : /root/sikuli/libs/libJXGrabKey.so: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by /root/sikuli/libs/libJXGrabKey.so) Could it be th