Looks like Zeev's latest patch caused this.  I fixed exec.c locally and then
fsock.c barfed with an error about fsock_globals being undefined, and then
file.c barfed when I fixed those, etc.

Sean

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, January 13, 2001 9:57 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP-DEV] PHP 4.0 Bug #8688: compile error in exec.c
>
>
> From:             [EMAIL PROTECTED]
> Operating system: Linux 2.2.14 (SuSE 6.2)
> PHP version:      4.0 Latest CVS (13/01/2001)
> PHP Bug Type:     Compile Failure
> Bug description:  compile error in exec.c
>
> Hi,
>
> with latest CVS, make fails:
>
> exec.c: In function `_Exec':
> exec.c:202: `ret' undeclared (first use in this function)
> exec.c:202: (Each undeclared identifier is reported only once
> exec.c:202: for each function it appears in.)
>
> configure line:
>
> ./configure \
>   --with-apxs=/usr/sbin/apxs \
>   --with-mysql=/usr \
>   --with-swf=/usr/local \
>   --with-gd=/usr \
>   --with-dbase=yes \
>   --with-dom=/usr/local \
>   --enable-dba \
>   --enable-sysvshm \
>   --enable-sysvsem \
>   --enable-debug=no \
>   --enable-safe-mode=no \
>   --enable-ftp \
>   --enable-url-fopen-wrapper=yes \
>   --enable-track-vars=yes \
>   --enable-versioning \
>   --enable-session \
>   --with-zlib=/usr
>
> TIA, Björn.
>
>
>
> --
> Edit Bug report at: http://bugs.php.net/?id=8688&edit=1
>
>
>
> --
> 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]
>


-- 
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]

Reply via email to