I added this:
*if* ( !detectedCompiler )
{
compilerPrefix = "";
compilerCommand = "distcc";
detectedCompiler = TryToDetectThisCompiler ( compilerCommand );
}
It detects and displays:
Compiler detected ... (distcc)
Or something similar.
However, it doesn't seem to make a difference. It appears that g++ gets
called a bunch of times, and distcc never shows up in the local process
list (or the remote one, for that matter.)
Am I missing something? (Why is g++ being run for a c file anyway?!)
You need to add a check for distcc to rbuild. Open
mingw.cpp (IIRC) and
search for compilerCommand.
Casper
_______________________________________________
Ros-dev mailing list
Ros-dev(a)reactos.org
http://www.reactos.org/mailman/listinfo/ros-dev