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

error during setup

0

while running "nmake -f makefile.nmake verify_tools " i am getting an error as end of file found before next directive, i replaced make file with other makefile but its still giving the same error. please reply if u hv any idea to solve this case.

asked 08 Jun '11, 22:22

sagu072's gravatar image

sagu072
35232428
accept rate: 0%


One Answer:

0

What do you mean by, "i replaced make file with other makefile"? Which makefile(s) are you referring to? It sounds like you might have made some modifications to one or more files, with one makefile in particular being one you tried to revert back to the original, but without luck.

Assuming that's the case, then I would suggest that you download Wireshark sources again and make sure you're able to run "nmake -f makefile.nmake verify_tools " with the stock Wireshark sources first before you try modifying anything. Once you confirm that you can do that, then make modifications as needed. Better still might be to have 2 complete source directories - one that is left untouched and one that you are working on. If you happen to break something in your working copy, you can run a diff against the pristine sources to help you determine what you might have done wrong.

answered 09 Jun '11, 20:00

cmaynard's gravatar image

cmaynard ♦♦
9.4k1038142
accept rate: 20%