Wireshark-bugs: [Wireshark-bugs] [Bug 12330] New: build failed due to commit 59816ef00c6dd09532d
Bug ID |
12330
|
Summary |
build failed due to commit 59816ef00c6dd09532d80b393ba03f8194aba236
|
Product |
Wireshark
|
Version |
1.99.x (Experimental)
|
Hardware |
x86
|
OS |
Windows 7
|
Status |
UNCONFIRMED
|
Severity |
Major
|
Priority |
Low
|
Component |
Build process
|
Assignee |
bugzilla-admin@wireshark.org
|
Reporter |
xiaochsu@foxmail.com
|
Build Information:
Build Information:
Build Information:
Version 2.1.0
Copyright 1998-2016 Gerald Combs <gerald@wireshark.org> and contributors.
License GPLv2+: GNU GPL version 2 or later
<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiled (32-bit) with Qt 5.5.0, with WinPcap (4_1_3), with libz 1.2.8, with
GLib 2.38.0, with SMI 0.4.8, with c-ares 1.9.1, with Lua 5.2, with GnuTLS
3.2.15, with Gcrypt 1.6.2, with MIT Kerberos, with GeoIP, with QtMultimedia,
with AirPcap.
Running on 64-bit Windows 7 Service Pack 1, build 7601, with locale C, with
WinPcap version 4.1.3 (packet.dll version 4.1.0.2980), based on libpcap version
1.0 branch 1_0_rel0b (20091008), with GnuTLS 3.2.15, with Gcrypt 1.6.2, with
AirPcap 4.1.0 build 1622.
Intel(R) Core(TM) i5-4310M CPU @ 2.70GHz (with SSE4.2), with 8105MB of physical
memory.
--
I commented doc and docbook in CMakeLists.txt, but still build failed with
latest update. There is no such issue before.
--
build failed due to commit 59816ef00c6dd09532d80b393ba03f8194aba236. When I
switched to the previous commit, the build succeeds.
It seems yyscan_t is undefined. I didn't find yyscan_t was defined anywhere in
wireshark source code.
Author: Guy Harris <guy@alum.mit.edu> 2016-03-31 09:44:01
Committer: Guy Harris <guy@alum.mit.edu> 2016-04-04 06:21:29
Parent: e42a43bc58a36848316adae19981878a5f430c46 (LTE RRC: upgrade dissector to
v13.1.0)
Child: 014d75116c7f3158199623f33ea373d4e13e8e58 (Fix #defines.)
Branch: remotes/origin/master
Follows: v2.1.0rc0
Precedes:
Make the Flex scanners and YACC parser in libraries reentrant.
"d:\ALU-Wireshark\wireshark\release\wireshark.sln" (default target) (1)
->
"d:\ALU-Wireshark\wireshark\release\ui\ui.vcxproj.metaproj" (default tar
get) (50) ->
"d:\ALU-Wireshark\wireshark\release\ui\ui.vcxproj" (default target) (83)
->
(ClCompile target) ->
D:\ALU-Wireshark\wireshark\ui\text_import.c(909): error C2065: 'yyscan
_t' : undeclared identifier [d:\ALU-Wireshark\wireshark\release\ui\ui.vc
xproj]
D:\ALU-Wireshark\wireshark\ui\text_import.c(909): error C2146: syntax
error : missing ';' before identifier 'scanner' [d:\ALU-Wireshark\wiresh
ark\release\ui\ui.vcxproj]
D:\ALU-Wireshark\wireshark\ui\text_import.c(909): error C2065: 'scanne
r' : undeclared identifier [d:\ALU-Wireshark\wireshark\release\ui\ui.vcx
proj]
D:\ALU-Wireshark\wireshark\ui\text_import.c(1021): error C2065: 'scann
er' : undeclared identifier [d:\ALU-Wireshark\wireshark\release\ui\ui.vc
xproj]
D:\ALU-Wireshark\wireshark\ui\text_import.c(1027): error C2065: 'scann
er' : undeclared identifier [d:\ALU-Wireshark\wireshark\release\ui\ui.vc
xproj]
D:\ALU-Wireshark\wireshark\ui\text_import.c(1029): error C2065: 'scann
er' : undeclared identifier [d:\ALU-Wireshark\wireshark\release\ui\ui.vc
xproj]
D:\ALU-Wireshark\wireshark\ui\text_import.c(1031): error C2065: 'scann
er' : undeclared identifier [d:\ALU-Wireshark\wireshark\release\ui\ui.vc
xproj]
4 Warning(s)
7 Error(s)
You are receiving this mail because:
- You are watching all bug changes.