marksatt / DistCode

A GUI & Xcode plugin for the distcc distributed compiler using dmucs for compile host management
Other
71 stars 16 forks source link

Compile uses only the coordinator machine #8

Open nickbit opened 8 years ago

nickbit commented 8 years ago

Installed DistCode 2.0 I have 2 macs in the same network (WiFi) and see them both in the Hosts pane (without a name but their IP address). I've set the compiler to distcc for my project Compile starts but it uses only the coordinator machine.

Any suggestions?

ahanganu commented 8 years ago

I had to make sure that clang and sdk versions are identical among the machines and that one is a coordinator and the second one connects to it. After that it worked.