from /home/steve/opengc55-fgfs094/opengc/Source/Base/main.cpp:45: /usr/include/c++/3.3.3/cstring:79: error: `memcpy' not declared /usr/include/c++/3.3.3/cstring:80: error: `memmove' not declared
#include <cstdlib>
/usr/include/c++/3.3.3/cstring:81: error: `strcpy' not declared /usr/include/c++/3.3.3/cstring:82: error: `strncpy' not declared /usr/include/c++/3.3.3/cstring:83: error: `strcat' not declared /usr/include/c++/3.3.3/cstring:84: error: `strncat' not declared
#include <cstring>
Should fix that lot.
from /home/steve/opengc55-fgfs094/opengc/Source/Base/main.cpp:45: /usr/include/c++/3.3.3/cmath: At global scope:
using namespace std; will help
#include <cstdlib> #include <cstring> #include <iostream>