solaris 10 x86 will not compile

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #2416
    black87c4
    Guest

    solaris 10 127128-11 x86 U5

    gcc 3.3.2 (had to recompile headers or it bombs right off)
    gdbm 1.8.3 (compiles ok)
    libid3tag -.15.1b (compile ok)
    mt-daapd-0.2.4.2 (does not)

    I have various errors, fix one leads to yet another 🙁

    straight configure and compile …
    /usr/include/sys/feature_tests.h:336:2: #error “Compiler or options invalid; UNIX 03 and POSIX.1-2001 applications require the use of c99”

    with c99 flag…./configure CFLAGS=”-std=c99″
    In file included from mDNS.c:1011:
    mDNSClientAPI.h:534: error: parse error before “mDNSu32”
    ….
    ….

    k, also with

    ./configure –disable-mdns CFLAGS=”-std=c99″
    gcc -std=c99 -lpthread -lnsl -lsocket -lgdbm -lid3tag -lz -o mt-daapd main.o uici.o webserver.o configfile.o err.o restart.o daap-proto.o daap.o db-gdbm.o mp3-scanner.o playlist.o lexer.o parser.o strcasestr.o strsep.o redblack.o dynamic-art.o query.o
    Undefined first referenced
    symbol in file
    rend_register main.o
    rend_init main.o
    rend_stop main.o
    rend_running configfile.o

    Ideas??

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