Wireshark-bugs: [Wireshark-bugs] [Bug 12330] build failed due to commit 59816ef00c6dd09532d80b39

Date: Sat, 09 Apr 2016 06:43:21 +0000

changed bug 12330


What Removed Added
Status UNCONFIRMED INCOMPLETE
Ever confirmed   1

Comment # 1 on bug 12330 from
(In reply to Xiaochuan Sun from comment #0)
> 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.

...because the Flex files (.l files) weren't reprocessed to make the header
files and source files.

Remove all these files:

    epan\dfilter\scanner.c
    epan\dfilter\scanner_lex.h
    epan\diam_dict.c
    epan\diam_dict_lex.h
    epan\dtd_parse.c
    epan\dtd_parse_lex.h
    epan\dtd_preparse.c
    epan\dtd_preparse_lex.h
    epan\radius_dict.c
    epan\radius_dict_lex.h
    epan\uat_load.c
    epan\uat_load_lex.h
    plugins\mate\mate_parser.c
    plugins\mate\mate_parser_lex.h
    plugins\wimaxasncp\wimaxasncp_dict.c
    plugins\wimaxasncp\wimaxasncp_dict_lex.h
    text2pcap-scanner.c
    text2pcap-scanner_lex.h
    ui\text_import_scanner.c
    ui\text_import_scanner_lex.h
    wiretap\ascend.c
    wiretap\ascend.h
    wiretap\ascend_scanner.c
    wiretap\ascend_scanner_lex.h
    wiretap\k12text.c
    wiretap\k12text_lex.h

from your source tree, and rebuild.


You are receiving this mail because:
  • You are watching all bug changes.