Compiling on solaris

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1322
    mjgp2
    Participant

    Hi! Am trying to compile on solaris but it bails. Using nightly build 1549.

    ./configure --disable-mdns --enable-howl --with-howl-includes=/opt/local/include/howl --with-howl-libs=/opt/local/lib --prefix=/opt/local --enable-sqlite3 CFLAGS="-std=C99"

    Then make gives:

    make  all-recursive
    Making all in src
    Making all in plugins
    source='out-daap.c' object='out-daap.lo' libtool=yes
    DEPDIR=.deps depmode=none /bin/bash ../../depcomp
    /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I.. -std=C99 -c -o out-daap.lo out-daap.c
    mkdir .libs
    cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I.. -std=C99 -c out-daap.c -DPIC
    cc: Warning: illegal option -d=C99
    mv -f out-daap.o .libs/out-daap.o
    cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I.. -std=C99 -c out-daap.c >/dev/null 2>&1
    source='out-daap-proto.c' object='out-daap-proto.lo' libtool=yes
    DEPDIR=.deps depmode=none /bin/bash ../../depcomp
    /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I.. -std=C99 -c -o out-daap-proto.lo out-daap-proto.c
    cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I.. -std=C99 -c out-daap-proto.c -DPIC
    cc: Warning: illegal option -d=C99
    "out-daap-proto.c", line 726: warning: statement not reached
    mv -f out-daap-proto.o .libs/out-daap-proto.o
    cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I.. -std=C99 -c out-daap-proto.c >/dev/null 2>&1
    /bin/bash ../../libtool --tag=CC --mode=link cc -I.. -std=C99 -L/opt/local/lib -L/opt/csw/lib -R/usr/local/lib:/opt/csw/lib:/usr/sfw/lib -L/opt/local/lib -R/opt/local/lib -o out-daap.la -rpath /opt/local/share/mt-daapd/plugins -module -avoid-version out-daap.lo out-daap-proto.lo -ldl -lhowl -lnsl -lsocket -lresolv -lid3tag -lz -lsqlite3
    /usr/ccs/bin/ld -G -h out-daap.so -o .libs/out-daap.so .libs/out-daap.o .libs/out-daap-proto.o -R/opt/local/lib -R/opt/csw/lib -R/opt/local/lib -R/opt/csw/lib -R/usr/local/lib:/opt/csw/lib:/usr/sfw/lib -L/opt/local/lib -L/opt/csw/lib -ldl /opt/local/lib/libhowl.so -lnsl -lsocket -lresolv /opt/csw/lib/libid3tag.so -lz /opt/csw/lib/libsqlite3.so -lc
    ar cru .libs/out-daap.a out-daap.o out-daap-proto.o
    ranlib .libs/out-daap.a
    creating out-daap.la
    (cd .libs && rm -f out-daap.la && ln -s ../out-daap.la out-daap.la)
    source='compat.c' object='compat.lo' libtool=yes
    DEPDIR=.deps depmode=none /bin/bash ../../depcomp
    /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I.. -std=C99 -c -o compat.lo compat.c
    cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I.. -std=C99 -c compat.c -DPIC
    cc: Warning: illegal option -d=C99
    "compat.c", line 503: warning: implicit function declaration: getenv
    "compat.c", line 503: warning: improper pointer/integer combination: op "="
    "compat.c", line 504: warning: implicit function declaration: _putenv
    "compat.c", line 505: warning: implicit function declaration: _tzset
    mv -f compat.o .libs/compat.o
    cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I.. -std=C99 -c compat.c >/dev/null 2>&1
    source='rsp.c' object='rsp.lo' libtool=yes
    DEPDIR=.deps depmode=none /bin/bash ../../depcomp
    /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I.. -std=C99 -c -o rsp.lo rsp.c
    cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I.. -std=C99 -c rsp.c -DPIC
    cc: Warning: illegal option -d=C99
    mv -f rsp.o .libs/rsp.o
    cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I.. -std=C99 -c rsp.c >/dev/null 2>&1
    source='xml-rpc.c' object='xml-rpc.lo' libtool=yes
    DEPDIR=.deps depmode=none /bin/bash ../../depcomp
    /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I.. -std=C99 -c -o xml-rpc.lo xml-rpc.c
    cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I.. -std=C99 -c xml-rpc.c -DPIC
    cc: Warning: illegal option -d=C99
    mv -f xml-rpc.o .libs/xml-rpc.o
    cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I.. -std=C99 -c xml-rpc.c >/dev/null 2>&1
    /bin/bash ../../libtool --tag=CC --mode=link cc -I.. -std=C99 -L/opt/local/lib -L/opt/csw/lib -R/usr/local/lib:/opt/csw/lib:/usr/sfw/lib -L/opt/local/lib -R/opt/local/lib -o rsp.la -rpath /opt/local/share/mt-daapd/plugins -module -avoid-version compat.lo rsp.lo xml-rpc.lo -ldl -lhowl -lnsl -lsocket -lresolv -lid3tag -lz -lsqlite3
    /usr/ccs/bin/ld -G -h rsp.so -o .libs/rsp.so .libs/compat.o .libs/rsp.o .libs/xml-rpc.o -R/opt/local/lib -R/opt/csw/lib -R/opt/local/lib -R/opt/csw/lib -R/usr/local/lib:/opt/csw/lib:/usr/sfw/lib -L/opt/local/lib -L/opt/csw/lib -ldl /opt/local/lib/libhowl.so -lnsl -lsocket -lresolv /opt/csw/lib/libid3tag.so -lz /opt/csw/lib/libsqlite3.so -lc
    ar cru .libs/rsp.a compat.o rsp.o xml-rpc.o
    ranlib .libs/rsp.a
    creating rsp.la
    (cd .libs && rm -f rsp.la && ln -s ../rsp.la rsp.la)
    source='ssc-script.c' object='ssc-script.lo' libtool=yes
    DEPDIR=.deps depmode=none /bin/bash ../../depcomp
    /bin/bash ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I.. -std=C99 -c -o ssc-script.lo ssc-script.c
    cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I.. -std=C99 -c ssc-script.c -DPIC
    cc: Warning: illegal option -d=C99
    mv -f ssc-script.o .libs/ssc-script.o
    cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I.. -std=C99 -c ssc-script.c >/dev/null 2>&1
    /bin/bash ../../libtool --tag=CC --mode=link cc -I.. -std=C99 -L/opt/local/lib -L/opt/csw/lib -R/usr/local/lib:/opt/csw/lib:/usr/sfw/lib -L/opt/local/lib -R/opt/local/lib -o ssc-script.la -rpath /opt/local/share/mt-daapd/plugins -module -avoid-version ssc-script.lo -ldl -lhowl -lnsl -lsocket -lresolv -lid3tag -lz -lsqlite3
    /usr/ccs/bin/ld -G -h ssc-script.so -o .libs/ssc-script.so .libs/ssc-script.o -R/opt/local/lib -R/opt/csw/lib -R/opt/local/lib -R/opt/csw/lib -R/usr/local/lib:/opt/csw/lib:/usr/sfw/lib -L/opt/local/lib -L/opt/csw/lib -ldl /opt/local/lib/libhowl.so -lnsl -lsocket -lresolv /opt/csw/lib/libid3tag.so -lz /opt/csw/lib/libsqlite3.so -lc
    ar cru .libs/ssc-script.a ssc-script.o
    ranlib .libs/ssc-script.a
    creating ssc-script.la
    (cd .libs && rm -f ssc-script.la && ln -s ../ssc-script.la ssc-script.la)
    source='wavstreamer.c' object='wavstreamer.o' libtool=no
    DEPDIR=.deps depmode=none /bin/bash ../depcomp
    cc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -std=C99 -c wavstreamer.c
    cc: Warning: illegal option -d=C99
    /bin/bash ../libtool --tag=CC --mode=link cc -std=C99 -L/opt/local/lib -L/opt/csw/lib -R/usr/local/lib:/opt/csw/lib:/usr/sfw/lib -L/opt/local/lib -R/opt/local/lib -o wavstreamer wavstreamer.o -ldl -lhowl -lnsl -lsocket -lresolv -lid3tag -lz -lsqlite3
    mkdir .libs
    cc -std=C99 -o wavstreamer wavstreamer.o -L/opt/local/lib -L/opt/csw/lib -ldl /opt/local/lib/libhowl.so -lnsl -lsocket -lresolv /opt/csw/lib/libid3tag.so -lz /opt/csw/lib/libsqlite3.so -lpthread -R/opt/local/lib -R/opt/csw/lib -R/opt/local/lib -R/opt/csw/lib -R/usr/local/lib:/opt/csw/lib:/usr/sfw/lib
    cc: Warning: illegal option -d=C99
    source='main.c' object='main.o' libtool=no
    DEPDIR=.deps depmode=none /bin/bash ../depcomp
    cc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -std=C99 -c main.c
    cc: Warning: illegal option -d=C99
    source='uici.c' object='uici.o' libtool=no
    DEPDIR=.deps depmode=none /bin/bash ../depcomp
    cc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -std=C99 -c uici.c
    cc: Warning: illegal option -d=C99
    source='webserver.c' object='webserver.o' libtool=no
    DEPDIR=.deps depmode=none /bin/bash ../depcomp
    cc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -std=C99 -c webserver.c
    cc: Warning: illegal option -d=C99
    "webserver.c", line 485: warning: statement not reached
    "webserver.c", line 671: warning: implicit function declaration: strsep
    source='configfile.c' object='configfile.o' libtool=no
    DEPDIR=.deps depmode=none /bin/bash ../depcomp
    cc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -std=C99 -c configfile.c
    cc: Warning: illegal option -d=C99
    "configfile.c", line 338: warning: implicit function declaration: strsep
    "configfile.c", line 1072: undefined symbol: HOST
    cc: acomp failed for configfile.c
    *** Error code 2
    make: Fatal error: Command failed for target `configfile.o'
    Current working directory /cartman/cheesypoofs/mt-daapd-svn-1549/src
    *** Error code 1
    The following command caused the error:
    failcom='exit 1';
    for f in x $MAKEFLAGS; do
    case $f in
    *=* | --[!k]*);;
    *k*) failcom='fail=yes';;
    esac;
    done;
    dot_seen=no;
    target=`echo all-recursive | sed s/-recursive//`;
    list='plugins '; for subdir in $list; do
    echo "Making $target in $subdir";
    if test "$subdir" = "."; then
    dot_seen=yes;
    local_target="$target-am";
    else
    local_target="$target";
    fi;
    (cd $subdir && make $local_target)
    || eval $failcom;
    done;
    if test "$dot_seen" = "no"; then
    make "$target-am" || exit 1;
    fi; test -z "$fail"
    make: Fatal error: Command failed for target `all-recursive'
    Current working directory /cartman/cheesypoofs/mt-daapd-svn-1549/src
    *** Error code 1
    The following command caused the error:
    failcom='exit 1';
    for f in x $MAKEFLAGS; do
    case $f in
    *=* | --[!k]*);;
    *k*) failcom='fail=yes';;
    esac;
    done;
    dot_seen=no;
    target=`echo all-recursive | sed s/-recursive//`;
    list='src admin-root contrib'; for subdir in $list; do
    echo "Making $target in $subdir";
    if test "$subdir" = "."; then
    dot_seen=yes;
    local_target="$target-am";
    else
    local_target="$target";
    fi;
    (cd $subdir && make $local_target)
    || eval $failcom;
    done;
    if test "$dot_seen" = "no"; then
    make "$target-am" || exit 1;
    fi; test -z "$fail"
    make: Fatal error: Command failed for target `all-recursive'
    Current working directory /cartman/cheesypoofs/mt-daapd-svn-1549
    *** Error code 1
    make: Fatal error: Command failed for target `all'

    Any help appreciated πŸ™‚

    Matt

    #10348
    mjgp2
    Participant

    Should probably have said opensolaris πŸ™‚

    #10349
    rpedde
    Participant
    mjgp2 wrote:
    Hi! Am trying to compile on solaris but it bails. Using nightly build 1549.

    ./configure --disable-mdns --enable-howl --with-howl-includes=/opt/local/include/howl --with-howl-libs=/opt/local/lib --prefix=/opt/local --enable-sqlite3 CFLAGS="-std=C99"

    [/quote[

    Maybe try:


    ./configure --enable-howl --with-howl-includes=/opt/local/include/howl --with-howl-libs=/opt/local/lib --prefix=/opt/local --enable-sqlite3

    that is, without the c99. Which cc is this, anyway? gcc, or the solaris one?

    #10350
    mjgp2
    Participant

    gcc wasn’t on my path…. fixed that but now have another error. Here’s the relevant output… all help appreciated! Thanks πŸ™‚



    # ./configure LDFLAGS="-L/opt/local/lib -L/opt/csw/lib" CPPFLAGS="-I/opt/local/include -I/opt/csw/include" --prefix=/opt/local --enable-sqlite3 --disable-mdns --enable-howl --with-howl-includes=/opt/local/include/howl --with-id3tag=/opt/csw
    checking for a BSD-compatible install... ./install-sh -c
    checking whether build environment is sane... yes
    checking for gawk... no
    checking for mawk... no
    checking for nawk... nawk
    checking whether make sets $(MAKE)... yes
    checking for style of include used by make... GNU
    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 ANSI C... none needed
    checking dependency style of gcc... gcc3
    checking how to run the C preprocessor... gcc -E
    checking for egrep... egrep
    checking for AIX... no
    checking for ANSI C header files... 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 minix/config.h usability... no
    checking minix/config.h presence... no
    checking for minix/config.h... no
    checking whether it is safe to define __EXTENSIONS__... yes
    checking for gcc... (cached) gcc
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether gcc accepts -g... (cached) yes
    checking for gcc option to accept ANSI C... (cached) none needed
    checking dependency style of gcc... (cached) gcc3
    checking build system type... i386-pc-solaris2.11
    checking host system type... i386-pc-solaris2.11
    checking for a sed that does not truncate output... /usr/bin/sed
    checking for ld used by gcc... /usr/ccs/bin/ld
    checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
    checking for /usr/ccs/bin/ld option to reload object files... -r
    checking for BSD-compatible nm... /usr/ccs/bin//nm -p
    checking whether ln -s works... yes
    checking how to recognise dependent libraries... pass_all
    checking dlfcn.h usability... yes
    checking dlfcn.h presence... yes
    checking for dlfcn.h... yes
    checking for g++... g++
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking dependency style of g++... gcc3
    checking how to run the C++ preprocessor... g++ -E
    checking for g77... no
    checking for f77... f77
    checking whether we are using the GNU Fortran 77 compiler... no
    checking whether f77 accepts -g... yes
    checking the maximum length of command line arguments... 262144
    checking command to parse /usr/ccs/bin//nm -p output from gcc object... ok
    checking for objdir... .libs
    checking for ar... ar
    checking for ranlib... ranlib
    checking for strip... strip
    checking if gcc static flag works... yes
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC
    checking if gcc PIC flag -fPIC works... yes
    checking if gcc supports -c -o file.o... yes
    checking whether the gcc linker (/usr/ccs/bin/ld) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... yes
    checking dynamic linker characteristics... solaris2.11 ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... no
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    configure: creating libtool
    appending configuration tag "CXX" to libtool
    checking for ld used by g++... /usr/ccs/bin/ld
    checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
    checking whether the g++ linker (/usr/ccs/bin/ld) supports shared libraries... yes
    checking for g++ option to produce PIC... -fPIC
    checking if g++ PIC flag -fPIC works... yes
    checking if g++ supports -c -o file.o... yes
    checking whether the g++ linker (/usr/ccs/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... solaris2.11 ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... no
    appending configuration tag "F77" to libtool
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    checking for f77 option to produce PIC... -fPIC
    checking if f77 PIC flag -fPIC works... no
    checking if f77 supports -c -o file.o... no
    checking whether the f77 linker (/usr/ccs/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... f90: Warning: Option -print-search-dirs passed to ld, if ld is invoked, ignored otherwise
    Usage: f90 [ options ] files. Use 'f90 -flags' for details
    solaris2.11 ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... no
    checking sys/wait.h usability... yes
    checking sys/wait.h presence... yes
    checking for sys/wait.h... yes
    checking sys/param.h usability... yes
    checking sys/param.h presence... yes
    checking for sys/param.h... yes
    checking sys/select.h usability... yes
    checking sys/select.h presence... yes
    checking for sys/select.h... yes
    checking dirent.h usability... yes
    checking dirent.h presence... yes
    checking for dirent.h... yes
    checking for strptime... yes
    checking for strtok_r... yes
    checking for timegm... no
    checking whether setpgrp takes no argument... yes
    checking for pthread_creat in -lc_r... no
    checking for pthread_create in -lpthread... yes
    checking for pkg-config... /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for strcasestr... no
    checking for strsep... no
    Host type is i386-pc-solaris2.11
    checking getopt.h usability... yes
    checking getopt.h presence... yes
    checking for getopt.h... yes
    checking for stdint.h... (cached) yes
    checking id3tag.h usability... yes
    checking id3tag.h presence... yes
    checking for id3tag.h... yes
    checking for id3_file_open in -lid3tag... yes
    checking sqlite3.h usability... yes
    checking sqlite3.h presence... yes
    checking for sqlite3.h... yes
    checking for sqlite3_open in -lsqlite3... yes
    checking for strcasestr... (cached) no
    checking for strsep... (cached) no
    checking for atoll... yes
    checking for ANSI C header files... (cached) yes
    checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
    checking fcntl.h usability... yes
    checking fcntl.h presence... yes
    checking for fcntl.h... yes
    checking sys/ioctl.h usability... yes
    checking sys/ioctl.h presence... yes
    checking for sys/ioctl.h... yes
    checking sys/time.h usability... yes
    checking sys/time.h presence... yes
    checking for sys/time.h... yes
    checking syslog.h usability... yes
    checking syslog.h presence... yes
    checking for syslog.h... yes
    checking for unistd.h... (cached) yes
    checking sys/filio.h usability... yes
    checking sys/filio.h presence... yes
    checking for sys/filio.h... yes
    checking termio.h usability... yes
    checking termio.h presence... yes
    checking for termio.h... yes
    checking whether time.h and sys/time.h may both be included... yes
    checking whether gcc needs -traditional... no
    checking return type of signal handlers... void
    checking for select... yes
    checking for socket... yes
    checking for strdup... yes
    checking for strerror... yes
    checking for dlsym in -ldl... yes
    checking for socket in -lsocket... yes
    configure: creating ./config.status
    config.status: creating src/Makefile
    config.status: creating src/plugins/Makefile
    config.status: creating admin-root/Makefile
    config.status: creating admin-root/lib-js/Makefile
    config.status: creating admin-root/lib-js/script.aculo.us/Makefile
    config.status: creating contrib/Makefile
    config.status: creating contrib/init.d/Makefile
    config.status: creating src/mdns/Makefile
    config.status: creating Makefile
    config.status: creating config.h
    config.status: config.h is unchanged
    config.status: executing depfiles commands
    # gmake
    gmake all-recursive
    gmake[1]: Entering directory `/cartman/cheesypoofs/mt-daapd-svn-1549'
    Making all in src
    gmake[2]: Entering directory `/cartman/cheesypoofs/mt-daapd-svn-1549/src'
    Making all in plugins
    gmake[3]: Entering directory `/cartman/cheesypoofs/mt-daapd-svn-1549/src/plugins'
    if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -I.. -g -O2 -MT out-daap.lo -MD -MP -MF ".deps/out-daap.Tpo" -c -o out-daap.lo out-daap.c;
    then mv -f ".deps/out-daap.Tpo" ".deps/out-daap.Plo"; else rm -f ".deps/out-daap.Tpo"; exit 1; fi
    mkdir .libs
    gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -I.. -g -O2 -MT out-daap.lo -MD -MP -MF .deps/out-daap.Tpo -c out-daap.c -fPIC -DPIC -o .libs/out-daap.o
    gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -I.. -g -O2 -MT out-daap.lo -MD -MP -MF .deps/out-daap.Tpo -c out-daap.c -o out-daap.o >/dev/null 2>&1
    if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -I.. -g -O2 -MT out-daap-proto.lo -MD -MP -MF ".deps/out-daap-proto.Tpo" -c -o out-daap-proto.lo out-daap-proto.c;
    then mv -f ".deps/out-daap-proto.Tpo" ".deps/out-daap-proto.Plo"; else rm -f ".deps/out-daap-proto.Tpo"; exit 1; fi
    gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -I.. -g -O2 -MT out-daap-proto.lo -MD -MP -MF .deps/out-daap-proto.Tpo -c out-daap-proto.c -fPIC -DPIC -o .libs/out-daap-proto.o
    gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -I.. -g -O2 -MT out-daap-proto.lo -MD -MP -MF .deps/out-daap-proto.Tpo -c out-daap-proto.c -o out-daap-proto.o >/dev/null 2>&1
    /bin/bash ../../libtool --tag=CC --mode=link gcc -I.. -g -O2 -L/opt/local/lib -L/opt/csw/lib -R/usr/local/lib:/opt/csw/lib:/usr/sfw/lib -L/opt/csw/lib -R/opt/csw/lib -o out-daap.la -rpath /opt/local/share/mt-daapd/plugins -module -avoid-version out-daap.lo out-daap-proto.lo -ldl -lpthread -lhowl -lnsl -lsocket -lresolv -lid3tag -lz -lsqlite3
    gcc -shared -Wl,-h -Wl,out-daap.so -o .libs/out-daap.so .libs/out-daap.o .libs/out-daap-proto.o -R/opt/local/lib -R/opt/csw/lib -R/opt/local/lib -R/opt/csw/lib -R/usr/local/lib:/opt/csw/lib:/usr/sfw/lib -L/opt/local/lib -L/opt/csw/lib -ldl -lpthread /opt/local/lib/libhowl.so -lnsl -lsocket -lresolv /opt/csw/lib/libid3tag.so -lz /opt/csw/lib/libsqlite3.so -lc
    ar cru .libs/out-daap.a out-daap.o out-daap-proto.o
    ranlib .libs/out-daap.a
    creating out-daap.la
    (cd .libs && rm -f out-daap.la && ln -s ../out-daap.la out-daap.la)
    if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -I.. -g -O2 -MT compat.lo -MD -MP -MF ".deps/compat.Tpo" -c -o compat.lo compat.c;
    then mv -f ".deps/compat.Tpo" ".deps/compat.Plo"; else rm -f ".deps/compat.Tpo"; exit 1; fi
    gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -I.. -g -O2 -MT compat.lo -MD -MP -MF .deps/compat.Tpo -c compat.c -fPIC -DPIC -o .libs/compat.o
    compat.c: In function `timegm':
    compat.c:503: warning: assignment makes pointer from integer without a cast
    gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -I.. -g -O2 -MT compat.lo -MD -MP -MF .deps/compat.Tpo -c compat.c -o compat.o >/dev/null 2>&1
    if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -I.. -g -O2 -MT rsp.lo -MD -MP -MF ".deps/rsp.Tpo" -c -o rsp.lo rsp.c;
    then mv -f ".deps/rsp.Tpo" ".deps/rsp.Plo"; else rm -f ".deps/rsp.Tpo"; exit 1; fi
    gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -I.. -g -O2 -MT rsp.lo -MD -MP -MF .deps/rsp.Tpo -c rsp.c -fPIC -DPIC -o .libs/rsp.o
    gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -I.. -g -O2 -MT rsp.lo -MD -MP -MF .deps/rsp.Tpo -c rsp.c -o rsp.o >/dev/null 2>&1
    if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -I.. -g -O2 -MT xml-rpc.lo -MD -MP -MF ".deps/xml-rpc.Tpo" -c -o xml-rpc.lo xml-rpc.c;
    then mv -f ".deps/xml-rpc.Tpo" ".deps/xml-rpc.Plo"; else rm -f ".deps/xml-rpc.Tpo"; exit 1; fi
    gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -I.. -g -O2 -MT xml-rpc.lo -MD -MP -MF .deps/xml-rpc.Tpo -c xml-rpc.c -fPIC -DPIC -o .libs/xml-rpc.o
    gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -I.. -g -O2 -MT xml-rpc.lo -MD -MP -MF .deps/xml-rpc.Tpo -c xml-rpc.c -o xml-rpc.o >/dev/null 2>&1
    /bin/bash ../../libtool --tag=CC --mode=link gcc -I.. -g -O2 -L/opt/local/lib -L/opt/csw/lib -R/usr/local/lib:/opt/csw/lib:/usr/sfw/lib -L/opt/csw/lib -R/opt/csw/lib -o rsp.la -rpath /opt/local/share/mt-daapd/plugins -module -avoid-version compat.lo rsp.lo xml-rpc.lo -ldl -lpthread -lhowl -lnsl -lsocket -lresolv -lid3tag -lz -lsqlite3
    gcc -shared -Wl,-h -Wl,rsp.so -o .libs/rsp.so .libs/compat.o .libs/rsp.o .libs/xml-rpc.o -R/opt/local/lib -R/opt/csw/lib -R/opt/local/lib -R/opt/csw/lib -R/usr/local/lib:/opt/csw/lib:/usr/sfw/lib -L/opt/local/lib -L/opt/csw/lib -ldl -lpthread /opt/local/lib/libhowl.so -lnsl -lsocket -lresolv /opt/csw/lib/libid3tag.so -lz /opt/csw/lib/libsqlite3.so -lc
    ar cru .libs/rsp.a compat.o rsp.o xml-rpc.o
    ranlib .libs/rsp.a
    creating rsp.la
    (cd .libs && rm -f rsp.la && ln -s ../rsp.la rsp.la)
    if /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -I.. -g -O2 -MT ssc-script.lo -MD -MP -MF ".deps/ssc-script.Tpo" -c -o ssc-script.lo ssc-script.c;
    then mv -f ".deps/ssc-script.Tpo" ".deps/ssc-script.Plo"; else rm -f ".deps/ssc-script.Tpo"; exit 1; fi
    gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -I.. -g -O2 -MT ssc-script.lo -MD -MP -MF .deps/ssc-script.Tpo -c ssc-script.c -fPIC -DPIC -o .libs/ssc-script.o
    gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -I.. -g -O2 -MT ssc-script.lo -MD -MP -MF .deps/ssc-script.Tpo -c ssc-script.c -o ssc-script.o >/dev/null 2>&1
    /bin/bash ../../libtool --tag=CC --mode=link gcc -I.. -g -O2 -L/opt/local/lib -L/opt/csw/lib -R/usr/local/lib:/opt/csw/lib:/usr/sfw/lib -L/opt/csw/lib -R/opt/csw/lib -o ssc-script.la -rpath /opt/local/share/mt-daapd/plugins -module -avoid-version ssc-script.lo -ldl -lpthread -lhowl -lnsl -lsocket -lresolv -lid3tag -lz -lsqlite3
    gcc -shared -Wl,-h -Wl,ssc-script.so -o .libs/ssc-script.so .libs/ssc-script.o -R/opt/local/lib -R/opt/csw/lib -R/opt/local/lib -R/opt/csw/lib -R/usr/local/lib:/opt/csw/lib:/usr/sfw/lib -L/opt/local/lib -L/opt/csw/lib -ldl -lpthread /opt/local/lib/libhowl.so -lnsl -lsocket -lresolv /opt/csw/lib/libid3tag.so -lz /opt/csw/lib/libsqlite3.so -lc
    ar cru .libs/ssc-script.a ssc-script.o
    ranlib .libs/ssc-script.a
    creating ssc-script.la
    (cd .libs && rm -f ssc-script.la && ln -s ../ssc-script.la ssc-script.la)
    gmake[3]: Leaving directory `/cartman/cheesypoofs/mt-daapd-svn-1549/src/plugins'
    gmake[3]: Entering directory `/cartman/cheesypoofs/mt-daapd-svn-1549/src'
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -g -O2 -MT wavstreamer.o -MD -MP -MF ".deps/wavstreamer.Tpo" -c -o wavstreamer.o wavstreamer.c;
    then mv -f ".deps/wavstreamer.Tpo" ".deps/wavstreamer.Po"; else rm -f ".deps/wavstreamer.Tpo"; exit 1; fi
    /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -L/opt/local/lib -L/opt/csw/lib -R/usr/local/lib:/opt/csw/lib:/usr/sfw/lib -L/opt/csw/lib -R/opt/csw/lib -o wavstreamer wavstreamer.o -ldl -lpthread -lhowl -lnsl -lsocket -lresolv -lid3tag -lz -lsqlite3
    mkdir .libs
    gcc -g -O2 -o wavstreamer wavstreamer.o -L/opt/local/lib -L/opt/csw/lib -ldl /opt/local/lib/libhowl.so -lnsl -lsocket -lresolv /opt/csw/lib/libid3tag.so -lz /opt/csw/lib/libsqlite3.so -lpthread -R/opt/local/lib -R/opt/csw/lib -R/opt/local/lib -R/opt/csw/lib -R/usr/local/lib:/opt/csw/lib:/usr/sfw/lib
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -g -O2 -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.c;
    then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -g -O2 -MT uici.o -MD -MP -MF ".deps/uici.Tpo" -c -o uici.o uici.c;
    then mv -f ".deps/uici.Tpo" ".deps/uici.Po"; else rm -f ".deps/uici.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -g -O2 -MT webserver.o -MD -MP -MF ".deps/webserver.Tpo" -c -o webserver.o webserver.c;
    then mv -f ".deps/webserver.Tpo" ".deps/webserver.Po"; else rm -f ".deps/webserver.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -g -O2 -MT configfile.o -MD -MP -MF ".deps/configfile.Tpo" -c -o configfile.o configfile.c;
    then mv -f ".deps/configfile.Tpo" ".deps/configfile.Po"; else rm -f ".deps/configfile.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -g -O2 -MT err.o -MD -MP -MF ".deps/err.Tpo" -c -o err.o err.c;
    then mv -f ".deps/err.Tpo" ".deps/err.Po"; else rm -f ".deps/err.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -g -O2 -MT restart.o -MD -MP -MF ".deps/restart.Tpo" -c -o restart.o restart.c;
    then mv -f ".deps/restart.Tpo" ".deps/restart.Po"; else rm -f ".deps/restart.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -g -O2 -MT mp3-scanner.o -MD -MP -MF ".deps/mp3-scanner.Tpo" -c -o mp3-scanner.o mp3-scanner.c;
    then mv -f ".deps/mp3-scanner.Tpo" ".deps/mp3-scanner.Po"; else rm -f ".deps/mp3-scanner.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -g -O2 -MT db-generic.o -MD -MP -MF ".deps/db-generic.Tpo" -c -o db-generic.o db-generic.c;
    then mv -f ".deps/db-generic.Tpo" ".deps/db-generic.Po"; else rm -f ".deps/db-generic.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -g -O2 -MT rxml.o -MD -MP -MF ".deps/rxml.Tpo" -c -o rxml.o rxml.c;
    then mv -f ".deps/rxml.Tpo" ".deps/rxml.Po"; else rm -f ".deps/rxml.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -g -O2 -MT redblack.o -MD -MP -MF ".deps/redblack.Tpo" -c -o redblack.o redblack.c;
    then mv -f ".deps/redblack.Tpo" ".deps/redblack.Po"; else rm -f ".deps/redblack.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -g -O2 -MT scan-mp3.o -MD -MP -MF ".deps/scan-mp3.Tpo" -c -o scan-mp3.o scan-mp3.c;
    then mv -f ".deps/scan-mp3.Tpo" ".deps/scan-mp3.Po"; else rm -f ".deps/scan-mp3.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -g -O2 -MT scan-mp4.o -MD -MP -MF ".deps/scan-mp4.Tpo" -c -o scan-mp4.o scan-mp4.c;
    then mv -f ".deps/scan-mp4.Tpo" ".deps/scan-mp4.Po"; else rm -f ".deps/scan-mp4.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -g -O2 -MT scan-aif.o -MD -MP -MF ".deps/scan-aif.Tpo" -c -o scan-aif.o scan-aif.c;
    then mv -f ".deps/scan-aif.Tpo" ".deps/scan-aif.Po"; else rm -f ".deps/scan-aif.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -g -O2 -MT scan-xml.o -MD -MP -MF ".deps/scan-xml.Tpo" -c -o scan-xml.o scan-xml.c;
    then mv -f ".deps/scan-xml.Tpo" ".deps/scan-xml.Po"; else rm -f ".deps/scan-xml.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -g -O2 -MT scan-wma.o -MD -MP -MF ".deps/scan-wma.Tpo" -c -o scan-wma.o scan-wma.c;
    then mv -f ".deps/scan-wma.Tpo" ".deps/scan-wma.Po"; else rm -f ".deps/scan-wma.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -g -O2 -MT scan-aac.o -MD -MP -MF ".deps/scan-aac.Tpo" -c -o scan-aac.o scan-aac.c;
    then mv -f ".deps/scan-aac.Tpo" ".deps/scan-aac.Po"; else rm -f ".deps/scan-aac.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -g -O2 -MT scan-wav.o -MD -MP -MF ".deps/scan-wav.Tpo" -c -o scan-wav.o scan-wav.c;
    then mv -f ".deps/scan-wav.Tpo" ".deps/scan-wav.Po"; else rm -f ".deps/scan-wav.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -g -O2 -MT scan-url.o -MD -MP -MF ".deps/scan-url.Tpo" -c -o scan-url.o scan-url.c;
    then mv -f ".deps/scan-url.Tpo" ".deps/scan-url.Po"; else rm -f ".deps/scan-url.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -g -O2 -MT smart-parser.o -MD -MP -MF ".deps/smart-parser.Tpo" -c -o smart-parser.o smart-parser.c;
    then mv -f ".deps/smart-parser.Tpo" ".deps/smart-parser.Po"; else rm -f ".deps/smart-parser.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -g -O2 -MT xml-rpc.o -MD -MP -MF ".deps/xml-rpc.Tpo" -c -o xml-rpc.o xml-rpc.c;
    then mv -f ".deps/xml-rpc.Tpo" ".deps/xml-rpc.Po"; else rm -f ".deps/xml-rpc.Tpo"; exit 1; fi
    xml-rpc.c: In function `xml_get_stats':
    xml-rpc.c:547: warning: assignment makes pointer from integer without a cast
    xml-rpc.c:549: warning: passing arg 3 of `xml_output' makes pointer from integer without a cast
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -g -O2 -MT ll.o -MD -MP -MF ".deps/ll.Tpo" -c -o ll.o ll.c;
    then mv -f ".deps/ll.Tpo" ".deps/ll.Po"; else rm -f ".deps/ll.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -g -O2 -MT conf.o -MD -MP -MF ".deps/conf.Tpo" -c -o conf.o conf.c;
    then mv -f ".deps/conf.Tpo" ".deps/conf.Po"; else rm -f ".deps/conf.Tpo"; exit 1; fi
    conf.c: In function `_conf_makedir':
    conf.c:224: warning: assignment makes pointer from integer without a cast
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -g -O2 -MT compat.o -MD -MP -MF ".deps/compat.Tpo" -c -o compat.o compat.c;
    then mv -f ".deps/compat.Tpo" ".deps/compat.Po"; else rm -f ".deps/compat.Tpo"; exit 1; fi
    compat.c: In function `timegm':
    compat.c:505: warning: assignment makes pointer from integer without a cast
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -g -O2 -MT util.o -MD -MP -MF ".deps/util.Tpo" -c -o util.o util.c;
    then mv -f ".deps/util.Tpo" ".deps/util.Po"; else rm -f ".deps/util.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -g -O2 -MT os-unix.o -MD -MP -MF ".deps/os-unix.Tpo" -c -o os-unix.o os-unix.c;
    then mv -f ".deps/os-unix.Tpo" ".deps/os-unix.Po"; else rm -f ".deps/os-unix.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -g -O2 -MT plugin.o -MD -MP -MF ".deps/plugin.Tpo" -c -o plugin.o plugin.c;
    then mv -f ".deps/plugin.Tpo" ".deps/plugin.Po"; else rm -f ".deps/plugin.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -g -O2 -MT db-sql-updates.o -MD -MP -MF ".deps/db-sql-updates.Tpo" -c -o db-sql-updates.o db-sql-updates.c;
    then mv -f ".deps/db-sql-updates.Tpo" ".deps/db-sql-updates.Po"; else rm -f ".deps/db-sql-updates.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -g -O2 -MT memdebug.o -MD -MP -MF ".deps/memdebug.Tpo" -c -o memdebug.o memdebug.c;
    then mv -f ".deps/memdebug.Tpo" ".deps/memdebug.Po"; else rm -f ".deps/memdebug.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -g -O2 -MT rend-howl.o -MD -MP -MF ".deps/rend-howl.Tpo" -c -o rend-howl.o rend-howl.c;
    then mv -f ".deps/rend-howl.Tpo" ".deps/rend-howl.Po"; else rm -f ".deps/rend-howl.Tpo"; exit 1; fi
    In file included from /opt/local/include/howl/salt/platform.h:76,
    from /opt/local/include/howl/salt/salt.h:32,
    from /opt/local/include/howl/howl.h:32,
    from rend-howl.c:32:
    /opt/local/include/howl/howl_config.h:35:1: warning: "PACKAGE" redefined
    In file included from rend-howl.c:23:
    ../config.h:155:1: warning: this is the location of the previous definition
    In file included from /opt/local/include/howl/salt/platform.h:76,
    from /opt/local/include/howl/salt/salt.h:32,
    from /opt/local/include/howl/howl.h:32,
    from rend-howl.c:32:
    /opt/local/include/howl/howl_config.h:56:1: warning: "VERSION" redefined
    In file included from rend-howl.c:23:
    ../config.h:185:1: warning: this is the location of the previous definition
    In file included from daapd.h:35,
    from rend-howl.c:35:
    ../config.h:155:1: warning: "PACKAGE" redefined
    In file included from /opt/local/include/howl/salt/platform.h:76,
    from /opt/local/include/howl/salt/salt.h:32,
    from /opt/local/include/howl/howl.h:32,
    from rend-howl.c:32:
    /opt/local/include/howl/howl_config.h:35:1: warning: this is the location of the previous definition
    In file included from daapd.h:35,
    from rend-howl.c:35:
    ../config.h:185:1: warning: "VERSION" redefined
    In file included from /opt/local/include/howl/salt/platform.h:76,
    from /opt/local/include/howl/salt/salt.h:32,
    from /opt/local/include/howl/howl.h:32,
    from rend-howl.c:32:
    /opt/local/include/howl/howl_config.h:56:1: warning: this is the location of the previous definition
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -g -O2 -MT rend-unix.o -MD -MP -MF ".deps/rend-unix.Tpo" -c -o rend-unix.o rend-unix.c;
    then mv -f ".deps/rend-unix.Tpo" ".deps/rend-unix.Po"; else rm -f ".deps/rend-unix.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -g -O2 -MT db-sql-sqlite3.o -MD -MP -MF ".deps/db-sql-sqlite3.Tpo" -c -o db-sql-sqlite3.o db-sql-sqlite3.c;
    then mv -f ".deps/db-sql-sqlite3.Tpo" ".deps/db-sql-sqlite3.Po"; else rm -f ".deps/db-sql-sqlite3.Tpo"; exit 1; fi
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -I/opt/csw/include -I/opt/local/include/howl -I/opt/csw/include -g -O2 -MT db-sql.o -MD -MP -MF ".deps/db-sql.Tpo" -c -o db-sql.o db-sql.c;
    then mv -f ".deps/db-sql.Tpo" ".deps/db-sql.Po"; else rm -f ".deps/db-sql.Tpo"; exit 1; fi
    /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -L/opt/local/lib -L/opt/csw/lib -R/usr/local/lib:/opt/csw/lib:/usr/sfw/lib -L/opt/csw/lib -R/opt/csw/lib -o mt-daapd main.o uici.o webserver.o configfile.o err.o restart.o mp3-scanner.o db-generic.o rxml.o redblack.o scan-mp3.o scan-mp4.o scan-aif.o scan-xml.o scan-wma.o scan-aac.o scan-wav.o scan-url.o smart-parser.o xml-rpc.o ll.o conf.o compat.o util.o os-unix.o plugin.o db-sql-updates.o memdebug.o rend-howl.o rend-unix.o db-sql-sqlite3.o db-sql.o -ldl -lpthread -lhowl -lnsl -lsocket -lresolv -lid3tag -lz -lsqlite3
    gcc -g -O2 -o mt-daapd main.o uici.o webserver.o configfile.o err.o restart.o mp3-scanner.o db-generic.o rxml.o redblack.o scan-mp3.o scan-mp4.o scan-aif.o scan-xml.o scan-wma.o scan-aac.o scan-wav.o scan-url.o smart-parser.o xml-rpc.o ll.o conf.o compat.o util.o os-unix.o plugin.o db-sql-updates.o memdebug.o rend-howl.o rend-unix.o db-sql-sqlite3.o db-sql.o -L/opt/local/lib -L/opt/csw/lib -ldl /opt/local/lib/libhowl.so -lnsl -lsocket -lresolv /opt/csw/lib/libid3tag.so -lz /opt/csw/lib/libsqlite3.so -lpthread -R/opt/local/lib -R/opt/csw/lib -R/opt/local/lib -R/opt/csw/lib -R/usr/local/lib:/opt/csw/lib:/usr/sfw/lib
    Undefined first referenced
    symbol in file
    sp_sql_clause db-sql.o
    ld: fatal: Symbol referencing errors. No output written to mt-daapd
    collect2: ld returned 1 exit status
    gmake[3]: *** [mt-daapd] Error 1
    gmake[3]: Leaving directory `/cartman/cheesypoofs/mt-daapd-svn-1549/src'
    gmake[2]: *** [all-recursive] Error 1
    gmake[2]: Leaving directory `/cartman/cheesypoofs/mt-daapd-svn-1549/src'
    gmake[1]: *** [all-recursive] Error 1
    gmake[1]: Leaving directory `/cartman/cheesypoofs/mt-daapd-svn-1549'
    gmake: *** [all] Error 2
    #


    #10351
    rpedde
    Participant

    @mjgp2 wrote:

    gcc wasn’t on my path…. fixed that but now have another error. Here’s the relevant output… all help appreciated! Thanks πŸ™‚



    # ./configure LDFLAGS="-L/opt/local/lib -L/opt/csw/lib" CPPFLAGS="-I/opt/local/include -I/opt/csw/include" --prefix=/opt/local --enable-sqlite3 --disable-mdns --enable-howl --with-howl-includes=/opt/local/include/howl --with-id3tag=/opt/csw

    For some reason, the -DHAVE_SQL isn’t getting set. What version is this you are trying to compile? The configure.in sure looks right.

    :/

    You can manually add -DHAVE_SQL to your CPPFLAGS, that should do it, but there is still an underlying bug.

    Also, you don’t want –disable-mdns. That disables all mdns support. Including howl.

    — Ron

    #10352
    mjgp2
    Participant

    Freakin’ awesome, it’s compiled and installed. Running my first mp3 scan πŸ™‚ Woooooooooooooo! Thanks so much for your help – will let you know if I’m successful πŸ˜‰

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Setup Issues’ is closed to new topics and replies.