Installed all the dependencies.
Puh...
edited the paths in Jamrules
when compiling via jam, i get an error in cene_gfx.o:
---
C++ src/scene_gfx.o
src/scene_gfx.cpp: In member function `CarGfx*
SceneGfx::createCar()':
src/scene_gfx.cpp:203: error: no matching function for
call to `
std::list<CarGfx*, std::allocator<CarGfx*>
>::push_back()'
/usr/include/c++/3.3/bits/stl_list.h:746: error:
candidates are: void
std::list<_Tp, _Alloc>::push_back(const _Tp&) [with
_Tp = CarGfx*, _Alloc =
std::allocator<CarGfx*>]
g++ -c -o src/scene_gfx.o -g -O2 -O -DGCC_3_1
-DEXT_HASH -Isrc -I./Dependencies/linux/include
-I/usr/local/include/OGRE/ src/scene_gfx.cpp
...failed C++ src/scene_gfx.o ...
---
Do i miss some dependencies?
I got libmng-dev, OGRE, enet, libode-dev