|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2000-08-31 05:24 UTC] stefan dot marquardt at hagebau dot de
make stops with cc error on line 508 ! file global.h it seems to be that HP-UX defined unsigned long in another file before ! It is HP-UX 11 ! 507 #if !defined(HAVE_ULONG) && !defined(HAVE_LINUXTHREADS) && !defined(__US ISC) 508 typedef unsigned long ulong; /* Short for unsigned long */ 509 #endif 510 #ifndef longlong_defined 511 #if defined(HAVE_LONG_LONG) && SIZEOF_LONG != 8 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sun Jun 28 09:00:01 2026 UTC |
tok -I/home2/src/php-4.0.2/ext/xml/expat/xmlparse -DXML_BYTE_ORDER=21 -g -c li bmysql.c && touch libmysql.lo cc: "global.h", line 508: error 1642: Duplicate type specifier "unsigned": ignor ed. cc: "global.h", line 508: warning 554: Declarator is missing. *** Error exit code 1 Stop. *** Error exit code 1