php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6458 already defined
Submitted: 2000-08-31 05:24 UTC Modified: 2000-12-21 09:22 UTC
From: stefan dot marquardt at hagebau dot de Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.2 OS: HP-UX B.11.00 A
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: stefan dot marquardt at hagebau dot de
New email:
PHP Version: OS:

 

 [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                         

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-31 05:55 UTC] stefan dot marquardt at hagebau dot de
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                                                           
 [2000-12-18 10:30 UTC] sniper@php.net
Does this happen with latest snapshot from http://snaps.php.net/ ??

--Jani
 [2000-12-21 09:22 UTC] sniper@php.net
User reported problem solved in PHP4.0.4.

--Jani
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Sun Jun 28 12:00:02 2026 UTC