Another distributed builds problem
Another distributed builds problem
- Subject: Another distributed builds problem
- From: Gerben Wierda <email@hidden>
- Date: Wed, 19 Nov 2003 11:10:48 +0100
I tried looking at the archives but could not find an answer to this
one (and there was no serach interface for this list).
I have tried to get distributed compiling working without success. I
have two systems, both using the same recent Xcode versions. I can see
both systems in Xcode distributed build preferences. distccd is running
on both systems.
Whatever I do, no compile is being run on the other system. I
completely removed the firewall on both systems for testing, but to no
avail.
I also run xcodebuild on the CLI sometimes to create a distribution for
my software. When I do that, I can see that DISTCC_HOSTS is being used.
CompileC
/usr/local/Build/Intermediates/i-Installer.build/i-Installer.build/
Objects-normal/ppc/GWAuthenticator.o GWAuthenticator.m normal ppc
objective-c com.apple.compilers.gcc.3_3
setenv DISTCC_HOSTS "192.168.2.86:3632 localhost"
cd /usr/local/src/II2/i-Installer
/usr/bin/distcc /usr/bin/cc -x objective-c -arch ppc -pipe
-Wno-trigraphs -fasm-blocks -fpascal-strings -g -O0 -mtune=G4
-Wno-four-char-constants -Wmost -O0 -fmessage-length=0
-ffix-and-continue -fzero-link -fpch-preprocess
-F/usr/local/Build/Finished/BuiltProducts -F/usr/local/Build/Finished
-I/usr/local/Build/Finished/BuiltProducts/include
-I//Applications/Utilities/include -I/usr/local/Build/Finished/include
-I/usr/local/Build/Intermediates/i-Installer.build/i-Installer.build/
DerivedSources
-Wp,-header-mapfile,/usr/local/Build/Intermediates/i-Installer.build/
i-Installer.build/i-Installer.hmap -c
/usr/local/src/II2/i-Installer/GWAuthenticator.m -o
/usr/local/Build/Intermediates/i-Installer.build/i-Installer.build/
Objects-normal/ppc/GWAuthenticator.o
But no compile action is taking place on the second machine
(192.168.2.86), it remains idle.
What can I do to get this working?
Thanks,
G
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.