ID: 25295 User updated by: alain dot bonnefoy at icbt dot com Reported By: alain dot bonnefoy at icbt dot com -Status: Feedback +Status: Open Bug Type: Compile Failure Operating System: QNX6 PHP Version: 4.3.3 New Comment:
This line was commented out, I admit that I didn't see this definition BUT, I tried #define and #undef, that doesn't change anything! The result of 'grep -in dir.h main/*.[hc] is: main/internal_functions_win32.c:40:#include "ext/standard/php_dir.h" main/php_config.h:661:/* Define if you have the <ndir.h> header file. */ main/php_config.h:662:/* #undef HAVE_NDIR_H */ main/php_config.h:715:/* Define if you have the <sys/dir.h> header file. */ main/php_config.h:716:#undef HAVE_SYS_DIR_H main/php_config.h:733:/* Define if you have the <sys/ndir.h> header file. */ main/php_config.h:734:/* #undef HAVE_SYS_NDIR_H */ main/php_ini.c:33:#include "php_scandir.h" main/php_scandir.c:28:#include "php_scandir.h" main/php_scandir.c:41:#include "win32/readdir.h" main/php_scandir.h:20:/* $Id: php_scandir.h,v 1.2.2.4 2003/02/19 18:45:03 sniper Exp $ */ main/php_scandir.h:22:#ifndef PHP_SCANDIR_H main/php_scandir.h:23:#define PHP_SCANDIR_H main/php_scandir.h:29:#include "win32/readdir.h" main/php_scandir.h:50:#endif /* PHP_SCANDIR_H */ main/reentrancy.c:28:#include "win32/readdir.h" As you can see, it seems that no file try to include sys/dir.h. right? Alain. Previous Comments: ------------------------------------------------------------------------ [2003-09-02 09:26:23] [EMAIL PROTECTED] What is HAVE_SYS_DIR_H defined in main/php_config.h ? It's enought to include dir.h in php_scandir.h.. Just need to know it that define is there. ------------------------------------------------------------------------ [2003-09-02 01:11:27] alain dot bonnefoy at icbt dot com Sorry for the mistake, I add the files <sys/dir.h> and <sys/types.h> at the end of php.h (before #endif)! in main/php_config.h: #define HAVE_ALPHASORT 1 regards, Alain. ------------------------------------------------------------------------ [2003-08-29 09:30:22] [EMAIL PROTECTED] In what file did you add those? And what is HAVE_ALPHASORT defined in main/php_config.h ? ------------------------------------------------------------------------ [2003-08-28 09:40:48] alain dot bonnefoy at icbt dot com Description: ------------ To compile php_ini.c under QNX6.2 with GCC, I had to add the following lines (at the end of php.ini): 35: #include <sys/dir.h> 36: #include <sys/types.h> Would it be possible to fix it for future release? Thanks, Alain. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=25295&edit=1