$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Alex Besogonov (cyberax_at_[hidden])
Date: 2006-04-26 10:56:21
Vladimir Prus wrote:
>> Well, for a start, it doesn't generate .pdb's at the moment. :-) The
>> problem is that when compiling two files that use the same .pdb, one
>> locks the file and the other fails to compile when it tries to open the
>> locked .pdb for writing.
> And what are possible solution, other then serializing compile actions?
It's possible to create several .pdb-files - one for each build process.
In fact, my first try at using -Fd option created a .pdb file for each
.obj file.
We have a few licenses for IncrediBuild (parallel build support for
MSVS) and it somehow works with .pdbs and precompiled headers. I'll try
to see how it works...
PS: It's possible to download trial version of IncrediBuild at
http://www.xoreax.com/main.htm .
-- With respect, Alex Besogonov (cyberax_at_[hidden])