User forums > Announcements
Release 12.11 has arrived
Taiki:
Hello, the plugin is (finally) compiled but I still get the error:
icl.exe /nologo -Wall -DCURL_STATICLIB /O1 -Wall -g -DDEBUG /Idata\lib\include /I"C:\Program Files (x86)\Intel\Composer XE\bin\ia32\Include" /IE:\project\data\lib\include /I"C:\Program Files (x86)\Intel\Composer XE 2013\compiler\include" /I"C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include" /I"C:\Program Files\CodeBlocks\MinGW\include" /c "D:\project\AES-rjindael.c" /Fo"D:\project\obj\Debug\AES-rjindael.obj" /Qstd=c99
icl: error #10114: Microsoft Visual C++ not found in path
I customized the line (to add /Qstd=c99), here is it: $compiler /nologo $options $includes /c "$file" /Fo"$file_dir\$object" /Qstd=c99.
oBFusCATed:
What is the command executed on the command line which can be used successfully to build the code?
--- Quote from: Taiki on January 16, 2013, 02:07:55 pm ---I customized the line (to add /Qstd=c99), here is it: $compiler /nologo $options $includes /c "$file" /Fo"$file_dir\$object" /Qstd=c99.
--- End quote ---
This it pretty much the most wrong way to do it. Use the other options in your project's build options or in the compiler's settings.
Taiki:
--- Quote from: oBFusCATed on January 16, 2013, 02:11:01 pm ---What is the command executed on the command line which can be used successfully to build the code?
--- Quote from: Taiki on January 16, 2013, 02:07:55 pm ---I customized the line (to add /Qstd=c99), here is it: $compiler /nologo $options $includes /c "$file" /Fo"$file_dir\$object" /Qstd=c99.
--- End quote ---
This it pretty much the most wrong way to do it. Use the other options in your project's build options or in the compiler's settings.
--- End quote ---
The line work on the ICC command line utility but the path is different: http://pastie.org/private/0q2gx3zgm9vo8h1bifp0g
I guess but actually, as I only use c99, I thought it was a good way not to have to set it on every single project I already have.
Alpha:
I forgot to mention that the auto-detect algorithm must be re-run. Could you try starting with a new config file (so none of your old settings potentially interfere), and then post what is generated for the additional/extra paths for ICC?
Taiki:
Remove what is stored in AppData/ is enough to reset prefs?
Also, how to get CB console PATH? Is it the same than the default system PATH?
Edit: Did it, the default path is incorrect for my ICC install (C:\Program Files (x86)\Intel\Composer XE\bin\ia32 on the last version) and I still get the error
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version