Thanks for sharing these fixes and observations. It’s always helpful when someone documents build issues and compatibility changes so clearly. The adjustment from s7_NIL to s7_nil sounds like a sensible solution, and it's good to hear that replacing the removed juce::String::compareLexicographically with compareNatural resolved the problem without introducing new issues. The note about the unexpected executable permission on src/Transport.h is also valuable, as file permission quirks can easily cause...