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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
35 + 46 = ?
Subscribe to this entry?

 
 [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: Tue May 07 20:01:32 2024 UTC