[PHP-DEV] iconv function breaks build on HPUX From: Sascha Schumann (sascha <email protected>)
Date: 01/08/01

    Hi Hirokawa-san, (I hope I got the order right)

    HPUX 10.20 has iconv, but the system header file appears to
    be broken somehow. Please make the iconv-related stuff in
    ext/standard/string.c optional and not only dependent on the
    HAVE_ICONV test.

    In file included from
    /tmp/sas-src/php4/ext/standard/string.c:34:
    /usr/include/iconv.h:58: parse error before `shl_t'
    /usr/include/iconv.h:58: warning: no semicolon at end of struct or union
    /usr/include/iconv.h:69: parse error before `}'
    /tmp/sas-src/php4/ext/standard/string.c: In function `php_iconv_string':
    /tmp/sas-src/php4/ext/standard/string.c:3033: warning: passing arg 2 of `iconv' from incompatible pointer type

    Thanks,
    - Sascha

-- 
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>