[Sikuli-driver] [Bug 1259578] [NEW] classes missing from sikuli-java.jar

2013-12-10 Thread p.elsie
Public bug reported: I am trying to migrate my Java project from its current dependency on 1.0rc3 to 1.0.1. I assumed that I am supposed to use sikuli-java.jar in place of sikuli-script.jar. When I tell my IDE (IntelliJ) to use this as a library it shows errors all over the place. When I open

[Sikuli-driver] [Bug 1259578] Re: classes missing from sikuli-java.jar

2013-12-10 Thread p.elsie
That made my refactoring go much smoother. I just had to: * use java.util.logging * not catch FindFailed (bummer - I had some explicit error messaging) * Implement my own Env class for detecting OS type, 32/64bit, screen-tiles/start-menu Hopefully everything works now. Thanks very much. --

[Sikuli-driver] [Bug 1259578] Re: classes missing from sikuli-java.jar

2013-12-10 Thread p.elsie
Actually it was only on the type(String text) and paste(String text) methods where I removed the FindFailed catch blocks. It makes sense that those don't throw FindFailed exceptions anymore. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to

Re: [Sikuli-driver] [Question #233683]: Has anyone compiled Sikuli for RedHat EL 5?

2013-12-09 Thread p.elsie
Question #233683 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233683 p.elsie posted a new comment: No, I've been using Sikuli-X-1.0rc3 (r905). I'll have to do some code refactoring before I can use the new Sikuli. Maybe it's time that I do that. I'll try installing 1.0.1

Re: [Sikuli-driver] [Question #233683]: Has anyone compiled Sikuli for RedHat EL 5?

2013-12-09 Thread p.elsie
Question #233683 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233683 p.elsie posted a new comment: 1.0.1 on a clean RHEL5 installation gets me to the same point, but much quicker. /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.9' not found So I've still got to compile

Re: [Sikuli-driver] [Question #233683]: Has anyone compiled Sikuli for RedHat EL 5?

2013-12-06 Thread p.elsie
Question #233683 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/233683 p.elsie posted a new comment: I've tried. http://pkgs.repoforge.org/wmctrl/wmctrl-1.07-1.el5.rf.x86_64.rpm http://ftp.gnu.org/gnu/gcc/gcc-4.4.7/gcc-4.4.7.tar.bz2 http://leptonica.googlecode.com/files