And you still get the error that 'nmake' is not recognized as an internal or external command,operable program or batch file ? (Are you sure about that ?) I don't know how that could possibly happen.
He wrote that he has "already install the Nmake.exe in my perl directory". Now I don't know into which "perl directory" he has installed it, but I suspect that it may not be one actually in %PATH%, but possibly the one in which he is developing code, and nothwistanding the fact that . is usually in %PATH% in Windows systems, it won't be the build directory for Inline builds, IIRC.
| [reply] [d/l] [select] |
I suspect that it may not be one actually in %PATH%
Aaaah ... esp is a wonderful gift ... second only to hindsight :-)
Cheers, Rob
| [reply] |
yes the same problem still exits.I am using windows Xp
| [reply] |
Did you run both the script and 'nmake /?' in the same cmd.exe shell ?
Can you provide a copy'n'paste of 'out.make' ?
Cheers, Rob
| [reply] |
'nmake' is not recognized as an internal or external command,operable program or batch file.
when i run the name /? in the script folder it will also show me the error as above.should i lack somthing
| [reply] |
out.make file contains ::'nmake' is not recognized as an internal or external command,operable program or batch file.
when i run the name /? in the script folder it will also show me the error as above.should i lack somthing
| [reply] |