nanodeath / CrowLib

Crow: Find your shortest path!
http://www.effectgames.com/effect/article.psp.html/community/Pathfinding_library_Dijkstra_s_Algorithm
MIT License
40 stars 6 forks source link

Doesn't build with Ruby 1.9 #13

Closed nanodeath closed 12 years ago

nanodeath commented 12 years ago

Ruby 1.8.7 seems to work fine, though.


max@max-Vostro-1400:~/Dropbox/Javascript/CrowLib$ rake
Checking dependencies...
/home/max/Dropbox/Javascript/CrowLib/build/google_closure/library/closure/bin/calcdeps.py --input=src/crow/All.js --path=/home/max/Dropbox/Javascript/CrowLib/build/google_closure/library --path=src
rake aborted!
No such file or directory - /home/max/Dropbox/Javascript/CrowLib/build/google_closure/library/closure/bin/calcdeps.py --input=src/crow/All.js --path=/home/max/Dropbox/Javascript/CrowLib/build/google_closure/library --path=src

Tasks: TOP => default => build_crow => prepare_build
(See full trace by running task with --trace)
nanodeath commented 12 years ago

Fixed with 4b26ccc2d36a539f0e37f02460f6e66e87ae180b.