Re: UPnP-SDK-discuss Digest, Vol 6, Issue 2
Thang <[email protected]> Fri, 26 Jan 2007 08:12:12 +0100
| Newsgroups | gmane.linux.upnp-sdk.general |
|---|---|
| Message-ID | <[email protected]> |
Thx for your answer. that's correct, but the UPnP-Basisstandard (UPnP Device Architecture) has to support discovery and control upnp-based devices. But over this Basisstandard there is defined a AV Profile. Does this AV Profile determine the streaming? br, Thang ext [email protected] wrote: > Send UPnP-SDK-discuss mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/upnp-sdk-discuss > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of UPnP-SDK-discuss digest..." > > > Today's Topics: > > 1. Re: undefined reference to `UpnpInit' (Thang) > 2. Re: undefined reference to `UpnpInit' (Nektarios K. Papadopoulos) > 3. Re: undefined reference to `UpnpInit' (Thang) > 4. Re: undefined reference to `UpnpInit' (Thang) > 5. Re: undefined reference to `UpnpInit' (Nektarios K. Papadopoulos) > 6. UPnP AV (Thang) > 7. Re: UPnP AV (John Dennis) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 18 Jan 2007 13:44:37 +0100 > From: Thang <[email protected]> > Subject: Re: [UPnP-SDK-discuss] undefined reference to `UpnpInit' > To: [email protected] > Message-ID: <[email protected]> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Hi Kitty, > > I already try your suggestion using command : > > "g++ -I/home/upnp/include/upnp -L/home/upnp/libupnp.a test_init.c" > > The message after compiling is still the same: > > "/tmp/ccxrFJde.o: In function `main': > test_init.c:(.text+0xf1): undefined reference to `UpnpInit' > ....... > collect2: ld returned 1 exit status" :-( > > I also check the library libupnp.a if it contains the function UpnpInit. > > > You wrote: "By this, U would know if by chance upnpapi.c which has the function > UpnpInit is excluded by any compile time option." > > Where can I find this c-file? In my opinion the UpnpInit is included. I have check it in the package "libupnp-1.3.1" > > Do you another ideas???? > Maybe the installation wasn't successfully? > > br, > Thang > > > > > > > > > > > > ------------------------------ > > Message: 2 > Date: Thu, 18 Jan 2007 16:05:20 +0200 > From: "Nektarios K. Papadopoulos" <[email protected]> > Subject: Re: [UPnP-SDK-discuss] undefined reference to `UpnpInit' > To: [email protected] > Message-ID: <[email protected]> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Hi Thang, > > can you try: > g++ -I/home/upnp/include/upnp -L/home/upnp/ -lupnp test_init.c > > > cheers, > nek > > Thang wrote: > >> Hi Kitty, >> >> I already try your suggestion using command : >> >> "g++ -I/home/upnp/include/upnp -L/home/upnp/libupnp.a test_init.c" >> >> The message after compiling is still the same: >> >> "/tmp/ccxrFJde.o: In function `main': >> test_init.c:(.text+0xf1): undefined reference to `UpnpInit' >> ....... >> collect2: ld returned 1 exit status" :-( >> >> I also check the library libupnp.a if it contains the function UpnpInit. >> >> >> You wrote: "By this, U would know if by chance upnpapi.c which has the function >> UpnpInit is excluded by any compile time option." >> >> Where can I find this c-file? In my opinion the UpnpInit is included. I have check it in the package "libupnp-1.3.1" >> >> Do you another ideas???? >> Maybe the installation wasn't successfully? >> >> br, >> Thang >> >> >> >> >> >> >> >> >> >> ------------------------------------------------------------------------- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to share your >> opinions on IT & business topics through brief surveys - and earn cash >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >> _______________________________________________ >> UPnP-SDK-discuss mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/upnp-sdk-discuss >> >> > > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV