|
From: TIMOTHY K H. <tkh...@ve...> - 2007-07-26 07:01:58
|
Sorry about that,
SDL should be a standard package you can get for most distros automatically. I'm running Ubuntu and it was easy enough to grab. ODE I remember having to install manually, but it wasn't too much of a pain.
The openGL libraries were another one of those standard things, it should be included with one dev package or another, I'm going to have to look that one up and get back to you.
Also, Just pushed a new revision at ~10pm tonight, that fixed some minor bugs and makes it all run again.
-Tim
Larry Leach <le...@gm...> wrote:
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
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Eighthfleet-development mailing list
Eig...@li...
https://lists.sourceforge.net/lists/listinfo/eighthfleet-development
|