Re: [PHP-DEV] buildconf hell

2007-07-19 Thread Richard Lynch
On Thu, July 19, 2007 12:45 am, Rasmus Lerdorf wrote: Richard Lynch wrote: What is the status of bringing PHP build process up to current automake/autoconf/libtool versions?... Or you could try simply using the current versions. They work fine. Yes, they all fail equally well. :-) [see next

Re: [PHP-DEV] buildconf hell

2007-07-19 Thread Cristian Rodriguez
On 7/19/07, Richard Lynch [EMAIL PROTECTED] wrote: Kind of a PITA... No problems here with automake-1.10 , autoconf-2.61 , libtool-1.5.22, bison-2.3. the only oldie we had to keep is flex, as PHP buildsystem wont support newer flex versions. -- PHP Internals - PHP Runtime Development Mailing

Re: [PHP-DEV] buildconf hell

2007-07-19 Thread Nuno Lopes
On Thu, July 19, 2007 12:45 am, Rasmus Lerdorf wrote: Richard Lynch wrote: What is the status of bringing PHP build process up to current automake/autoconf/libtool versions?... Or you could try simply using the current versions. They work fine. Yes, they all fail equally well. :-) I

Re: [PHP-DEV] buildconf hell

2007-07-19 Thread Richard Lynch
On Thu, July 19, 2007 2:56 am, Nuno Lopes wrote: On Thu, July 19, 2007 12:45 am, Rasmus Lerdorf wrote: Richard Lynch wrote: What is the status of bringing PHP build process up to current automake/autoconf/libtool versions?... Or you could try simply using the current versions. They work

Re: [PHP-DEV] buildconf hell

2007-07-19 Thread Jani Taskinen
On Thu, 2007-07-19 at 02:31 -0400, Cristian Rodriguez wrote: On 7/19/07, Richard Lynch [EMAIL PROTECTED] wrote: Kind of a PITA... No problems here with automake-1.10 , autoconf-2.61 , libtool-1.5.22, bison-2.3. the only oldie we had to keep is flex, as PHP buildsystem wont support It's

RE: [PHP-DEV] buildconf hell

2007-07-19 Thread David
What about adding the files generated by flex to CVS? Most people don't need to regenerate those files anyway, and this way they could keep the newer version of flex on their machine. Downgrading flex to 2.5.4a-r6... seems to have fixed the issue. I'm running make test right now

RE: [PHP-DEV] buildconf hell

2007-07-19 Thread chris#
On Thu, 19 Jul 2007 02:49:59 -0700, David [EMAIL PROTECTED] wrote: Downgrading flex to 2.5.4a-r6... seems to have fixed the issue. I'm running make test right now :-) Thanks all!!! PS I've also edited the but with a request to make it a Documentation Fix, rather than a bug. What

Re: [PHP-DEV] buildconf hell

2007-07-19 Thread Hannes Magnusson
On 7/19/07, David [EMAIL PROTECTED] wrote: What about adding the files generated by flex to CVS? Most people don't need to regenerate those files anyway, and this way they could keep the newer version of flex on their machine. Most people don't use CVS, they use a) the releases b) snapshots.