[Buildbot-devel] VC8 and VC9 errors and lack of logs

Benoît Allard benoit at aeteurope.nl
Thu Dec 2 08:58:58 UTC 2010


Rishi Verma wrote:
> Hi All,
> 
> I played with this some more and discovered a few things.  Since I had /UseEnv enabled, devenv was choking on it, changing the command to devenv.com fixed that issue and actually produced output for stdio, warnings and errors.
> 
> The VC9 builds still seem to fail, setting the command to devenv.com made it easier to figure out, which clearly showed that it was running the wrong version of Visual Studio, it was still running VC8 devenv and therefore could not use my newer solution file.  
> 
> Any work arounds to the VC9 issue, besides rewriting environment setup step?
> 
> Cheers,
> Rishi
> 

Hi Rishi,

It looks strange to me that the wrong Visual Studio is being called ... 
I guess the reason for that is that both directory are in your $PATH, 
and VC8 at first. Can you figure out why does your VC8 devenv is in your 
path during the vc9 step ? As the environment setup step for VC9 should 
only add path that are relative to the VC9 install dir ...

A solution for you though would be to call directly the right devenv, 
specifying it absolutely.

Regarding the .com/.exe difference, It is the second time in one month I 
see discussion on this list about that, I'll try to generate a patch 
soon for that.

Regards,
Benoit
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 6031 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://buildbot.net/pipermail/devel/attachments/20101202/72b1670e/attachment.bin>


More information about the devel mailing list