I’m having terrible difficulty trying to compile ode and odejava from scratch, mostly because the instructions don’t add up. If filenames aren’t exact, I’m doing this from memory, so bear with me.
Here is what I did on my Mac (osx 10.4.10):
- Checked out odejava from odejava’s cvs
- Downloaded ode-.9 source
- Looking at the various readmes, I put the source in compile/odejava/ode, although there was no config/user_settings to edit.
- Ignoring this problem, I tried to compile ODE by running the configure script and then make.
a. Couldn’t get it to compile with OPCODE, compiled when I edited some include statements for GIMPACT, however even though it generated no errors, there were no libraries outputted for my use (or .o files that I could tell). The directories it claimed to put them in didn’t exist (I think they were /usr/local/lib (this one existed but had no new files in it after running make) and /usr/local/ode).
This is essentially where I gave up. I’m just looking for up to date binaries and .jar libraries for odejava, but odejava.org seemed very out of date (since 2004 for the natives). Are there any more up-to-date packaged versions out there (preferably able to run ode .9, since that has new features that I would like).