[ros-dev] Can I use 'distcc' to compile ReactOS?

Andrew "Silver Blade" Greenwood lists at silverblade.co.uk
Mon Nov 7 20:18:28 CET 2005


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 at reactos.org
>http://www.reactos.org/mailman/listinfo/ros-dev
>  
>



More information about the Ros-dev mailing list