Re: Build checks failing on 29.0+ with ICC

2014-05-13 Thread xunxun
This is because 29.0 has enabled ICU module, whose configure is not so compatible well with ICC compiler. . You can hacker js/src/configure.in like this, it should have better method, but I have no time to check this ( VC2010+ICC14 pass it ): @@ -1656,8 +1656,8 @@ _USE_CPP_INCLUDE_FLAG=1

Re: Build checks failing on 29.0+ with ICC

2014-05-13 Thread Mike Hommey
On Tue, May 13, 2014 at 02:40:19PM -0700, Alex wrote: > The warning in question: > > http://i58.tinypic.com/fjoyg1.png > > Config.log: > http://pastebin.com/NYwxinju The relevant config log would appear to be js/src/config.log, not config.log. Mike __

Build checks failing on 29.0+ with ICC

2014-05-13 Thread Alex
The warning in question: http://i58.tinypic.com/fjoyg1.png Config.log: http://pastebin.com/NYwxinju The same exact build configuration worked fine for 28.0, and I compared both config logs and they produce the same output. Has anything changed regarding build checks? I see there's lots changin