|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-05-03 05:18 UTC] jparneodo at yahoo dot fr
[2002-05-03 06:35 UTC] jparneodo at yahoo dot fr
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sun Mar 29 09:00:01 2026 UTC |
shell> make Making all in Zend make[1]: Entre dans le r?pertoire `/home/jpa/dev/php-4.2.0/Zend' /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../main -DLINUX=22 -DMOD_SSL=208108 -DUSE_HSREGEX -DEAPI -I../TSRM -g -O2 -prefer-pic -c -o zend_language_parser.lo `test -f zend_language_parse r.c || echo './'`zend_language_parser.c In file included from zend.h:55, from zend_compile.h:24, from zend_language_parser.c:147: /usr/local/include/unix.h:182: parse error before `MAILSTREAM' /usr/local/include/unix.h:182: warning: no semicolon at end of struct or union /usr/local/include/unix.h:189: parse error before `}' ... shell> more config.nice #! /bin/sh # # Created by configure './configure' \ '--with-apxs=/home/apachessl/bin/apxs' \ '--with-mysql' \ '--with-system-regex' \ '--enable-track-vars' \ '--enable-memory-limits' \ '--with-xml' \ '--with-imap' \ '--with-gd' \ '--enable-sysvsem' \ '--enable-sysvshm' \ '--with-bz2' \ '--with-zlib' \ '--with-mcrypt' \ '--enable-sockets' \ '--without-dom' \ '--enable-inline-optimization' \ '--with-curl' \ '--with-pcre' \ "$@"