I add the intel compiler 11&12 support (C/C++/Fortran) in C::B, and the patch only works on Windows and if you have VS2008 or VS2010.
Good luck! :P
Quote from: xunxun1982 on November 13, 2010, 12:44:33 PM
....and the patch only works on Windows and if you have VS2008 or VS2010...
Why?
Quote from: oBFusCATed on November 14, 2010, 08:04:35 PM
Quote from: xunxun1982 on November 13, 2010, 12:44:33 PM
....and the patch only works on Windows and if you have VS2008 or VS2010...
Why?
Sorry for my expression. I mean if you have intel compiler 11-12 on VS2008 or VS2010, you can try this patch, because I only write for the two.
We use Intel Compiler 10 on linux and CMake, but I have some issues with the parsing of output. Would your patch be of any interest for me ?
Maybe one of you can tell me in which files the configuration regex expressions in "Settings -> Compiler -> Intel C/C++ -> Other Settings -> Advanced Options -> Output parsing" are written? I have improved the Intel 10 Linker and Compiler parsing somewhat and would like to share it with colleagues and other users. I would post the files once I know where they files are (I assume you can import them?) but I am not sure in which forum I should post it (here?).
Quote from: pclausen on November 23, 2010, 06:08:40 PM
We use Intel Compiler 10 on linux and CMake, but I have some issues with the parsing of output. Would your patch be of any interest for me ?
Maybe one of you can tell me in which files the configuration regex expressions in "Settings -> Compiler -> Intel C/C++ -> Other Settings -> Advanced Options -> Output parsing" are written? I have improved the Intel 10 Linker and Compiler parsing somewhat and would like to share it with colleagues and other users. I would post the files once I know where they files are (I assume you can import them?) but I am not sure in which forum I should post it (here?).
About the files the (user-created) regexes are stored in (and how to share them): http://forums.next.codeblocks.org/index.php/topic,13648.msg92594.html#msg92594 (http://forums.next.codeblocks.org/index.php/topic,13648.msg92594.html#msg92594)
How this use?