jashkenas / ruby-processing

Code as Art, Art as Code. Processing and Ruby are meant for each other.
http://github.com/jashkenas/ruby-processing/wikis
Other
1.28k stars 94 forks source link

Rake fails : Command Failed with status 127 #76

Closed tsugua closed 11 years ago

tsugua commented 11 years ago

I'm trying to install the gem and when I uncompress and rake I get the error below:

cd vendors && rake wget http://download.processing.org/processing-2.0.2-macosx.zip rake aborted! Command failed with status (127): [wget http://download.processing.org/proces...]

I installed processing with the downloader from the web. I've run it and it works fine. Any idea why I can't compile the gem?

monkstone commented 11 years ago

Thanks for letting me know I will look into it. Quick check on google suggests the following http://bengribaudo.com/blog/2012/01/25/1771/rake-package-task-fails-with-status-127-on-windows However checking your github account suggest you are on mac wget or unzip missing? Anyway the core.jar etc should exist in the lib folder:- gluegen-rt-natives-linux-amd64.jar gluegen-rt-natives-linux-armv6hf.jar gluegen-rt-natives-linux-i586.jar gluegen-rt-natives-macosx-universal.jar gluegen-rt-natives-windows-amd64.jar gluegen-rt-natives-windows-i586.jar gluegen-rt.jar jogl-all-natives-linux-amd64.jar jogl-all-natives-linux-armv6hf.jar jogl-all-natives-linux-i586.jar jogl-all-natives-macosx-universal.jar jogl-all-natives-windows-amd64.jar jogl-all-natives-windows-i586.jar jogl-all.jar 0-0-0-0-0-0-0-0-0 jruby-complete-1.7.4.jar is renamed to jruby-complete.jar and is copied to ruby folder. 0-0-0-0-0-0-0-0-0 Other processing libraries get extracted into the library folder, sub-folders as follows:- dxf minim net pdf serial video

monkstone commented 11 years ago

What version of ruby you using, requires at least 1.9.3 you could try jruby, if you are stuck with mac-ruby for some reason (version jruby-1.7.4 reqd)

jruby -S rake
monkstone commented 11 years ago

Original problem lack of wget windows, also possible lack of sha1sum and other stuff or relative paths for tests...