Page 1 of 1

Configuring Intel C++ 11.1

Posted: Sat Oct 30, 2010 9:22 am
by simcode
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

Re: Configuring Intel C++ 11.1

Posted: Sat Oct 30, 2010 11:31 am
by jfouche
For Visual Studio compiler, I start a command prompt, call vcvarsall.bat, and launch codelite from this command prompt. Like this, CodeLite will inherit the environment variables declared in the vcvarsall.bat script.
I suggest you to do the same for Intel.