How can I download the source from Windows?

Asked by EnigmaDude

I'm having trouble downloading the source code from Windows using Cygwin. It keeps telling me "ERROR: Unable to create symlink 'sikuli-script/lib/com' on this platform". I've got bazaar installed and thats all working fine.

Thanks,
EnigmaDude

Question information

Language:
English Edit question
Status:
Expired
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Eloi (eloi) said :
#1

I did tried downloading using bzr on Windows but failed with the error of Symlink despite Windows 7 correct implementation of Symlink. It seems that bazaar had not been updated for limited support on Windows platform namely the Vista and 7. I did try to go with Cygwin and met with the same problem and now I went with installing Virtual Machine and Ubuntu for downloading the source and port over to Windows side to do the coding.

Result being the makefile will not work either so if you going down that route, I would say save some time, it will not work as nice as you hope to be. I also tried to build on the Ubuntu machine as well and to no success. Anyone have any success get the environment up?

Revision history for this message
Yinan (lyn11091) said :
#2

I m working on Mac10.6 to try set the env up.

So far, I have setup the Java prj in Eclipse and added all requested library.

Now I m trying to make the unit test for sikuli-script work. But stuck at here:

java.lang.UnsatisfiedLinkError: /eclipse_3.4.2/workspace/Sikuli-script/tmplib/libScreenMatchProxy.jnilib: Library not loaded: @executable_path/../Frameworks/libcxcore.1.dylib Referenced from: /eclipse_3.4.2/workspace/Sikuli-script/tmplib/libScreenMatchProxy.jnilib Reason: image not found
 at java.lang.ClassLoader$NativeLibrary.load(Native Method)
 at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1861)
 at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1741)
 at java.lang.Runtime.load0(Runtime.java:770)
 at java.lang.System.load(System.java:1020)
 at com.wapmx.nativeutils.jniloader.NativeLoader.loadLibrary(NativeLoader.java:44)
 at edu.mit.csail.uid.ScreenMatchProxy.<clinit>(ScreenMatchProxy.java:11)
 at edu.mit.csail.uid.SikuliScript.<init>(SikuliScript.java:105)
 at edu.mit.csail.uid.SikuliScriptTest.testClick(SikuliScriptTest.java:37)

Revision history for this message
Launchpad Janitor (janitor) said :
#3

This question was expired because it remained in the 'Needs information' state without activity for the last 15 days.