• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Distributed-CompileC from xcodebuild?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Prev by Date: NSProgress Indicator
  • Next by Date: Xcode 2.0 Questions and Wishlist
  • Previous by thread: NSProgress Indicator
  • Next by thread: Xcode 2.0 Questions and Wishlist
  • Index(es):
    • Date
    • Thread