php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9285 Compile fails on scanf.h
Submitted: 2001-02-15 13:00 UTC Modified: 2001-10-23 10:57 UTC
From: twinders at spc dot cc dot tx dot us Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.4pl1 OS: Compaq Tru64 5.1
Private report: No CVE-ID: None
 [2001-02-15 13:00 UTC] twinders at spc dot cc dot tx dot us
During an installation with Compaq Tru64 5.1 with a standard ./confiugre and using Compaq's cc compiler, the make dies with this error:

cc: Error: scanf.h, line 48: There is no definition for the inline function
named scan_set_error_return in this compilation unit. (noinlfunc)
inline void scan_set_error_return(int numVars,pval **return_value);
------------^

This error also occurs with the current 4.0.5-dev CVS version.

Tru64 5.1 has cc version 6.3.  This error does not occur with the Compaq cc comiler version 6.1.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-10-23 06:52 UTC] sniper@php.net
Does this happen with latest CVS snapshot from http://snaps.php.net/ ?

--Jani

 [2001-10-23 10:57 UTC] sniper@php.net
User reported this been fixed in latest CVS snapshot.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 22:01:29 2024 UTC