Configuring Intel C++ 11.1
Posted: Sat Oct 30, 2010 9:22 am
Using CodeLite 2.7.0.4375 in Windows XP with Visual Studio 2008 installed.
Trying to get Intel C++ 11.1 to cooperate. I wish a setup was included like it is for G++ and VC++.
I added a new compiler to the build settings. That went ok.
But where should I put the calls to Intel "iclvars.bat" and "vcvarsall.bat"
Everything I've tried gives me problems, starting with:
icl: warning #10114: Microsoft Visual C++ not found in path
Then:
D:/My Code Projects/My CodeLite/workspace/main.cpp(1): catastrophic error: could not open source file "stdio.h"
#include <stdio.h>
I started using CodeLite for Qt development. I've been using Eclipse and Netbeans for years, but the nimbleness of CodeLite is very attractive.
Any assistance getting Intel to work is very appreciated.
JC
Trying to get Intel C++ 11.1 to cooperate. I wish a setup was included like it is for G++ and VC++.
I added a new compiler to the build settings. That went ok.
But where should I put the calls to Intel "iclvars.bat" and "vcvarsall.bat"
Everything I've tried gives me problems, starting with:
icl: warning #10114: Microsoft Visual C++ not found in path
Then:
D:/My Code Projects/My CodeLite/workspace/main.cpp(1): catastrophic error: could not open source file "stdio.h"
#include <stdio.h>
I started using CodeLite for Qt development. I've been using Eclipse and Netbeans for years, but the nimbleness of CodeLite is very attractive.
Any assistance getting Intel to work is very appreciated.
JC