Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Distribute ProjectBuilder builds using 10.2' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Distribute ProjectBuilder builds using 10.2
Authored by: buserror on Aug 04, '03 12:29:33PM

I tried to build a cross compiler for OSX that ran on Linux x86, and never managed to do it. The gcc-darwin NEEDS to be built on... darwin only.
That sucks big time, because I have a few linux boxes lying around.

I planned to used disttcc to do distributed builds as early as last year; but apple's gcc is useless. Until they cleanup the build system it's useless.

Related to the article:
+ You don't need ALL the devtools for the distributed builds to work with distcc; you only need the compiler. distcc sends the source already precompiled so you don't need any headers; and the link is done localy so you don't need any special libraries.
+ In projectbuilder you need to set the "Numbe of concurent tasks" do the number of CPUs used in your mini-cluster.



[ Reply to This | # ]