Due to latin1string being added to mozilla33, Intel C++ can no longer compile due to a compiler bug. A workaround would be to have the affected files compiled with cl instead of icl. libspeex_resampler has this issue but can be averted by creating a Makefile in media/libspeex_resample/src and setting CC and CXX = cl.
This method doesn't seem to work inside of js/src/builtin. Is there any reason the Makefile is ignored inside this directory? _______________________________________________ dev-builds mailing list dev-builds@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-builds