If you get it to run let me know how. I got it to run as far as the little blurb that says "Init dissectors...". Then it crashes.
I haven't made much progress beyond that. I've been wrestling with windbg. -Andrew --- Shelly Cadora <[EMAIL PROTECTED]> wrote: > Great! That did the trick. It doesn't *run*, but at least it compiles... > > Thanks for the suggestion, > Shelly > > ------------------------------ > > Message: 2 > Date: Tue, 19 Sep 2006 09:32:05 -0700 (PDT) > From: Andrew Feren > Subject: Re: [Wireshark-dev] newbie build problem with python -> > gnutls/openssl.h > To: Developer support list for Wireshark > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=iso-8859-1 > > > > --- Shelly Cadora 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] > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > _______________________________________________ > Wireshark-dev mailing list > [email protected] > http://www.wireshark.org/mailman/listinfo/wireshark-dev > -Andrew Feren [EMAIL PROTECTED] _______________________________________________ Wireshark-dev mailing list [email protected] http://www.wireshark.org/mailman/listinfo/wireshark-dev
