You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 7, 2021. It is now read-only.
I have the latest version of SFML installed, ruby, git and rake yet when i try and compile with rake i get this output:
./ext/rbsfml/base.cpp:33:14: error: ‘rb_cFixnum’ was not declared in this scope
Value Fixnum(rb_cFixnum);
^
rake aborted!
Command failed with status (1): [g++ -std=c++11 -I/usr/local/include/ruby...]
/tmp/rbSFML/Rakefile:132:in block in compile_o' /tmp/rbSFML/Rakefile:128:in compile_o'
/tmp/rbSFML/Rakefile:216:in `block in <top (required)>'
Tasks: TOP => default => rbsfml
(See full trace by running task with --trace)