Older Compilers on the command line can't find...
Hi folks;
Trying to build a simple console app from the command line {using version Intel C++ compiler
10.0.025} since i only have visual C++ Express 2008.
I need to make some changes in some bat or config
or whatever files to get this whole thing working. Please tell me what to do to what file...
There
used to be a good writeup on this somewhere, but i can't find it {after many hours searching}
Here is
the error i get:
C:UsersWHMoweryJrDocumentsDeepLearninToga 1.9DeepLearninToga 1.9.10srcuti l.h(9):
catastrophic error: could not open source file "cstdio" #include <cstdio> ^
here is the iclvars.bat file:
@echo off Rem Intel(R) C++ Compiler for applications running IA-32
echo. echo Intel(R) C++ Compiler for applications running IA-32, Version 10.0.025 echo Copyright (C)
1985-2007 Intel Corporation. All rights reserved. echo.
REM @call "<Microsoft VC++ Bin Dir>BinVcvars32.bat" echo Unable to find Microsoft Visual C++ 6.0 or
better. echo Intel(R) C++ Compiler for applications running IA-32 will not function properly. title
Intel(R) C++ Compiler for applications running IA-32, Version 10.0.025
echo.
SET ICPP_COMPILER10=C:Program Files (x86)IntelCompilerC++10.0.025
SET INTEL_SHARED=C:Program Files (x86)Common FilesIntelShared Files
SET INTEL_LICENSE_FILE=C:Program Files (x86)Common FilesIntelLicenses
SET PATH=%ICPP_COMPILER10%Ia32Bin;%INTEL_SHARED%Ia32Bin;%PATH%
SET LIB=%ICPP_COMPILER10%Ia32Lib;%LIB%
SET INCLUDE=%ICPP_COMPILER10%Ia32Include;%INCLUDE%
|