Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: xunxun on November 13, 2010, 12:44:33 pm
-
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
-
....and the patch only works on Windows and if you have VS2008 or VS2010...
Why?
-
....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?).
-
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.codeblocks.org/index.php/topic,13648.msg92594.html#msg92594 (http://forums.codeblocks.org/index.php/topic,13648.msg92594.html#msg92594)
-
How this use?