> -----Original Message----- > From: Andrew Black [mailto:[EMAIL PROTECTED] > Sent: Friday, May 25, 2007 5:56 PM > To: [email protected] > Subject: Re: [jira] Commented: (STDCXX-188) [Intel C++ > 9.1/Windows] warning #177 in library builds > > Greetings Faird > > The reason the ICC builds on windows aren't showing up is > part exporter bug, part infrastructure bug. The exporter bug > is the same bug that's been plaguing all our catastrophic > failures, where runs with missing attachments aren't > exported. The glue scripts rely on the generated > build_<compiler>.bat scripts. These scripts are generated > for the MSVC compiler, but not for the ICC compiler. Also > note that the last few lines of output from the call to > generate.bat are as follows: > > > Converting solution icc-9.1_ex.sln to ICC. > > > D:\bman5\builds\33651394\source-buildspace\etc\config\windows\ generate.wsf(90, 6) (null): The handle is invalid. >
Hmm. Seemps the previous patch (http://svn.apache.org/viewvc?view=rev&rev=527435) doesn't helps. Let's try the next one: http://svn.apache.org/viewvc?view=rev&rev=542462 Farid.
