|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-05-17 12:38 UTC] vlad@php.net
[2001-05-17 12:42 UTC] fb33550 at glaxowellcome dot co dot uk
[2001-05-17 12:47 UTC] derick@php.net
[2001-05-17 16:09 UTC] fb33550 at glaxowellcome dot co dot uk
[2001-05-22 23:16 UTC] sniper@php.net
[2001-05-23 11:22 UTC] fb33550 at glaxowellcome dot co dot uk
[2001-05-23 14:44 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 08:00:02 2025 UTC |
Hi, I've got a problem making the latest version of php (source is php4-200105170745). My configure line : ./configure --prefix=/users/produits/php4.0.5 --enable-sysvsem --enable-sysvshm --with-imap=/users/produits/include/imap --with-nsapi=/users/produits/ns-home/4.1 --with-mysql Here the "make" command result : Making all in Zend /bin/sh ../libtool --silent --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../main -D_POSIX_PTHREAD_SEMANTICS -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DSUPPORT_UTF8 -DXML_BYTE_ORDER=21 -I../TSRM -DTHREAD=1 -pthreads -prefer-pic -c zend_language_scanner_cc.cc In file included from zend.h:51, from zend_language_scanner_cc.cc:2661: /usr/local/include/unix.h:182: syntax error before `*' /usr/local/include/unix.h:193: syntax error before `*' /usr/local/include/unix.h:196: `MAILSTREAM' was not declared in this scope /usr/local/include/unix.h:196: `stream' was not declared in this scope /usr/local/include/unix.h:196: parse error before `*' /usr/local/include/unix.h:197: `MAILSTREAM' was not declared in this scope /usr/local/include/unix.h:197: `stream' was not declared in this scope /usr/local/include/unix.h:197: parse error before `*' /usr/local/include/unix.h:198: `MAILSTREAM' was not declared in this scope /usr/local/include/unix.h:198: `stream' was not declared in this scope /usr/local/include/unix.h:198: parse error before `*' /usr/local/include/unix.h:199: `MAILSTREAM' was not declared in this scope /usr/local/include/unix.h:199: `stream' was not declared in this scope /usr/local/include/unix.h:199: parse error before `*' /usr/local/include/unix.h:200: `MAILSTREAM' was not declared in this scope /usr/local/include/unix.h:200: `stream' was not declared in this scope /usr/local/include/unix.h:200: parse error before `*' /usr/local/include/unix.h:201: `MAILSTREAM' was not declared in this scope /usr/local/include/unix.h:201: `stream' was not declared in this scope /usr/local/include/unix.h:201: parse error before `*' /usr/local/include/unix.h:202: syntax error before `*' /usr/local/include/unix.h:203: `MAILSTREAM' was not declared in this scope /usr/local/include/unix.h:203: `stream' was not declared in this scope /usr/local/include/unix.h:203: parse error before `)' /usr/local/include/unix.h:204: `MAILSTREAM' was not declared in this scope /usr/local/include/unix.h:204: `stream' was not declared in this scope /usr/local/include/unix.h:204: parse error before `long' /usr/local/include/unix.h:206: `MAILSTREAM' was not declared in this scope /usr/local/include/unix.h:206: `stream' was not declared in this scope /usr/local/include/unix.h:206: parse error before `long' ...... ..... ..... *** Error code 1 make : Fatal error : Command failed for target `zend_language_scanner_cc.lo' Current working directory /users/produits/temp/php4-200105170745/Zend *** Error code 1 make : Fatal error : Command failed for target `all-recursive' Can anyone help me... I configured and tried to compile it several time, without any success... Many thanks for your help Best regards Florent