Hello,
I'm totally new to Ruby but I wanted to test the game at
http://en.sfml-dev.org/forums/index.php?topic=7673.msg50939;topicseen#new on Mac OS X.
So I downloaded rbSFML, tested what was already installed. Both Ruby and Rake were already there. Then I typed "sudo gem install yard" and downloaded rbSFML.
I didn't install the latest version of Ruby as there is already one installed, plus I couldn't build Ruby from the latest sources because of an unknown linking flag (and I couldn't find where it's defined).
So with my current version of Ruby, here is what I get :
[ ceylo ceylo-pc ~/Desktop/rbSFML ] ruby --version
ruby 1.8.7 (2010-01-10 patchlevel 249) [universal-darwin11.0]
[ ceylo ceylo-pc ~/Desktop/rbSFML ] rake --version
rake, version 0.8.7
[ ceylo ceylo-pc ~/Desktop/rbSFML ] rake
(in /Users/ceylo/Desktop/rbSFML)
rake aborted!
/Users/ceylo/Desktop/rbSFML/Rakefile:260: syntax error, unexpected ':', expecting ')'
ruby("#{sample}", verbose: true) { }
^
(See full trace by running task with --trace)
Do you know why I get this error message?
I admit I'm a bit lazy to search among the 14 pages of this topic, and a search didn't give anything.
Thanks,
Ceylo