[ODE] Using ODE without drawstuff

Roel van Dijk roelvandijk at home.nl
Sun Jun 1 15:13:02 2003


> I'm having trouble compiling a program that uses ODE but not
> drawstuff. I have commented out all references to the dsXxx functions in
> the code and the only libs I link in are libode.a, stdc++ and m. But
> still, when I run the program (on Solaris, compiled by gcc) I get an
> error message saying:
>
> Unrecoverable error
> XView error: Cannot open connection to window server: :0 (Server
> package)
>
> What part of ODE or drawstuff tries to open a window?
>
> / Martin
ODE has nothing to do with graphics. So it's not ODE. But could you explain a 
bit more about the program that you're trying to compile? Is it based on a 
ode/test program? Otherwise I can't see why you have to comment out the dsXxx 
functions.

Roel