php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13471 Compiler errors
Submitted: 2001-09-28 02:51 UTC Modified: 2001-09-28 04:02 UTC
From: bobhitt at bscnet dot com Assigned:
Status: Not a bug Package: *Compile Issues
PHP Version: 4.0.6 OS: Linux 2.4.5
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:
11 + 11 = ?
Subscribe to this entry?

 
 [2001-09-28 02:51 UTC] bobhitt at bscnet dot com
microtime.c: In function `php_if_getrusage':
microtime.c:99: storage size of `usg' isn't known
microtime.c:102: `RUSAGE_SELF' undeclared (first use in this function)
microtime.c:102: (Each undeclared identifier is reported only once
microtime.c:102: for each function it appears in.)
microtime.c:108: `RUSAGE_CHILDREN' undeclared (first use in this function)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-09-28 03:04 UTC] derick@php.net
It's a FAQ:

http://www.php.net/manual/en/faq.build.php#AEN63063

Not a bug, bogusifying
 [2001-09-28 03:23 UTC] bobhitt at bscnet dot com
 Tried the gcc -E test.c test, no errors, one warning. My libs are pretty up to date. This is the only time I've ever gotten an error installing software.

Any other suggestions?

Bobby

 [2001-09-28 04:02 UTC] bobhitt at bscnet dot com
 Tried the gcc -E test.c test, no errors, one warning. My libs are pretty up to date. This is the only time I've ever gotten an error installing software.

Any other suggestions?

Bobby

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 16:01:29 2024 UTC