Hello,
I'm getting a compile error on my system, Kubuntu 9.10 with gcc 4.4.1. Has anyone else experienced this?
Adding "#include <cstring>" to PlugIn.cpp fixes the problem for me.
Compiling ../src/PlugIn.cpp... ../src/PlugIn.cpp: In static member function ‘static OpenSteer::PlugIn* OpenSteer::PlugIn::findByName(const char*)’: ../src/PlugIn.cpp:105: error: ‘strcmp’ was not declared in this scope make: *** [PlugIn.o] Error 1
Log in to post a comment.
Hello,
I'm getting a compile error on my system, Kubuntu 9.10 with gcc 4.4.1. Has anyone else experienced this?
Adding "#include <cstring>" to PlugIn.cpp fixes the problem for me.