Re: [Wireshark-dev] Current master not compiling

2016-04-04 Thread Anders Broman
: [Wireshark-dev] Current master not compiling On 4 April 2016 at 12:05, Anders Broman <anders.bro...@ericsson.com<mailto:anders.bro...@ericsson.com>> wrote: Hi, I'm also facing issues on MSVC 2015 and Cmake C:\Development\ewireshark\trunk\epan\dfilter\dfilter.c(214):

Re: [Wireshark-dev] Current master not compiling

2016-04-04 Thread Guy Harris
On Apr 4, 2016, at 4:05 AM, Anders Broman wrote: > But dfilter is built with lemon isn't it? Lemon *and* Flex. What happens if, for example, you remove all the following files: epan\dfilter\scanner.c epan\dfilter\scanner_lex.h

Re: [Wireshark-dev] Current master not compiling

2016-04-04 Thread Graham Bloice
On 4 April 2016 at 12:05, Anders Broman wrote: > Hi, > I'm also facing issues on MSVC 2015 and Cmake > > C:\Development\ewireshark\trunk\epan\dfilter\dfilter.c(214): > error C2065: 'yyscan_t': undeclared identifier >

Re: [Wireshark-dev] Current master not compiling

2016-04-04 Thread Anders Broman
ev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Michal Labedzki Sent: den 4 april 2016 12:37 To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] Current master not compiling I have flex 2.5.35 and flex 2.6.0, but still not working for me. On 4 April 2016 at 1

Re: [Wireshark-dev] Current master not compiling

2016-04-04 Thread Dario Lombardo
On Mon, Apr 4, 2016 at 12:24 PM, Guy Harris wrote: > On Apr 4, 2016, at 1:51 AM, Dario Lombardo > wrote: > > > But how did the buildbot let it pass? > > Because it has a newer version of Flex than you do? > > oh, yes... I didn't think about it :).

Re: [Wireshark-dev] Current master not compiling

2016-04-04 Thread Michal Labedzki
I have flex 2.5.35 and flex 2.6.0, but still not working for me. On 4 April 2016 at 12:24, Guy Harris wrote: > On Apr 4, 2016, at 1:51 AM, Dario Lombardo > wrote: > >> But how did the buildbot let it pass? > > Because it has a newer version of

Re: [Wireshark-dev] Current master not compiling

2016-04-04 Thread Guy Harris
On Apr 4, 2016, at 1:51 AM, Dario Lombardo wrote: > But how did the buildbot let it pass? Because it has a newer version of Flex than you do? The current master-branch Wireshark, like the current master-branch libpcap, requires at least Flex 2.5.31; Wireshark

Re: [Wireshark-dev] Current master not compiling

2016-04-04 Thread Michal Labedzki
I have the same issue. See my comment: https://code.wireshark.org/review/#/c/14719/ Moreover, if I define undefined type (text_import.c:909:5: error: unknown type name ‘yyscan_t’) I get another issue: dfilter.c:215:2: error: unknown type name ‘YY_BUFFER_STATE’ On 4 April 2016 at 10:51, Dario

[Wireshark-dev] Current master not compiling

2016-04-04 Thread Dario Lombardo
Today I'm not able to compile the current master 6f98a0fac33db70b3ceb71d939b0a9d0d47747cc. Using git bisect I've found that the culprit seems to be this commit commit 59816ef00c6dd09532d80b393ba03f8194aba236 Author: Guy Harris Date: Wed Mar 30 18:44:01 2016 -0700 Make