[PHP-DEV] Build failure on BSD (current cvs)

2002-02-01 Thread James Cox

Is it just me having a really shitty day, or has anyone else noticed that
current CVS fails on BSD?

Athena:~/packages/php4# make
Making all in Zend
/bin/sh ../libtool --silent --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I../main-DUSE_EXPAT -I../TSRM  -g -O2 -pref
er-pic -c -o zend_language_parser.lo `test -f zend_language_parser.c || echo
'./'`zend_language_parser.c
In file included from zend.h:180,
 from zend_compile.h:24,
 from ./zend_language_parser.y:31:
zend_hash.h:119: syntax error before `va_list'
In file included from zend.h:181,
 from zend_compile.h:24,
 from ./zend_language_parser.y:31:
zend_llist.h:34: syntax error before `va_list'
In file included from zend_compile.h:24,
 from ./zend_language_parser.y:31:
zend.h:263: syntax error before `va_list'
zend.h:394: syntax error before `va_list'
*** Error code 1


--
James Cox :: [EMAIL PROTECTED]
Please CC me when replying to my messages on lists.
Was I helpful?  http://www.amazon.co.uk/exec/obidos/wishlist/23IVGHQ61RJGO/


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] Build failure on BSD (current cvs)

2002-02-01 Thread Jan Lehnardt

Hi,
On Fri, 1 Feb 2002 09:28:31 -
James Cox [EMAIL PROTECTED] wrote:

 Is it just me having a really shitty day, or has anyone else noticed
that
 current CVS fails on BSD?
yep. FreeBSD 4.4-Release.

remaining this for the qa people (I put a CC to php-qa)

 Athena:~/packages/php4# make
 Making all in Zend
 /bin/sh ../libtool --silent --mode=compile
 gcc -DHAVE_CONFIG_H -I. -I. -I../main-DUSE_EXPAT -I../TSRM  -g -O2
-pref
 er-pic -c -o zend_language_parser.lo `test -f zend_language_parser.c
|| echo
 './'`zend_language_parser.c
 In file included from zend.h:180,
  from zend_compile.h:24,
  from ./zend_language_parser.y:31:
 zend_hash.h:119: syntax error before `va_list'
 In file included from zend.h:181,
  from zend_compile.h:24,
  from ./zend_language_parser.y:31:
 zend_llist.h:34: syntax error before `va_list'
 In file included from zend_compile.h:24,
  from ./zend_language_parser.y:31:
 zend.h:263: syntax error before `va_list'
 zend.h:394: syntax error before `va_list'
 *** Error code 1

Jan
-- 
Q: Thank Jan? A: http://geschenke.an.dasmoped.net/

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] Build failure on BSD (current cvs)

2002-02-01 Thread Jon Parise

On Fri, Feb 01, 2002 at 09:28:31AM -, James Cox wrote:

 Is it just me having a really shitty day, or has anyone else noticed that
 current CVS fails on BSD?
 
I have the same problem here, but I haven't had the time to
investigate it in detail yet.  Hopefully, it will look obvious to
the person that broke things.

After spending a couple of hours making sure that PHP4 cvs builds
cleanly on Solaris last week, I'm beginning to wonder whether the
PHP developers need to be reminded that all the world is not
running GNU/Linux.

-- 
Jon Parise ([EMAIL PROTECTED])  .  Information Technology (2001)
http://www.csh.rit.edu/~jon/  :  Computer Science House Member

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]