Install PHP Tidy

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • kempshall

    Install PHP Tidy

    Can somebody please tell me how to install the Tidy module for PHP 5
    on a Mac? I tried what the php.net website said, which is running the
    command "pecl install tidy" but the installation failed somewhere in
    the make script. (It looks like PECL is trying to install Tidy version
    1.2, even though the documentation says that's only for PHP4.) Any
    help would be greatly appreciated.

    Here's the output from the "pecl install tidy" command in case it's
    helpful:

    downloading tidy-1.2.tgz ...
    Starting to download tidy-1.2.tgz (9,602 bytes)
    ......done: 9,602 bytes
    3 source files, building
    running: phpize
    Configuring for:
    PHP Api Version: 20041225
    Zend Module Api No: 20060613
    Zend Extension Api No: 220060519
    1. Tidy library installation dir? : autodetect

    1-1, 'all', 'abort', or Enter to continue:
    building in /var/tmp/pear-build-root/tidy-1.2
    running: /private/tmp/pear/download/tidy-1.2/configure --with-tidy
    checking for grep that handles long lines and -e... /usr/bin/grep
    checking for egrep... /usr/bin/grep -E
    checking for a sed that does not truncate output... /usr/bin/sed
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking whether gcc and cc understand -c and -o together... yes
    checking for system library directory... lib
    checking if compiler supports -R... no
    checking if compiler supports -Wl,-rpath,... yes
    checking build system type... i686-apple-darwin9.5.0
    checking host system type... i686-apple-darwin9.5.0
    checking target system type... i686-apple-darwin9.5.0
    checking for PHP prefix... /usr/local/php5
    checking for PHP includes... -I/usr/local/php5/include/php -I/usr/
    local/php5/include/php/main -I/usr/local/php5/include/php/TSRM -I/usr/
    local/php5/include/php/Zend -I/usr/local/php5/include/php/ext -I/usr/
    local/php5/include/php/ext/date/lib
    checking for PHP extension directory... /usr/local/php5/lib/php/
    extensions/no-debug-non-zts-20060613
    checking for PHP installed headers prefix... /usr/local/php5/include/
    php
    checking for re2c... no
    configure: WARNING: You will need re2c 0.12.0 or later if you want to
    regenerate PHP parsers.
    checking for gawk... no
    checking for nawk... no
    checking for awk... awk
    checking if awk is broken... no
    checking for TIDY support... yes, shared
    checking for ld used by gcc... /usr/libexec/gcc/i686-apple-
    darwin9/4.0.1/ld
    checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld)
    is GNU ld... no
    checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to
    reload object files... -r
    checking for BSD-compatible nm... /usr/bin/nm -p
    checking whether ln -s works... yes
    checking how to recognise dependent libraries... pass_all
    checking how to run the C preprocessor... gcc -E
    checking for ANSI C header files... rm: conftest.dSYM: is a directory
    rm: conftest.dSYM: is a directory
    yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking dlfcn.h usability... yes
    checking dlfcn.h presence... yes
    checking for dlfcn.h... yes
    checking the maximum length of command line arguments... 196608
    checking command to parse /usr/bin/nm -p output from gcc object... rm:
    conftest.dSYM: is a directory
    rm: conftest.dSYM: is a directory
    rm: conftest.dSYM: is a directory
    rm: conftest.dSYM: is a directory
    ok
    checking for objdir... .libs
    checking for ar... ar
    checking for ranlib... ranlib
    checking for strip... strip
    rm: conftest.dSYM: is a directory
    rm: conftest.dSYM: is a directory
    checking if gcc static flag works... rm: conftest.dSYM: is a
    directory
    yes
    checking if gcc supports -fno-rtti -fno-exceptions... rm:
    conftest.dSYM: is a directory
    no
    checking for gcc option to produce PIC... -fno-common
    checking if gcc PIC flag -fno-common works... rm: conftest.dSYM: is a
    directory
    yes
    checking if gcc supports -c -o file.o... rm: conftest.dSYM: is a
    directory
    yes
    checking whether the gcc linker (/usr/libexec/gcc/i686-apple-
    darwin9/4.0.1/ld) supports shared libraries... yes
    checking dynamic linker characteristics ... darwin9.5.0 dyld
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no

    creating libtool
    appending configuration tag "CXX" to libtool
    configure: creating ./config.status
    config.status: creating config.h
    running: make
    /bin/sh /private/var/tmp/pear-build-root/tidy-1.2/libtool --
    mode=compile gcc -I. -I/private/tmp/pear/download/tidy-1.2 -
    DPHP_ATOM_INC -I/private/var/tmp/pear-build-root/tidy-1.2/include -I/
    private/var/tmp/pear-build-root/tidy-1.2/main -I/private/tmp/pear/
    download/tidy-1.2 -I/usr/local/php5/include/php -I/usr/local/php5/
    include/php/main -I/usr/local/php5/include/php/TSRM -I/usr/local/php5/
    include/php/Zend -I/usr/local/php5/include/php/ext -I/usr/local/php5/
    include/php/ext/date/lib -I/usr/include/tidy -DHAVE_CONFIG_H -g -
    O2 -c /private/tmp/pear/download/tidy-1.2/tidy.c -o tidy.lo
    mkdir .libs
    gcc -I. -I/private/tmp/pear/download/tidy-1.2 -DPHP_ATOM_INC -I/
    private/var/tmp/pear-build-root/tidy-1.2/include -I/private/var/tmp/
    pear-build-root/tidy-1.2/main -I/private/tmp/pear/download/tidy-1.2 -I/
    usr/local/php5/include/php -I/usr/local/php5/include/php/main -I/usr/
    local/php5/include/php/TSRM -I/usr/local/php5/include/php/Zend -I/usr/
    local/php5/include/php/ext -I/usr/local/php5/include/php/ext/date/lib -
    I/usr/include/tidy -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/
    download/tidy-1.2/tidy.c -fno-common -DPIC -o .libs/tidy.o
    In file included from /usr/include/tidy/tidy.h:70,
    from /private/tmp/pear/download/tidy-1.2/php_tidy.h:
    39,
    from /private/tmp/pear/download/tidy-1.2/tidy.c:27:
    /usr/include/tidy/platform.h:530: error: duplicate 'unsigned'
    /usr/include/tidy/platform.h:530: warning: useless type name in empty
    declaration
    /private/tmp/pear/download/tidy-1.2/tidy.c: In function
    'php_tidy_quick _repair':
    /private/tmp/pear/download/tidy-1.2/tidy.c:301: warning: pointer
    targets in passing argument 2 of 'tidyBufAttach' differ in signedness
    /private/tmp/pear/download/tidy-1.2/tidy.c:312: warning: pointer
    targets in initialization differ in signedness
    /private/tmp/pear/download/tidy-1.2/tidy.c: In function
    'zif_tidy_parse _string':
    /private/tmp/pear/download/tidy-1.2/tidy.c:414: warning: pointer
    targets in passing argument 2 of 'tidyBufAttach' differ in signedness
    /private/tmp/pear/download/tidy-1.2/tidy.c: In function
    'zif_tidy_get_e rror_buffer':
    /private/tmp/pear/download/tidy-1.2/tidy.c:444: warning: pointer
    targets in initialization differ in signedness
    /private/tmp/pear/download/tidy-1.2/tidy.c: In function
    'zif_tidy_get_o utput':
    /private/tmp/pear/download/tidy-1.2/tidy.c:463: warning: pointer
    targets in initialization differ in signedness
    /private/tmp/pear/download/tidy-1.2/tidy.c: In function
    'zif_tidy_parse _file':
    /private/tmp/pear/download/tidy-1.2/tidy.c:490: warning: pointer
    targets in passing argument 2 of 'tidyBufAttach' differ in signedness
    make: *** [tidy.lo] Error 1
    ERROR: `make' failed
Working...