FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Nightlies Feedback › svn-1634 & upnp
- This topic has 6 replies, 4 voices, and was last updated 16 years, 1 month ago by
rpedde.
-
AuthorPosts
-
23/08/2007 at 11:39 AM #1647
mthielemann
ParticipantI 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-oggvorbisBuild:
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 1Any idea what the problem is? Thanks in advance for your help.
Regards,
Marc24/08/2007 at 9:14 AM #12143stretch
ParticipantI 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=6338Stuff that’s on the timeline, but I intend to pass on for the next stable release:
1. UPnP
24/08/2007 at 11:10 AM #12144mthielemann
ParticipantI 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,
Marc24/08/2007 at 11:57 AM #12145fizze
ParticipantI concur. Maybe the complete compilation log can be of more use here.
25/08/2007 at 7:43 AM #12146rpedde
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
28/08/2007 at 9:34 AM #12147mthielemann
Participant#include made it work. Thanks!
Marc
30/08/2007 at 5:36 AM #12148rpedde
Participant -
AuthorPosts
- The forum ‘Nightlies Feedback’ is closed to new topics and replies.