Re: [Wireshark-dev] Compilation failure: cannot open include file: 'hmac.h' (packet-isakmp.c) / 'des.h' (packet-kerberos.c)

2007-12-11 Thread Kaul
Mine was defined, not even sure why.
Without it, it compiles fine - thanks.

I've filed http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2089 about
this issue.
Perhaps the bug is that nettle is not brought by the 'nmake ... setup'
command?


On Dec 11, 2007 10:02 AM, Stephen Fisher <[EMAIL PROTECTED]> wrote:

> On Tue, Dec 11, 2007 at 09:01:13AM +0200, Kaul wrote:
>
> > Thanks, I've tried that, but it didn't help. Can you tell me where
> > your hmac.h and/or des.h files are located?
>
> I actually don't seem to have those files.  Notice that they're included
> in packet-isakmp.c / packet-kerberos.c within a #ifdef HAVE_LIBNETTLE
> block.  My c:\wireshark\config.h does NOT hav e HAVE_LIBNETTLE defined.
> Does yours?
>
>
> Steve
>
> ___
> Wireshark-dev mailing list
> Wireshark-dev@wireshark.org
> http://www.wireshark.org/mailman/listinfo/wireshark-dev
>
___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev


Re: [Wireshark-dev] Compilation failure: cannot open include file: 'hmac.h' (packet-isakmp.c) / 'des.h' (packet-kerberos.c)

2007-12-11 Thread Stephen Fisher
On Tue, Dec 11, 2007 at 09:01:13AM +0200, Kaul wrote:

> Thanks, I've tried that, but it didn't help. Can you tell me where
> your hmac.h and/or des.h files are located?

I actually don't seem to have those files.  Notice that they're included
in packet-isakmp.c / packet-kerberos.c within a #ifdef HAVE_LIBNETTLE
block.  My c:\wireshark\config.h does NOT hav e HAVE_LIBNETTLE defined. 
Does yours?


Steve

___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev


Re: [Wireshark-dev] Compilation failure: cannot open include file: 'hmac.h' (packet-isakmp.c) / 'des.h' (packet-kerberos.c)

2007-12-10 Thread Kaul
Thanks, I've tried that, but it didn't help. Can you tell me where your
hmac.h and/or des.h files are located?

On Dec 11, 2007 12:31 AM, Stephen Fisher <[EMAIL PROTECTED]> wrote:

> On Sun, Dec 02, 2007 at 10:05:16PM +0200, Kaul wrote:
> > I can't compile latest SVN for the last two days or so, getting:
> >
> > packet-kerberos.c(74) : fatal error C1083: Cannot open include file: '
> des.h':
> > No
> >  such file or directory
> > ...
> > packet-isakmp.c(50) : fatal error C1083: Cannot open include file: '
> hmac.h':
> > No
> > such file or directory
>
> > Any ideas? gnutls related?
>
> Unfortunately, I have no idea since I'm not a regular Windows developer.
> I can say that my Windows build is working fine.  Have you run "nmake -f
> makefile.nmake setup" recently then tried compiling?  That will grab the
> latest libraries for you like you did when you first set up the buil
> environment.
>
>
> Steve
>
> ___
> Wireshark-dev mailing list
> Wireshark-dev@wireshark.org
> http://www.wireshark.org/mailman/listinfo/wireshark-dev
>
___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev


Re: [Wireshark-dev] Compilation failure: cannot open include file: 'hmac.h' (packet-isakmp.c) / 'des.h' (packet-kerberos.c)

2007-12-10 Thread Stephen Fisher
On Sun, Dec 02, 2007 at 10:05:16PM +0200, Kaul wrote:
> I can't compile latest SVN for the last two days or so, getting:
> 
> packet-kerberos.c(74) : fatal error C1083: Cannot open include file: 'des.h':
> No
>  such file or directory
> ...
> packet-isakmp.c(50) : fatal error C1083: Cannot open include file: 'hmac.h':
> No
> such file or directory

> Any ideas? gnutls related?

Unfortunately, I have no idea since I'm not a regular Windows developer. 
I can say that my Windows build is working fine.  Have you run "nmake -f
makefile.nmake setup" recently then tried compiling?  That will grab the
latest libraries for you like you did when you first set up the buil
environment.


Steve

___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev


[Wireshark-dev] Compilation failure: cannot open include file: 'hmac.h' (packet-isakmp.c) / 'des.h' (packet-kerberos.c)

2007-12-02 Thread Kaul
I can't compile latest SVN for the last two days or so, getting:

packet-kerberos.c(74) : fatal error C1083: Cannot open include file: 'des.h':
No
 such file or directory
...
packet-isakmp.c(50) : fatal error C1083: Cannot open include file: 'hmac.h':
No
such file or directory

...
packet-dcerpc-nt.c
Generating Code...
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
9.0\VC\BIN
\cl.EXE"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
9.0\VC\BIN
\nmake.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
9.0\VC\BIN
\nmake.exe"' : return code '0x2'
Stop.


Any ideas? gnutls related?
___
Wireshark-dev mailing list
Wireshark-dev@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-dev