help-wanted
label: (https://github.com/jlnr/gosu/issues?labels=help-wanted), but no info about how to build everything. For instance, this is what I get when I try to compile it intuitively using provided Rake tasks (on Mac):
➜ gosu git:(master) ✗ rake compile
cd tmp/universal.x86_64-darwin13/gosu/2.0.0
make
compiling ../../../../ext/gosu/gosu_wrap.cxx
../../../../ext/gosu/gosu_wrap.cxx:2181:10: fatal error: 'Gosu/Gosu.hpp' file not found
#include <Gosu/Gosu.hpp>
^
1 error generated.
make: *** [gosu_wrap.o] Error 1
rake aborted!
Command failed with status (2): [make...]
/Library/Ruby/Gems/2.0.0/gems/rake-compiler-0.9.2/lib/rake/extensiontask.rb:152:in block (2 levels) in define_compile_tasks'
/Library/Ruby/Gems/2.0.0/gems/rake-compiler-0.9.2/lib/rake/extensiontask.rb:151:in
block in define_compile_tasks'
Tasks: TOP => compile => compile:universal.x86_64-darwin13 => compile:gosu:universal.x86_64-darwin13 => copy:gosu:universal.x86_64-darwin13:2.0.0 => tmp/universal.x86_64-darwin13/gosu/2.0.0/gosu.bundle
(See full trace by running task with --trace)
export GOSU_RELEASE_VERSION=0.8.0.pre7 # or whatever version you want to use for testing
rake gem && sudo gem install pkg/gosu-$GOSU_RELEASE_VERSION.gem && ruby my_test_script.rb
rake swig
in-between, to regenerate the Ruby wrapper from gosu.swg
.Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill