Open main menu

CDOT Wiki β

Changes

Distcc With MSVC

860 bytes added, 18:30, 12 October 2006
Project News
For the most up to date info look up [http://www.foobartastic.com foobartastic]
 
==Oct 12. 2006==
Argh. I have been trying to build firefox using distcc for about 2 weeks, with many small details getting in the way. At one point things were working, but than it stopped and I don't know why. I finally, at one point, got things to build on andrew's machine. But the build failed complaining about (this is one of the many, many things) ''undefined reference operator delete(void*)''. I think it might be because distcc is calling gcc rather than c++. I changed the MOZCONFIG to use CC='distcc gcc' and CXX='distcc g++'. This threw me this ugliness :
make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
Which I told reed about, but has never came across this problem. One nasty solution is to use -j without specifing a number to allow unlimited jobs. At least it's working.
 
In other news, Tom sent a patch.
== Oct. 2 2006 ==
1
edit