-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 BJörn Lindqvist wrote: |>Whenever I run the buggy.py demo or try to import soya.ode, I get: |>ImportError: /usr/lib/python2.3/site-packages/soya/_ode.so: undefined |>symbol: dGeomTriMeshDataCreate |> |>I'm using my own installed copy of ode, not the included one (it didn't |>compile on its own or something, because it couldn't find -lode). | | | You must not install ode yourself but instead use the ode included in | soya. Before you build soya you need to build ode manually: | | cd ode-0.5 | make configure | make |
You can use also stock ODE, just be sure to compile and link the content of the OPCODE directory (it is not by default). Normally you just have to include the line: OPCODE_DIRECTORY=OPCODE in the file config/user-settings and recompile. That should do it. Jan -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCSaFVn11XseNj94gRAhdWAKDx6B+lPhGbVdpLmwSyzVQkVCC/pACgvakd Uk1Q3ewnSFg77Hp1Q1VRi6I= =92ow -----END PGP SIGNATURE-----
