03-25-2012, 07:48 PM
I've downloaded the RasPi development VM and tried compiling MCServer in it. So far I've run into a problem - ARM doesn't handle va_list as a pointer, but rather a structure. That is in direct contrast with *nix, where the va_list NEEDS to be checked against NULL because on *nix, vsnprintf() fails when passed a NULL va_list.