svn-1659 on FreeBSD

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1724
    Osik
    Participant

    Hi Ron,

    I have a problem to build the svn-1659 on FreeBSD 6.2. I hope this output from my console helps to find a solution for that problem.


    db-generic.c: In function `db_get_error':
    db-generic.c:231: warning: implicit declaration of function `vsnprintf'
    if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./mdns -g -Wall -DHAVE_SQL -DHOST='"i386-unknown-freebsd6.2"' -DFREEBSD -I/usr/local/include -g -O2 -MT ff-plugins.o -MD -MP -MF ".deps/ff-plugins.Tpo" -c -o ff-plugins.o ff-plugins.c; then mv -f ".deps/ff-plugins.Tpo" ".deps/ff-plugins.Po"; else rm -f ".deps/ff-plugins.Tpo"; exit 1; fi
    In file included from webserver.h:25,
    from conf.h:60,
    from ff-plugins.c:11:
    io.h:73: error: syntax error before "uint64_t"
    io.h:74: error: syntax error before "uint64_t"
    io.h:75: error: syntax error before "uint64_t"
    In file included from conf.h:60,
    from ff-plugins.c:11:
    webserver.h:138: error: syntax error before "uint64_t"
    *** Error code 1

    Stop in /usr/home/Osik/mt-daapd-svn-1659/src.
    *** Error code 1

    Stop in /usr/home/Osik/mt-daapd-svn-1659/src.
    *** Error code 1

    Stop in /usr/home/Osik/mt-daapd-svn-1659.
    *** Error code 1

    Stop in /usr/home/Osik/mt-daapd-svn-1659.

    Any solution for this would be great.

    Regards

    Osik

    #12560
    MSN_Exploder
    Participant

    Hey Osik, just take a look here:
    http://forums.fireflymediaserver.org/viewtopic.php?t=6528

    u just have to add #include at the top of io.h, just after the include guards.

    #12561
    rpedde
    Participant

    @MSN_Exploder wrote:

    Hey Osik, just take a look here:
    http://forums.fireflymediaserver.org/viewtopic.php?t=6528

    u just have to add #include at the top of io.h, just after the include guards.

    And that’s in svn right now, but it will be friday before I get a new build out, as I am out of town.

    — Ron

    #12562
    Osik
    Participant

    Thanks this worked for me 😉

    Greetings

    Osik

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Nightlies Feedback’ is closed to new topics and replies.