|
From: Larry L. <le...@gm...> - 2007-07-26 04:15:53
|
Heyo! I'm trying to get eighthfleet running on my system, but make fails and whines about missing stuff i *think* might be libraries I don't have. thing 1 : Is there a list of required libs somewhere that I can't find? Thing 2 : I'll be writing this up, and submitting the instructions back to the dev team. It will be necessary for us new users/contributors to be able to make & install the program :) here's the top of the list of errors from make... leachl@Vanguard:~/src/eighthfleet$ make g++ -g -Wall -c main.cpp In file included from main.cpp:15: main.h:21:19: error: GL/gl.h: No such file or directory main.h:22:20: error: GL/glu.h: No such file or directory main.h:23:20: error: GL/glx.h: No such file or directory main.h:25:21: error: SDL/SDL.h: No such file or directory main.h:26:21: error: ode/ode.h: No such file or directory Thanks! Larry |