01-26-2014, 12:00 AM
tigerw, what do you mean with "the world object", the entire cWorld instance? That should be ever deleted only when the server is shutting down.
STR, that seems like something internal to CMake, I'd try, in this order:
- re-run cmake:
- delete the $/CMakeCache.txt file, then re-run cmake with whatever compiler you want to select:
- Delete everything except for the .git folder, then re-checkout:
STR, that seems like something internal to CMake, I'd try, in this order:
- re-run cmake:
Code:
cmake .
Code:
cmake -G "Visual Studio 9 2008" .
Code:
git checkout -- *
cmake -G "Visual Studio 9 2008" .