2009-11-10 11:12:49 UTC
Hi all,
I installed Visual Studio 2005 + MKL.
Then I created environment variables as instructed at ITPP website.
When I compile itpp_mkl to create libraries I encountered the following errors:
Build Log
Build started: Project: itpp_mkl, Configuration: Debug|Win32
Command Lines
Creating temporary file "c:\itpp-4.0.6\win32\itppmklbuild\Debug\RSP00000459363828.rsp" with contents
[
/Od /I ".." /I "C:\Program Files\Intel\MKL\10.2.2.025\include" /D "WIN32" /D "DEBUG" /D "CRTSECURENODEPRECATE" /D "CRTNONSTDCNODEPRECATE" /D "HAVEMKL" /D "VC80UPGRADE=0x0710" /D "MBCS" /Gm /EHsc /RTC1 /MDd /Fo"itppmklbuild\Debug\" /Fd"itppmklbuild\Debug\vc80.pdb" /W3 /c /ZI /TP "..\itpp\signal\transforms.cpp"
]
Creating command line "cl.exe @"c:\itpp-4.0.6\win32\itppmklbuild\Debug\RSP00000459363828.rsp" /nologo /errorReport:prompt"
Output Window
Compiling...
transforms.cpp
c:\itpp-4.0.6\itpp\signal\transforms.cpp(73) : error C2589: '(' : illegal token on right side of '::'
c:\itpp-4.0.6\itpp\signal\transforms.cpp(73) : error C2143: syntax error : missing ';' before '::'
c:\itpp-4.0.6\itpp\signal\transforms.cpp(89) : error C2589: '(' : illegal token on right side of '::'
c:\itpp-4.0.6\itpp\signal\transforms.cpp(89) : error C2143: syntax error : missing ';' before '::'
c:\itpp-4.0.6\itpp\signal\transforms.cpp(106) : error C2589: '(' : illegal token on right side of '::'
c:\itpp-4.0.6\itpp\signal\transforms.cpp(106) : error C2143: syntax error : missing ';' before '::'
c:\itpp-4.0.6\itpp\signal\transforms.cpp(130) : error C2589: '(' : illegal token on right side of '::'
c:\itpp-4.0.6\itpp\signal\transforms.cpp(130) : error C2143: syntax error : missing ';' before '::'
Results
Build log was saved at "file://c:\itpp-4.0.6\win32\itppmklbuild\Debug\BuildLog.htm"
itpp_mkl - 8 error(s), 0 warning(s)
Could anyone of you please advise me what should I do to compile the libraries>
Thank you very much.