Distributed-CompileC from xcodebuild?
Distributed-CompileC from xcodebuild?
- Subject: Distributed-CompileC from xcodebuild?
- From: "Brian Helinski" <email@hidden>
- Date: Fri, 25 Mar 2005 12:11:29 -0500
How can I get the same distributed build behavior from xcodebuild on the
command line that I see when I build from within XCode UI. When a
compilation starts in the Detailed Build window I see something like:
Distributed-CompileC somefile.o somefile.cpp normal ppc c++
com.apple.compilers.gcc.version
cd /SomeDir
/usr/bin/distcc /usr/bin/gcc -x c++ ...
But when I attempt to compile using the same project on the command line, it
does not use the distributed build features of XCode:
foobar$ xcodebuild -project myProj.xcode -activetarget -buildstyle
Development
CompileC somefile.o somefile.cpp normal ppc c++
com.apple.compilers.gcc.version
cd /SomeDir
/usr/bin/gcc -x c++ ....
Can anyone explain to me the correct way to get this to work from the
terminal,
and still distribute properly to all of the machines listed in the XCode
Prefs,
including Dual CPU machines?
Regards,
Brian
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden