Re: [Interest] FLex / Bison and QT4 4.8.1 Win32 interaction

2016-07-12 Thread Fabio Giovagnini
y 10, 2016 9:28 PM > *To:* william.croc...@analog.com > *Cc:* interest@qt-project.org > *Subject:* Re: [Interest] FLex / Bison and QT4 4.8.1 Win32 interaction > > > > Thanks guys. But under linux my tool has been working 10 years long flex/ > bison based. So i must to

Re: [Interest] FLex / Bison and QT4 4.8.1 Win32 interaction

2016-07-11 Thread K. Frank
Hi Fabio (and Scott)! On Mon, Jul 11, 2016 at 8:22 PM, Scott Aron Bloom wrote: > My company uses Cygwin’s Flex and Bison. > > We use CMake, and had to create our own module for Flex and Bison, not too > hard, but if you are using qmake, I cant help. > > He have no problem with

Re: [Interest] FLex / Bison and QT4 4.8.1 Win32 interaction

2016-07-11 Thread Scott Aron Bloom
=onshorecs@qt-project.org] On Behalf Of Fabio Giovagnini Sent: Sunday, July 10, 2016 9:28 PM To: william.croc...@analog.com Cc: interest@qt-project.org Subject: Re: [Interest] FLex / Bison and QT4 4.8.1 Win32 interaction Thanks guys. But under linux my tool has been working 10 years long flex/ bison

Re: [Interest] FLex / Bison and QT4 4.8.1 Win32 interaction

2016-07-10 Thread Fabio Giovagnini
Thanks guys. But under linux my tool has been working 10 years long flex/ bison based. So i must to make them working under windows. Thanks alot. By the way from a certain standing point i agree with the "from the scretch" solution. But i had to think about it 10 years ago... now it is a bit late

Re: [Interest] FLex / Bison and QT4 4.8.1 Win32 interaction

2016-07-08 Thread Michael Sué
Hi, > Under Windows, I cannot find lex/bison support In Qt5 you find ready-to-use independent executables in the "gnuwin32\bin" directory? They get used while building some Qt5 libraries but should work independently as well. - Michael. ___

Re: [Interest] FLex / Bison and QT4 4.8.1 Win32 interaction

2016-07-08 Thread Konstantin Tokarev
08.07.2016, 05:27, "william.croc...@analog.com" : > On 07/07/2016 08:01 PM, Fabio Giovagnini wrote: >>  Thanks Frank. So you suggest to build from the sources. I' try. Thanks again > > I suggest you just take the weekend and write your own > parser and lexical

Re: [Interest] FLex / Bison and QT4 4.8.1 Win32 interaction

2016-07-08 Thread Konstantin Tokarev
08.07.2016, 03:02, "Fabio Giovagnini" : > Thanks Frank. So you suggest to build from the sources. I' try. Thanks again You don't need to bother: http://gnuwin32.sourceforge.net/packages/flex.htm http://gnuwin32.sourceforge.net/packages/bison.htm > Il 07/lug/2016

Re: [Interest] FLex / Bison and QT4 4.8.1 Win32 interaction

2016-07-07 Thread Bob Hood
On 7/7/2016 8:26 PM, william.croc...@analog.com wrote: On 07/07/2016 08:01 PM, Fabio Giovagnini wrote: Thanks Frank. So you suggest to build from the sources. I' try. Thanks again I suggest you just take the weekend and write your own parser and lexical analysis, void of Flex and Bison. I

Re: [Interest] FLex / Bison and QT4 4.8.1 Win32 interaction

2016-07-07 Thread william.croc...@analog.com
On 07/07/2016 08:01 PM, Fabio Giovagnini wrote: Thanks Frank. So you suggest to build from the sources. I' try. Thanks again I suggest you just take the weekend and write your own parser and lexical analysis, void of Flex and Bison. I did and I have never looked back. :-) Bill Il

Re: [Interest] FLex / Bison and QT4 4.8.1 Win32 interaction

2016-07-07 Thread Fabio Giovagnini
Thanks Frank. So you suggest to build from the sources. I' try. Thanks again Il 07/lug/2016 17:40, "K. Frank" ha scritto: > Ciao Fabio! > > On Thu, Jul 7, 2016 at 7:19 AM, Fabio Giovagnini wrote: > > Ciao to all. > > I have an application linux native based

Re: [Interest] FLex / Bison and QT4 4.8.1 Win32 interaction

2016-07-07 Thread K. Frank
Ciao Fabio! On Thu, Jul 7, 2016 at 7:19 AM, Fabio Giovagnini wrote: > Ciao to all. > I have an application linux native based on: > 1) qt4 (4.8.1) > 3) lex/bison > > Under Ubuntu 14.04 and prevoius everithing ok. > > Under Windows, I cannot find lex/bison support. > I have to say

[Interest] FLex / Bison and QT4 4.8.1 Win32 interaction

2016-07-07 Thread Fabio Giovagnini
Ciao to all. I have an application linux native based on: 1) qt4 (4.8.1) 3) lex/bison Under Ubuntu 14.04 and prevoius everithing ok. Under Windows, I cannot find lex/bison support. I have to say that I installed only QT SDK (w/ MinGW support) Any suggestion will be really appreciated. Thanks