Ed, Thank you so much for your suggestion. I tested it based on your suggestion and it is working now. Thanks again.
Eugene -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Ed Beroset Sent: Thursday, December 08, 2011 12:53 PM To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] for error on verify tools installed for Wireshark development "Song, Yuyin" wrote: > >I am new to Whireshark development. I have installed all tools and Wireshark >development version. When I verify all tools installed using command "nmake –f >Makefile.nmake verify_tools". >I got the error message "namke: fatal error U1073: don't konw hpw to make '-f' >". What is the problem? how to fix it? Please advise. I suspect that the problem could be that although they look the same, you're entering the unicode character for '-' (hex value e28093) rather than the ASCII character '-' (hex value 2d). I was able to test this hypothesis on my machine by entering a "long dash" in Word and then cutting and pasting that into the command you mention. That's the only way I can think of to get the error you describe. I hope that helps. Ed ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
