What's your build environment details? It's hard to give relevant answers without more background info!
For example: 1. Win32 with CYGWIN? 2. What version of MS VC++? 3. What version of Wireshark source, SVN (when updated last?) or 0.99.3 tar ball? 4. Were you able successfully build before changes? > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Feren > Sent: Tuesday, September 19, 2006 12:32 PM > To: Developer support list for Wireshark > Subject: Re: [Wireshark-dev] newbie build problem with python > ->gnutls/openssl.h > > > > --- Shelly Cadora <[EMAIL PROTECTED]> wrote: > > > Hey, guys. > > [ snip ] > > > If I try the make again without doing a clean first, then I get a > > different error: > > packet-dtls.c > > > C:\wireshark-win32-libs\gnutls-1.5.0-1\include\gnutls\openssl.h(94) : > > error > > C205 > > 9: syntax error : 'type' > > > > Line 94 in openssl.h is a "typedef gnutls_x509_dn X509_NAME". > > That's as far as I've gotten. I don't know why it finds the file > > the second time I run nmake and then I don't know why it > barfs on that typedef. > > I ran into the same typedef problem last night. > > I haven't figured out why the MS compiler is choking on that > typedef yet. > > I changed X509_NAME to FUBAR_TYPE and the compiler was happy. > You could probably just comment out the typedef and > functions that use it since I don't see any evidence that > Wireshark actually calls those functions or uses that typedef. > > I would, however, love a better explaination than just > because it seems to work. > > -Andrew > > -Andrew Feren > [EMAIL PROTECTED] > _______________________________________________ > 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
