php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #430 parse errors while compiling
Submitted: 1998-06-03 06:06 UTC Modified: 1998-06-03 08:57 UTC
From: chrisvik at tapir dot no Assigned: rasmus (profile)
Status: Closed Package: Compile Failure
PHP Version: 3.0 Latest CVS OS: linux 2.0.33 RH 5
Private report: No CVE-ID: None
 [1998-06-03 06:06 UTC] chrisvik at tapir dot no
#./configure --with-apache=path --with-solid=path 
--with-config-file-path=path --disable-debug 
--enable-safe-mode --with-exec-dir=path --enable-debugger 
--with-gd
#make

In file included from php.h:496,
                 from ./language-parser.y:56:
constants.h:11: parse error before `uint_t'
constants.h:11: warning: no semicolon at end of struct or union
constants.h:13: parse error before `}'
constants.h:13: warning: data definition has no type or storage class
constants.h:29: parse error before `uint_t'
constants.h:30: parse error before `uint_t'
constants.h:31: parse error before `uint_t'
constants.h:32: parse error before `uint_t'
constants.h:33: parse error before `uint_t'
In file included from control_structures_inline.h:38,
                 from ./language-parser.y:59:
internal_functions.h:51: parse error before `uint_t'
internal_functions.h:75: parse error before `uint_t'
internal_functions.h:77: parse error before `uint_t'
internal_functions.h:78: parse error before `uint_t'
internal_functions.h:79: parse error before `uint_t'
internal_functions.h:80: parse error before `uint_t'
internal_functions.h:84: parse error before `uint_t'
internal_functions.h:87: parse error before `uint_t'
internal_functions.h:88: parse error before `uint_t'
internal_functions.h:89: parse error before `uint_t'
internal_functions.h:90: parse error before `uint_t'
internal_functions.h:91: parse error before `uint_t'
make: *** [language-parser.tab.o] Error 1

#

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-06-03 08:57 UTC] rasmus
Add these lines to your config.h.in file:
/* Define if you have the <sys/types.h> header file.  */
#undef HAVE_SYS_TYPES_H
and then re-run configure.  This has been fixed in the CVS.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 12:01:31 2024 UTC