Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: RE: [Ethereal-dev] build asn1.dll failed

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Vladimir Zherdenovsky" <Vladimir.Zherdenovsky@xxxxxxxxxxxxxx>
Date: Mon, 18 Jul 2005 09:00:26 +0300
I found the difference of the asn1 from previous plug-ins:
#include <sys/types.h>
#include <sys/stat.h>
#include <errno.h>
These includes are not found in the first three plug-ins.
I have cygwin, SDK, DDK, VC6 and .NET installed - may be this is what
causes the problem, because all of them include these files.
Which files are meant? 
How I can concretize the needed files?
Thanks,
Vladimir


-----Original Message-----
From: ethereal-dev-bounces@xxxxxxxxxxxx
[mailto:ethereal-dev-bounces@xxxxxxxxxxxx] On Behalf Of Ulf Lamping
Sent: Sunday, July 17, 2005 9:12 PM
To: Ethereal development
Subject: Re: [Ethereal-dev] build asn1.dll failed

Vladimir Zherdenovsky wrote:

>I am run nmake makefile.nmake for build ethereal, after checking that
>all the software are installed and all the zip packages downloaded and
>unpacked.
>The make process failed when building asn1.dll.
>I am using [0.10.11] release code, working on win32 (XP) and using VC
>6.0.
>Please help.
>
>   Creating library asn1.lib and object asn1.exp
>packet-asn1.obj : error LNK2001: unresolved external symbol __pctype
>packet-asn1.obj : error LNK2001: unresolved external symbol
>___mb_cur_max
>packet-asn1.obj : error LNK2001: unresolved external symbol _errno
>asn1.dll : fatal error LNK1120: 3 unresolved externals
>  
>
There seems to be a strange problem in your configuration. The symbol:

_errno

should be coming from the compiler libs.

I don't know why this happens in the asn1 plugin, as it's not the first
plugin to be build, it should be a problem in acn already ?!?

Regards, ULFL

_______________________________________________
Ethereal-dev mailing list
Ethereal-dev@xxxxxxxxxxxx
http://www.ethereal.com/mailman/listinfo/ethereal-dev