Problem to build The Secret Chronicles of Dr.M
by moonsilver from LinuxQuestions.org on (#6CMP0)
I have Debian 12 x64 and when i try to build a game from source (The Secret Chronicles of Dr.M) i get this error message:
Code:(in /home/user/TSC-2.1.0/tsc/build/mruby)
rake aborted!
wrong number of arguments (given 2, expected 1)
Rakefile:40:in `<top (required)>'
make[2]: *** [CMakeFiles/mruby.dir/build.make:86: mruby-prefix/src/mruby-stamp/mruby-build] Rong 1
make[1]: *** [CMakeFiles/Makefile2:148: CMakeFiles/mruby.dir/all] Rong 2
make[1]: *** Awaiting unfinished jobs...
[ 13%] Linking CXX static library libpodparser.a
[ 13%] Built target podparser
make: *** [Makefile:156: all] Rong 2I have installed all the necessary dependencies but still it gives this error message.
Why does it give this error message? How do i build this?
Code:(in /home/user/TSC-2.1.0/tsc/build/mruby)
rake aborted!
wrong number of arguments (given 2, expected 1)
Rakefile:40:in `<top (required)>'
make[2]: *** [CMakeFiles/mruby.dir/build.make:86: mruby-prefix/src/mruby-stamp/mruby-build] Rong 1
make[1]: *** [CMakeFiles/Makefile2:148: CMakeFiles/mruby.dir/all] Rong 2
make[1]: *** Awaiting unfinished jobs...
[ 13%] Linking CXX static library libpodparser.a
[ 13%] Built target podparser
make: *** [Makefile:156: all] Rong 2I have installed all the necessary dependencies but still it gives this error message.
Why does it give this error message? How do i build this?