The following is from an email I sent to the DEV list without response. This is how I fixed the problem locally.
Using OS: Win XP SP2 Dev Env: MS VC 6 & CYGWIN 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 > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Nina Pham > Sent: Tuesday, July 11, 2006 4:32 PM > To: [email protected] > Subject: [Wireshark-dev] making register.c - python problem > > I have python installed on C:/python24/python.exe, and set > this in config.nmake. However, I have following permission > denied error: > > Making register.c (using python) > C:/python24/python.exe: can't open file '..': [Errno 13] > Permission denied NMAKE : fatal error U1077: > 'C:/python24/python.exe' : return code '0x2' > Stop. > NMAKE : fatal error U1077: > 'C:\PROGRA~1\MICROS~4\VC98\BIN\NMAKE.EXE' : > return co > de '0x2' > Stop. > NMAKE : fatal error U1077: > 'C:\PROGRA~1\MICROS~4\VC98\BIN\NMAKE.EXE' : > return co > de '0x2' > Stop. > > Please help. > > _______________________________________________ > Wireshark-dev mailing list > [email protected] > http://www.wireshark.org/mailman/listinfo/wireshark-dev > > ______________________________________________________________ > _______________ > Scanned by IBM Email Security Management Services powered by > MessageLabs. For more information please visit > http://www.ers.ibm.com > ______________________________________________________________ > _______________ > _______________________________________________ Wireshark-dev mailing list [email protected] http://www.wireshark.org/mailman/listinfo/wireshark-dev
