[ODE] ODE and OPCODE

Wesley Smith wesley.hoke at gmail.com
Sat Sep 2 12:05:47 MST 2006


Hi,
I've been using ODE for some time now and am just starting to use
OPCODE.  I'm building a framework on OSX that uses ODE w/ OPCODE as
part of a larger project.  I want to be able to do source level
debugging, so I'm including the source files directly into the project
as opposed to including a pre-built library.

In doing this, I'm running into trouble trying to get OPCODE to
compile.  In OPC_Common.h, I'm getting 'Point' has not been declared
errors.  In looking at the file, it's pretty clear that Point isn't
defined in there and there are no other include files that it would be
defined in.  However, when I run ./configure and make from the command
line, it has no problem building.  I wasn't able to decipher the build
commands that the makefile spit out, so I'm wondering if someone has
any insight here.  How does OPC_Common.h get a definition of Point
when it's build from the command line?

thanks,
wes


More information about the ODE mailing list