Getting started with pal and ode under linux

Post your questions, suggestions and experiences regarding game design, integration of external libraries here. For irrEdit, irrXML and irrKlang, see the
ambiera forums
Post Reply
maroxe
Posts: 51
Joined: Wed Dec 10, 2008 1:52 pm

Getting started with pal and ode under linux

Post by maroxe »

Getting started with pal( Physics Abstraction Layer ) and ode under linux
Hi,
i am new to pal, and i can't get palbegginner working:

Code: Select all

bachir@bachir-desktop:~/lib/pal/pal/bin/debug/gnu$ ./palbeginner  
Physics:0 
Failed to create the physics engine. Check to see if you spelt the engine name correctly, or that the engine DLL is in the right location 
this is the maipulating i did to compile pal:
  • i set lloc to /home/bachir/lib/
  • i edited example/begin.cpp like following:

    Code: Select all

    [...] 
    PF->SelectEngine("ODE"); 
    [...]

is there ayone one how could give some help?
Post Reply