Peter Johansson wrote: > I have not been able to compile Wireshark at all, not once since mid > December. The problem seems to lie in the copying of the help\faq.txt > file to FAQ. This copy operation (cp --preserve help\faq.txt FAQ) > somehow sets different security permissions than that of the > help\faq.txt file. >
It sounds like it would be better to use something like xcopy /Y help\faq.txt FAQ rather than using cygwin cp .... Could you try changing Makefile.nmake to use xcopy ... to see if that works properly in your environment. If so, let us know and I'll commit the change. Bill Meier ___________________________________________________________________________ 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
