> -----Original Message-----
> From: Martin Sebor [mailto:msebor@gmail.com] On Behalf Of Martin Sebor
> Sent: Saturday, June 16, 2007 7:44 PM
> To: stdcxx-dev@incubator.apache.org
> Subject: Windows build error(s)
>
> Looks like we're having some problems in Intel C++ builds on
> Windows (see the error below). Farid, do you know about this?
>
[...]
>
> ### Building solution / Creating HTML log Solution build
> script Checking arguments...
> Loading solution...
> D:\bman5\builds\33687223\source-buildspace\etc\config\windows\
> build.wsf(226,
> 10) (null): Call was rejected by callee.
I've found how to handle this error here:
http://msdn2.microsoft.com/en-us/library/ms228772(vs.80).aspx
Unfortunately, jscript don't present the possibility to install COM
message filter,
so I've just perform the call in a loop with sleep:
http://svn.apache.org/viewvc?view=rev&rev=548682
Farid.
|