Hello i'm compiling for the 1st time wireshark. I've followed the Win32 related part on the developers guide.

Check with the verify_tools : OK distclean: OK nmake .... setup OK

nmake .... all : fails because in the crc7.c the compiler find a reference to stdint.h file not found.

I'm using VS2008EE

Thanks,

Paolo

asked 19 Jul '12, 06:23

villanip's gravatar image

villanip
1111
accept rate: 0%


OK, googling i've found that the stdint.h header file is missing in the C:\Program Files\Microsoft Visual Studio 9.0\VC\include directory.

I've looked for a copy of the ISO stdint.h header file (it contains definitions for integer standard sizes and types) and i placed it in the C:\Program Files\Microsoft Visual Studio 9.0\VC\include

Compiled everithing again and it seems it work.

Regards,

Paolo

link

answered 19 Jul '12, 07:23

villanip's gravatar image

villanip
1111
accept rate: 0%

Removal of the not needed includes Committed revision 43830.

(19 Jul '12, 08:05) Anders ♦

thanks! I had the same problem too

(21 Jul '12, 13:13) ybitz

Anders - change 43830 removed the includes from crc7.c. In order to get my windows build to work I also removed those includes from crc7.h... I must be missing something.

(22 Jul '12, 08:22) MartinM

I think it was I who missed something ;-)

(22 Jul '12, 09:41) Anders ♦
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×1
×1

Asked: 19 Jul '12, 06:23

Seen: 382 times

Last updated: 22 Jul '12, 09:41

Related questions

powered by OSQA