Wireshark

  • Riverbed Technology
  • WinPcap
the world's foremost network protocol analyzer
  • Wireshark
    • About
    • Download
    • Blog
  • Get Help
    • Ask a Question
    • FAQs
    • Documentation
    • Mailing Lists
    • Online Tools
    • Wiki
    • Bug Tracker
  • Develop
    • Get Involved
    • Developer's Guide
    • Browse the Code
    • Latest Builds

Wireshark-dev: [Wireshark-dev] Build for Win XP broken?

Date Index Thread Index Other Months All Mailing Lists
Date Prev Date Next Thread Prev Thread Next


From: "Cook, Timothy" <tcook@xxxxxxxxxxxxxxxxxx>
Date: Fri, 7 Jul 2006 11:52:20 -0400

Using OS: Win XP SP2  Dev Env: MS VC 6 & CYGWIN
 
I'm fairly new to building Wireshark & SVN usage.
 
The changes merged into .\epan\dissectors\Makefile.nmake Rev 18391 broke my build.  I believe there are several other makefile.nmake files affected.  I have been able to continue building by replacing line:
 
 @$(PYTHON) ../../tools/make-dissector-reg.py . dissectors $(DISSECTOR_SRC)
 
with
 
 @$(PYTHON) "../../tools/make-dissector-reg.py" . dissectors $(DISSECTOR_SRC)
 
 
OR
 
 @$(PYTHON) ../../tools/make-dissector-reg.py . plugin $(DISSECTOR_SRC)
 
with
 
 @$(PYTHON) "../../tools/make-dissector-reg.py" . plugin $(DISSECTOR_SRC)
 
 
Has anyone else seen this problem?
 
 
Thanks,
 
-Tim
 
  • Prev by Date: Re: [Wireshark-dev] Was Build problem after update -> PortAudio library
  • Next by Date: Re: [Wireshark-dev] Was Build problem after update -> PortAudio library
  • Previous by thread: [Wireshark-dev] [Fwd: some bugs in wireshark]
  • Next by thread: Re: [Wireshark-dev] [Wireshark-commits] rev 18694: /trunk/doc/ /trunk/doc/: capinfos.pod dumpcap.pod editcap.pod idl2wrs.pod mergecap.pod text2pcap.pod tshark.pod wireshark-filter.pod.template wireshark.pod
  • Index(es):
    • Date
    • Thread

Wireshark and the "fin" logo are registered trademarks of the Wireshark Foundation