While compiling I got errors about VRPN_CALLBACK in the vrpn package.
something like:
"no ';' found before vrpn_position_callback(void *userdata, const vrpn_TRACKERCB info);"
This was caused by lines like these:
static void VRPN_CALLBACK
vrpn_position_callback(void *userdata, const vrpn_TRACKERCB info);
Anyway, I couldnt find the definition for VRPN_CALLBACK, so I just commented out all occurences, this seems to be working.
FYIO, compiling on win xp, using the VC 2003 .net compiler, latest source from CVS.
Just a heads up, I think I solved it for now.