- Code: Select all
[ 17%] Building CXX object libs/network/CMakeFiles/network.dir/src/MultipleConnectPlugin.cpp.o
[ 17%] Building CXX object libs/network/CMakeFiles/network.dir/src/NetworkUtils.cpp.o
/home/username/Development/ZeroBallistics/zb-svn/trunk/code/libs/network/src/NetworkUtils.cpp: In function ‘void network::initializeSecurity(RakPeerInterface*, const string&, bool)’:
/home/username/Development/ZeroBallistics/zb-svn/trunk/code/libs/network/src/NetworkUtils.cpp:65:2: error: ‘big’ has not been declared
/home/username/Development/ZeroBallistics/zb-svn/trunk/code/libs/network/src/NetworkUtils.cpp:65:11: error: expected ‘;’ before ‘e’
/home/username/Development/ZeroBallistics/zb-svn/trunk/code/libs/network/src/NetworkUtils.cpp:66:2: error: ‘RSA_BIT_SIZE’ was not declared in this scope
/home/username/Development/ZeroBallistics/zb-svn/trunk/code/libs/network/src/NetworkUtils.cpp:66:15: error: expected ‘;’ before ‘n’
/home/username/Development/ZeroBallistics/zb-svn/trunk/code/libs/network/src/NetworkUtils.cpp:68:25: error: ‘e’ was not declared in this scope
/home/username/Development/ZeroBallistics/zb-svn/trunk/code/libs/network/src/NetworkUtils.cpp:69:25: error: ‘n’ was not declared in this scope
/home/username/Development/ZeroBallistics/zb-svn/trunk/code/libs/network/src/NetworkUtils.cpp:79:21: error: ‘RSA_BIT_SIZE’ was not declared in this scope
/home/username/Development/ZeroBallistics/zb-svn/trunk/code/libs/network/src/NetworkUtils.cpp:79:35: error: ‘p’ was not declared in this scope
/home/username/Development/ZeroBallistics/zb-svn/trunk/code/libs/network/src/NetworkUtils.cpp:79:36: error: ‘BIGHALFSIZE’ was not declared in this scope
/home/username/Development/ZeroBallistics/zb-svn/trunk/code/libs/network/src/NetworkUtils.cpp:80:35: error: ‘q’ was not declared in this scope
make[2]: *** [libs/network/CMakeFiles/network.dir/src/NetworkUtils.cpp.o] Error 1
make[1]: *** [libs/network/CMakeFiles/network.dir/all] Error 2
make: *** [all] Error 2
Any suggestions?