Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: RE: [Ethereal-dev] Can't make on Windows with Visual C++ on latest CVS

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Greg Morris" <gmorris@xxxxxxxxxx>
Date: Mon, 22 Mar 2004 10:14:58 -0700
For the life of me I could not get register.c to build. I had to make
the following change in the epan/makefile.nmake...
 
register.c: $(DISSECTOR_SRC)
!IFDEF PYTHON
 @echo Making register.c (using python)
 @$(PYTHON) ..\make-reg-dotc.py . $(DISSECTOR_SRC)

The original source had @$(PYTHON) ../make-reg-dotc.py .
$(DISSECTOR_SRC). I had to change the "/" to a "\"
 
Can anyone else validate this?
 
Greg