On 22.06.2012 11:37, Andre Fischer wrote:
there are build breakers on all three platforms
- Windows7
[...]
could be caused by missing DLLs when the compiler is called to detect
its version. In that case cl does not print anything. I have seen
something similar when I tried to use the 2010 dev studio.
I made the configure step a bit more verbose and now it shows that the
problem is "cl.exe: error while loading shared libraries: mspdb100.dll".
This might be solved by following the advise given in
http://stackoverflow.com/a/2992862 to run "path\to\VC\bin\vcvars32.bat"
before calling the compiler.
Herbert