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

Ethereal-dev: [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: Sun, 17 Jul 2005 19:44:38 +0300
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.

==================printout=====================================
        cd ..
        cd asn1
        NMAKE /                   -f Makefile.nmake

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

        cl /DHAVE_WIN32_LIBETHEREAL_LIB /D_NEED_VAR_IMPORT_
/DHAVE_CONFIG_H /I..
/.. /I../../wiretap /IC:\ethereal-win32-libs\glib\include\glib-2.0
/IC:\etherea
l-win32-libs\glib\lib\glib-2.0\include
/IC:\ethereal-win32-libs\WPdpack\include
 -D_U_="" /Zi /DWIN32 /W3 /c packet-asn1.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for
80x86
Copyright (C) Microsoft Corp 1984-1998. All rights reserved.

packet-asn1.c
        link -dll /out:asn1.dll /NOLOGO /INCREMENTAL:no /MACHINE:I386
/DEBUG /DE
FAULTLIB:msvcrt /NODEFAULTLIB:libc packet-asn1.obj
..\..\epan\libethereal.lib  C
:\ethereal-win32-libs\glib\lib\glib-2.0.lib
C:\ethereal-win32-libs\glib\lib\gmo
dule-2.0.lib  C:\ethereal-win32-libs\glib\lib\gobject-2.0.lib
   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
NMAKE : fatal error U1077: 'link' : return code '0x460'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual
Studio\VC98\bin\N
MAKE.EXE"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual
Studio\VC98\bin\N
MAKE.EXE"' : return code '0x2'
Stop.
======================================================================
Thanks,
Vladimir