|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1998-02-10 16:24 UTC] andi
[2020-02-28 10:40 UTC] nikic@php.net
[2021-02-24 21:09 UTC] langemeijer@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 03:00:01 2025 UTC |
[root@stargate php-3.0b4]# make gcc -O2 -I. -I/root/apache_1.2.5/src -I/usr/local/Hughes/include -g -Wall -c language-parser.tab.c -o language-parser.tab.o In file included from parser.h:120, from language-parser.y:49: /usr/include/string.h:96: conflicting types for `strndup' alloc.h:52: previous declaration of `strndup' make: *** [language-parser.tab.o] Error 1 [root@stargate php-3.0b4]# the declaration in /usr/include/string.h is as follows: extern char *strndup __P ((__const char *__string, size_t __n)); i configured PHP with ./configure --with-system-regex --with-apache=/root/apache_1.2.5 --with-msql=/usr/local/Hughes