Skip to content

Get the core RemotingServerManager modules to compile on MacOS

  1. Disabled the mac file information helper.
  2. Added missing include for sstream
  3. Fix for cpython < 3.9

With these changes, RemotingServerManager[,Views], RemotingPythonAsyncCore now build successfully. As a result, basic rpc, python asyncio stuff works and unit tests pass. Although, Qt and OpenGL are broken - so anything to do with the render/qt-client service will crash.

Edited by Jaswant Panchumarti (Kitware)

Merge request reports