Changes

Jump to: navigation, search

Talk:Distcc With MSVC

1,241 bytes added, 23:55, 6 September 2007
1, how to make several threads working together?
[[User:Themystic|Themystic]] 21:08, 6 September 2007 (EDT)
 
 
== thanks for your reply: ==
 
 
I wonder that what's your method using the distcc-vc? because this question I mentioned here should be meet when somebody use distcc tools to compile the vc projects, but why there aren't anything about it? ^-^
 
I invoke the gnu make at the cygwin bash:$ make -j4 -fgnumakefile.mk all
 
cl option is: /nologo /MLd /w /W0 /GX /Z7 /Od /I /FR"./debug/\" /Fp"./debug/Lib-vrp.pch" /YX /Fd"./debug/\"
/FD /GZ /c
 
the error is :
fatal error C1033: cannot open program database 'directoryname\vc60.idb'
C:/Cygwin/tmp/distccd_de56c7fd.c(0) : fatal error C1033: cannot open program dat
abase 'c:\cygwin\tmp\vc60.idb'
distcc[3724] ERROR: compile filename.c on 1.1.1.1 failed with exit code 2
make: *** [debug/filename.obj] Error 2
distccd_8b6cc7fd.c
C:/Cygwin/tmp/distccd_8b6cc7fd.c(0) : fatal error C1033: cannot open program dat
abase 'c:\cygwin\tmp\vc60.idb'
distcc[7040] ERROR: compile filename.c on 1.1.1.1 failed with exit code 2
make: *** [debug/filename1.obj] Error 2
 
the read operation of the idb file is performed by cl.exe (maybe, because I don't access it (in my makefile, don't mention the file) but the cl.exe report the error), I thought maybe the cl.exe will accessed the file whenever compile a file?
== 2, how to dealwith the pdb file? Can the distcc maintain the debug informations when distributing the compile task? ==

Navigation menu