|
From: TIMOTHY K H. <tkh...@ve...> - 2007-07-27 02:30:03
|
Fortunately, I'm starting to play with it again, so it looks like there will be more activity. I'm trying to actually put together some code documentation, but that takes so much more work than actually writing code. Maybe it will get done, maybe it wont. As it is, I'm just trying to comment more. -Tim Nathan Clow <n_...@ho...> wrote: Ah, nice to see this list is still active. As Tim mentioned, the 3 required libs are: ODE (www.ode.org) SDL (libsdl.org) OpenGL For openGL I'm pretty sure you'll need a version of the lib with the development headers, so you can compile with it. I think we used mesa-dev for our implementation. Any linux package manager should be able to install this for you. I regret that there's no documentation for the expected build structure; you'll probably just have to look at the makefile and see what it expects. Full support will probably not happen unless Tim or I decide to start maintaining the project again, or the project gets some new developers. ----- Original Message ----- From: TIMOTHY K HAMILTON To: eig...@li... Sent: Thursday, July 26, 2007 3:01 AM Subject: Re: [Eighthfleet-development] Installation instructions? 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 --------------------------------- ------------------------------------------------------------------------- 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 ------------------------------------------------------------------------- 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 |