Hi everyone,
I used to work with other libraries but now i want to try crystal space and as far as i've seen, its one of the best engines that i can trust,
anyway, i'm using an x86_64 Kubuntu, i'm getting this error below while compiling,
g++ -c -o ./out/linux/optimize/plugins/physics/odedynam/odedynam.o -I/home/sinan/Proje/CS/. -I./include -I/home/sinan/Proje/CS/./include -pipe -Wall -Wno-unknown-pragmas -fvisibility=hidden -mtune=generic -mfpmath=sse -I/usr/local/include -DNVALGRIND -fno-exceptions -fvisibility-inlines-hidden -DNVALGRIND -ffunction-sections -fdata-sections -O3 -fomit-frame-pointer -ffast-math -g2 -fPIC -DdSINGLE -I/usr/local/include /home/sinan/Proje/CS/plugins/physics/odedynam/odedynam.cpp
/home/sinan/Proje/CS/plugins/physics/odedynam/odedynam.cpp: In member function ‘virtual void CS::Plugin::odedynam::csODEDynamicSystem::Step(float)’:
/home/sinan/Proje/CS/plugins/physics/odedynam/odedynam.cpp:814:49: error: ‘dWorldStepFast1’ was not declared in this scope
...skipped odedynam.so for lack of <plugins!physics!odedynam!>odedynam.o...
make: *** [all] Error 1
do you have any ideas, i can just edit the source of odedynam.cpp but thats not the way i think and i dont want to mess with the code.