I ran through the development guide to setup up a wireshark development environment on my windows 7 computer. I have the wireshark 1.12.6 code on my computer in c:\development\wireshark verify_tools and setup complete fine. When running make all I get the following error:
asked 02 Jul '15, 10:41 bigbadbyte edited 02 Jul '15, 12:14 Guy Harris ♦♦ |
One Answer:
Are you sure the command prompt has an admin access? answered 02 Jul '15, 13:10 broccollirob Dang it. That was it. I had it building previously and then went back and tried to do it again and I forgot to run the command prompt from admin. Thanks. (06 Jul '15, 08:47) bigbadbyte Interesting, I've never (intentionally that is) run my command prompts with elevated permissions. Was that intentional originally? If an answer has solved your issue, please accept the answer for the benefit of other users by clicking the checkmark icon next to the answer. Please read the FAQ for more information. (06 Jul '15, 09:25) grahamb ♦ |
What is your cygwin version (uname -a in a cygwin bash shell)? I've just run into this after a cygwin update
CYGWIN_NT-6.1-WOW BIGBADBYTE 2.0.4(0.287/5/3) 2015-06-09 12:20 i686 Cygwin
What happens if you remove the COPYING.txt file from the wireshark-gtk2 directory and try to build it again?