svn-1634 & upnp

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1647
    mthielemann
    Participant

    I tried to build svn-1634 with upnp support on a SunCobalt Qube 3 with GCC 3.4.6, Kernel 2.4.19C13_III, GLIBC 2.1.3 and it did not build:

    ./configure --prefix=/usr --enable-mdns --enable-upnp 
    --enable-sqlite3 --sysconfdir=/etc --enable-flac --enable-oggvorbis

    Build:

    INK -DHAVE_LINUX  -g -O2 -MT upnp.o -MD -MP -MF ".deps/upnp.Tpo" -c -o upnp.o upnp.c; 
    then mv -f ".deps/upnp.Tpo" ".deps/upnp.Po"; else rm -f ".deps/upnp.Tpo"; exit 1; fi
    upnp.c: In function `upnp_listener':
    upnp.c:473: error: storage size of 'timeout' isn't known
    upnp.c:473: warning: unused variable `timeout'
    make[3]: *** [upnp.o] Error 1

    Any idea what the problem is? Thanks in advance for your help.

    Regards,
    Marc

    #12143
    stretch
    Participant

    I think this pretty much sums things up.

    @http://nightlies.mt-daapd.org/ wrote:

    Warning: This is broken. It doesn’t work. Use 1586 instead.

    Also, upnp appears to have been pushed back into a later version.
    An extract from http://forums.fireflymediaserver.org/viewtopic.php?t=6338

    Stuff that’s on the timeline, but I intend to pass on for the next stable release:

    1. UPnP

    #12144
    mthielemann
    Participant

    @stretch

    I read the warnings and just built the new nightly for testing. So I think it’s okay to post those problems here, isn’t it? I thought that’s was this forum is used for. 😕

    Regards,
    Marc

    #12145
    fizze
    Participant

    I concur. Maybe the complete compilation log can be of more use here.

    #12146
    rpedde
    Participant

    @mthielemann wrote:

    Any idea what the problem is? Thanks in advance for your help.

    Try adding:

    #include

    in the includes and see if that makes it go away.

    If not, try:

    #include

    and see if that does it. If you tell me which one works, I’ll make sure that’s fixed. Be aware that the upnp implementation so far is just to the point that it’s discoverable, and won’t actually *serve* any content, but it’s interesting to see it pop up on stuff. 🙂

    — Ron

    #12147
    mthielemann
    Participant

    #include made it work. Thanks!

    Marc

    #12148
    rpedde
    Participant

    @mthielemann wrote:

    #include made it work. Thanks!

    Marc

    It’s in r1641

    — Ron

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