ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: [Wireshark-dev] Build of some plugins broken

From: "Anders Broman \(AL/EAB\)" <anders.broman@xxxxxxxxxxxx>
Date: Tue, 2 Jan 2007 11:30:26 +0100
Hi,
Building of some plugins is currently broken:
ib\gobject-2.0.lib asn1.res
   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'

For some reason some plugins builds OK:
all: \
	agentx \
	artnet \
	ciscosm \
	custom \
	docsis \
	enttec \
	giop \
	gryphon \
	h223 \
	irda \
	lwres \
	opsi \
	pcli \
	profinet \
	rlm \
	rtnet \
	rudp \
	sbus \
	stats_tree \
	v5ua

BR
Anders