I can build, but I can't use the VS2010 step-through debugger.  The usual cause 
of this is VS thinking its source is out of sync (like when I forget to 
recompile a dissector change, even if its just a comment change).  Based on 
recent developments, I suspect the problem is this:

        ..\tools\lemon\lemon t=..\tools\lemon\lempar.c dtd_grammar.lemon
        cl  /DPCAP_VERSION=4_1_2 /Zi /W3 /MD /DWIN32_LEAN_AND_MEAN /DMSC_VER_REQ
UIRED=1600  /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE /D_BIND_TO_CU
RRENT_CRT_VERSION=1 /MP /GS /w34295  /I. /I.. /I../wiretap /IC:\Wireshark-win32-
libs\gtk2\include\glib-2.0  /IC:\Wireshark-win32-libs\gtk2\lib\glib-2.0\include
 -DG_DISABLE_DEPRECATED  -DG_DISABLE_SINGLE_INCLUDES  /IC:\Wireshark-win32-libs\
zlib125\include /IC:\Wireshark-win32-libs\c-ares-1.7.1-win32ws/include   /IC:\Wi
reshark-win32-libs\lua5.1.4\include /IC:\Wireshark-win32-libs\gnutls-2.12.18-1.2
-win32ws\include /DNOCRYPT /DIMPORT_LIGNUTLSDLL /IC:\Wireshark-win32-libs\WPdpac
k\include   /IC:\Wireshark-win32-libs\libsmi-svn-40773-win32ws\include /IC:\Wire
shark-win32-libs\GeoIP-1.4.8-2-win32ws/include -Fd.\ -c dtd_grammar.h 
dtd_parse.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 16.00.40219.01 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.
cl : Command line warning D9024 : unrecognized source file type 
'dtd_grammar.h', object file assumed
cl : Command line warning D9027 : source file 'dtd_grammar.h' ignored 
dtd_parse.c
 
It seems in line with the other changes originally necessary to build the 
plugins that used lex.  I'm not familiar enough with the makefiles to know why 
it builds into libwireshark.dll, but VS doesn't consider it "most recent"



-----Original Message-----
From: Guy Harris <g...@alum.mit.edu>
To: Developer support list for Wireshark <wireshark-dev@wireshark.org>
Sent: Sat, Feb 9, 2013 3:06 pm
Subject: Re: [Wireshark-dev] Windows build broken



n Feb 9, 2013, at 9:11 AM, Anders Broman <a.bro...@bredband.net> wrote:
> mman...@netscape.net skrev 2013-02-09 18:04:
> After trying rev 47586, I get comparible build errors with the wimaxasncp 
lugin (which is built after (successful) mate plugin).  Do comparible changes 
eed to be made there as well?
 I guess, I was to lazy to make a complete distclean I just made it in the mate 
ir.
The current top-of-trunk seems to work on my Win7 VM.
___________________________________________________________________________
ent via:    Wireshark-dev mailing list <wireshark-dev@wireshark.org>
rchives:    http://www.wireshark.org/lists/wireshark-dev
nsubscribe: https://wireshark.org/mailman/options/wireshark-dev
            mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe


___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@wireshark.org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Reply via email to