Paweł Witas
Paweł Witas
I removed all mods, verified KSP files by Steam and now scatterer is working fine in the Tracking Station. I will test what mod conflicts with scatterer, starting with Kopernikus,...
I determined that the minimum set of mods for the glitch to occur (under Linux) is: BeyondHome Kopernicus ModularFlightIntegrator scatterer ModuleManager BeyondHome kind of works without Parallax mod, but there...
You can mitigate this glitch by selecting a vessel and switching to Map view, then going back to the Tracking Station.
This preprocessor code is no longer there (in file mprintf.c)! ``` #if (defined(__BORLANDC__) && (__BORLANDC__ >= 0x520)) (...) # define MP_HAVE_INT_EXTENSIONS #endif ``` Instead it is now: ``` #if (defined(_WIN32_WCE))...
But it is still on the market as a part of Embarcadero C++ Builder or Embarcadero Rad Studio. And some people are still using it to develop Windows apps. So...
There are other compilers (defined in the file system.h) that will generate libcurl code affected by this parser error: ``` #elif defined(__POCC__) # if (__POCC__ < 280) (...) # elif...