Page 1 of 1

Getting started with pal and ode under linux

Posted: Sun Dec 14, 2008 12:51 am
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?