Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

ipp-samples

pramolia1985
Beginner
343 Views
hi all
when i run the batch file , i get a 'failed ' message for all the modules.
the log file says the error is "'nmake' is not recognized as an internal or external command,
operable program or batch file."
I have an directx sdk installed. Wat could i do abt it?
thanks
pragnesh
0 Kudos
1 Reply
Sergey_K_Intel
Employee
343 Views
Quoting - pramolia1985
hi all
when i run the batch file , i get a 'failed ' message for all the modules.
the log file says the error is "'nmake' is not recognized as an internal or external command,
operable program or batch file."
I have an directx sdk installed. Wat could i do abt it?
thanks
pragnesh
Pragnesh! This means that environment setup bat files were not able to properly set your compiling environment. Please make sure you have a valid installation of one of supported compilers (VS2003/2005/2008) from Microsoft or Intel compiler. They must be installed in default directories. Then, you may additionally specify the compiler with parameter to bat file.
build{32|64|em64t}.bat [ cl7 | cl8 | cl9 | icl101 | icl110 ]
After that environment setup batch files will call environment setup files of specific compiler and your "nmake" call will have a PATH.
Regards,
Sergey
0 Kudos
Reply