A week has passed and the build bots still fail with the same messages
(well, thanks to Herbert the Windows7 bot shows a slightly more helpful
message for the same problem.)
Five minutes ago I found and fixed a typo in the area of the Linux
problem. That will not fix the failing test but hopefully will show
more diagnostics to better pinpoint the exact line where the test is run.
-Andre
On 22.06.2012 11:37, Andre Fischer wrote:
Hi,
there are build breakers on all three platforms
- Windows7
in shell_2:
has ./configure: line 7952: test: : integer expression expected
./configure: line 7957: test: : integer expression expected
./configure: line 7962: test: : integer expression expected
configure: error: Compiler too old. Use Microsoft C/C++ .NET 2003/2005
compiler.
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.
- Linux64
in compile_2 there is the line
./configure: line 11931: test: : integer expression expected
@Andrew: can you post the config.log and configure files so that we can
better analyze the cause of this bug?
- Linux32
the build breaker seems to be caused by my recent changes in
ext_libraries/serf. It may be sufficient to make a clean build.
@Andrew: can you trigger that?
Regards,
Andre