This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

nmake /f Makefile.nmake all error

0

after executing nmake /f Makefile.nmake setup succesfully.

When i am executing nmake /f Makefile.nmake all, i am getting an error,

'c:\Program' is not recognized as an internal or external command, operable program or batch file. NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x1'

This question is marked "community wiki".

asked 26 Feb '15, 01:39

Dhruv%20Gupta's gravatar image

Dhruv Gupta
6446
accept rate: 0%

You'll need to show the preceding output to give some context to have a chance of help.

Use nmake -f makefile.nmake > output.txt and edit your question with the contents of output.txt. If it's really big, then a sensible snip of preceding info that appears to be correct would be OK.

(26 Feb '15, 02:12) grahamb ♦