Date: 05/07/01
- Next message: Daniel Beulshausen: "Re: [PHP-DEV] RE: Bug #10209 Updated: php_sybase_ct.dll is causing illegal oper ation"
- Previous message: pillaged <email protected>: "[PHP-DEV] Bug #10715: -0 Returns true as an integer"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: cynic <email protected>
Operating system: NT5 SP1
PHP version: 4.0 Latest CVS (2001-05-07)
PHP Bug Type: Compile Failure
Bug description: ext/iconv doesn't find php.h
this is driving me mad:
the project file for ext/iconv properly adds "../../main" to /I, but #include "php.h" (and #include "php_ini.h") in ext/iconv/iconv.c fail. When I add /I "(abs-path-to-main/)" it works. What's up?
Nevertheless, attempts to build this extension fail no matter what:
Deleting intermediate files and output files for project 'iconv - Win32 Release_TS'.
--------------------Configuration: iconv - Win32 Release_TS--------------------
Compiling...
iconv.c
D:\compile\php\php4-200105070945\ext\iconv\iconv.c(58) : error C2065: 'php_minit_iconv' : undeclared identifier
D:\compile\php\php4-200105070945\ext\iconv\iconv.c(58) : error C2099: initializer is not a constant
D:\compile\php\php4-200105070945\ext\iconv\iconv.c(59) : error C2065: 'php_mshutdown_iconv' : undeclared identifier
D:\compile\php\php4-200105070945\ext\iconv\iconv.c(59) : error C2099: initializer is not a constant
D:\compile\php\php4-200105070945\ext\iconv\iconv.c(62) : error C2065: 'php_info_iconv' : undeclared identifier
D:\compile\php\php4-200105070945\ext\iconv\iconv.c(62) : error C2099: initializer is not a constant
D:\compile\php\php4-200105070945\ext\iconv\iconv.c(63) : warning C4047: 'initializing' : 'int ' differs in levels of indirection from 'void *'
D:\compile\php\php4-200105070945\ext\iconv\iconv.c(63) : warning C4047: 'initializing' : 'void *' differs in levels of indirection from 'const int '
Error executing xicl6.exe.
php_iconv.dll - 6 error(s), 2 warning(s)
-- Edit Bug report at: http://bugs.php.net/?id=10716&edit=1-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Daniel Beulshausen: "Re: [PHP-DEV] RE: Bug #10209 Updated: php_sybase_ct.dll is causing illegal oper ation"
- Previous message: pillaged <email protected>: "[PHP-DEV] Bug #10715: -0 Returns true as an integer"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

