Closed arnoldu closed 8 years ago
As I am a seasoned ruby programmer and very interessted in trying the NEAT algorithm I tried to play with rubyneat.
What I did:
What happened:
In file included from Graphics-Resolution.cpp:1:0 ../../src/Graphics/Resolution.cpp:49:22: fatal error SDL2/sdl.h: File not found.
compilation terminated.
I guess some library and headers are missing on my otherwise complete system (Ubuntu 14.04.2 with XFCE).
What I expected to happen:
Cave: There are already other gems called neat which provide executables called neat.
I need to get that gem out of RubyNEAT -- really it should not need any graphics. An oversight on my part.
Fix the problem by deleting the gems that were not needed.
As I am a seasoned ruby programmer and very interessted in trying the NEAT algorithm I tried to play with rubyneat.
What I did:
What happened:
In file included from Graphics-Resolution.cpp:1:0 ../../src/Graphics/Resolution.cpp:49:22: fatal error SDL2/sdl.h: File not found.
include <SDL2/SDL.h>
compilation terminated.
I guess some library and headers are missing on my otherwise complete system (Ubuntu 14.04.2 with XFCE).
What I expected to happen:
Cave: There are already other gems called neat which provide executables called neat.