Re: Flex, Bison, and CMake compatibility

2011-08-13 Thread Nicolas Alvarez
Ingo Klöcker wrote: On Wednesday 10 August 2011, Oswald Buddenhagen wrote: On Tue, Aug 09, 2011 at 12:23:52PM +0200, Patrick Spendrin wrote: Am 24.06.2011 22:10, schrieb Nicolas Alvarez: I'm trying to change the kdelibs buildsystem to generate Flex and Bison parsers at compile time,

Re: Flex, Bison, and CMake compatibility

2011-08-10 Thread Oswald Buddenhagen
On Tue, Aug 09, 2011 at 12:23:52PM +0200, Patrick Spendrin wrote: Am 24.06.2011 22:10, schrieb Nicolas Alvarez: I'm trying to change the kdelibs buildsystem to generate Flex and Bison parsers at compile time, instead of keeping the generated code in version control. very good. This

Re: Flex, Bison, and CMake compatibility

2011-08-10 Thread Ingo Klöcker
On Wednesday 10 August 2011, Oswald Buddenhagen wrote: On Tue, Aug 09, 2011 at 12:23:52PM +0200, Patrick Spendrin wrote: Am 24.06.2011 22:10, schrieb Nicolas Alvarez: I'm trying to change the kdelibs buildsystem to generate Flex and Bison parsers at compile time, instead of keeping the

Re: Flex, Bison, and CMake compatibility

2011-08-09 Thread Patrick Spendrin
Am 24.06.2011 22:10, schrieb Nicolas Alvarez: Hi, I'm trying to change the kdelibs buildsystem to generate Flex and Bison parsers at compile time, instead of keeping the generated code in version control. This will simply not work: there are no flex versions newer than 2.5.4 for windows,

Re: Flex, Bison, and CMake compatibility

2011-06-27 Thread Alexander Neundorf
On Saturday 25 June 2011, Nicolas Alvarez wrote: Hi, I'm trying to change the kdelibs buildsystem to generate Flex and Bison parsers at compile time, instead of keeping the generated code in version control. One problem I'm hitting is compatibility with CMake 2.6. The FindFLEX and

Flex, Bison, and CMake compatibility

2011-06-26 Thread Nicolas Alvarez
Hi, I'm trying to change the kdelibs buildsystem to generate Flex and Bison parsers at compile time, instead of keeping the generated code in version control. One problem I'm hitting is compatibility with CMake 2.6. The FindFLEX and FindBISON modules were introduced in CMake 2.8. Copying the

Re: Flex, Bison, and CMake compatibility

2011-06-25 Thread John Layt
On Friday 24 Jun 2011 23:00:04 Nicolas Alvarez wrote: I'm trying to change the kdelibs buildsystem to generate Flex and Bison parsers at compile time, instead of keeping the generated code in version control. I'd just sound a small word of caution that you'll need to check each parser before