Re: [PHP-DEV] New Build System Committed to HEAD

2002-03-22 Thread Derick Rethans
On Thu, 7 Mar 2002, Sascha Schumann wrote: Because I cannot test/build every extension under the earth, problems with untested extensions might crop up. If it does, please notify me and I'll check it out. For some reason ncurses ends up twice in internal_functions_cli.c; I

Re: [PHP-DEV] New Build System Committed to HEAD

2002-03-22 Thread Boian Bonev
For some reason ncurses ends up twice in internal_functions_cli.c; I can't figure out why though: phpext_overload_ptr, phpext_ncurses_ptr, phpext_ncurses_ptr, phpext_mysql_ptr, xmm. i couldn't verify this... (updated before 10-20 minutes) phpext_overload_ptr,

Re: [PHP-DEV] New Build System Committed to HEAD

2002-03-22 Thread Sander Roobol
On 2002.03.22 09:22 Derick Rethans wrote: On Thu, 7 Mar 2002, Sascha Schumann wrote: Because I cannot test/build every extension under the earth, problems with untested extensions might crop up. If it does, please notify me and I'll check it out. For some reason ncurses

Re: [PHP-DEV] New Build System Committed to HEAD

2002-03-22 Thread derick
On Fri, 22 Mar 2002, Sander Roobol wrote: Does the same for me, but for the readline extension too: phpext_session_ptr, phpext_readline_ptr, phpext_readline_ptr, phpext_pspell_ptr, (...) phpext_openssl_ptr, phpext_ncurses_ptr,

Re: [PHP-DEV] New Build System Committed to HEAD

2002-03-13 Thread Sascha Schumann
When I try to build pear/PECL/satellite, I get an error like this: Thanks for submitting this. The issue has been corrected in CVS. You need to reinstall phpize and related components from CVS. - Sascha Experience IRCG

Re: [PHP-DEV] New Build System Committed to HEAD

2002-03-11 Thread David Eriksson
On Thu, 7 Mar 2002, Sascha Schumann wrote: Hi, you won't see the commit, because it is too large to go through the mailing list. Perhaps it bounced to Jim, so that he can make it available by alternative means. Something in this commit might uncover an autoconf-2.52

Re: [PHP-DEV] New Build System Committed to HEAD

2002-03-08 Thread Sascha Schumann
On Fri, 8 Mar 2002, Marcus Börger wrote: Very nice new build system much faster the only thing what's left on that is .o in all .cvsignore *.o is ignored by CVS by default. - Sascha Experience IRCG http://schumann.cx/

[PHP-DEV] New Build System Committed to HEAD

2002-03-07 Thread Sascha Schumann
Hi, you won't see the commit, because it is too large to go through the mailing list. Perhaps it bounced to Jim, so that he can make it available by alternative means. Something in this commit might uncover an autoconf-2.52 portability bug on FreeBSD. I don't know

Re: [PHP-DEV] New Build System Committed to HEAD

2002-03-07 Thread derick
Hey Sascha, is re2c required now? I don't have it installed and get this error during make: re2c -b /dat/dev/php/php-4.3.0dev/ext/standard/var_unserializer.re /dat/dev/php/php-4.3.0dev/ext/standard/var_unserializer.c /bin/sh: re2c: command not found make: ***

Re: [PHP-DEV] New Build System Committed to HEAD

2002-03-07 Thread Sascha Schumann
On Thu, 7 Mar 2002, [EMAIL PROTECTED] wrote: Hey Sascha, is re2c required now? I don't have it installed and get this error during make: I'll fix the timestamps in CVS. - Sascha Experience IRCG http://schumann.cx/

Re: [PHP-DEV] New Build System Committed to HEAD

2002-03-07 Thread Sander Roobol
It doesn't compile anymore with readline: make: *** No rule to make target `home/sander/php/head/php4/ext/readline/readline.c', needed by `home/sander/php/head/php4/ext/readline/readline.lo'. Stop. Sander On 2002.03.07 15:28 Sascha Schumann wrote: Hi, you won't see the commit,

Re: [PHP-DEV] New Build System Committed to HEAD

2002-03-07 Thread Andi Gutmans
Is there any way I can conditionally check for Zend Engine 2 and in that case change the PHP_ADD_SOURCES() to include some new Zend Engine 2 source files? Up to now I just had to do mv ZendEngine2 Zend and a ./buildconf. Andi At 16:43 07/03/2002 +0100, you wrote: On Thu, 7 Mar 2002, [EMAIL

Re: [PHP-DEV] New Build System Committed to HEAD

2002-03-07 Thread derick
Hey Sascha, I tried the 'make test' routine, but every test fails now (I think that's because of the php binary not being found or something.) regards, Derick On Thu, 7 Mar 2002, Sascha Schumann wrote: Hi, you won't see the commit, because it is too large to go through the

Re: [PHP-DEV] New Build System Committed to HEAD

2002-03-07 Thread Sascha Schumann
On Thu, 7 Mar 2002, [EMAIL PROTECTED] wrote: Hey Sascha, I tried the 'make test' routine, but every test fails now (I think that's because of the php binary not being found or something.) There are still a significant number of tests which fail, because they are not supposed to run

Re: [PHP-DEV] New Build System Committed to HEAD

2002-03-07 Thread derick
Hi, On Thu, 7 Mar 2002, Sascha Schumann wrote: There are still a significant number of tests which fail, because they are not supposed to run in a CLI context. For example $ cat ext/session/tests/001.out Warning: Cannot send session cookie - headers already sent in

Re: [PHP-DEV] New Build System Committed to HEAD

2002-03-07 Thread Marcus Börger
Very nice new build system much faster the only thing what's left on that is .o in all .cvsignore - mailto:[EMAIL PROTECTED] We are animals among animals, all children of matter, save that we are the more disarmed. But since, unlike animals, we know that we must die, let

Re: [PHP-DEV] New Build System Committed to HEAD

2002-03-07 Thread Jim Winstead
Marcus Börger [EMAIL PROTECTED] wrote: Very nice new build system much faster the only thing what's left on that is .o in all .cvsignore cvs ignores .o files by default, it isn't necessary to list them in the .cvsignore file. jim -- PHP Development Mailing List http://www.php.net/ To