Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CC services_discovery/libsap_plugin_la-sap.lo
- services_discovery/sap.c: In function 'CreateAnnounce':
- services_discovery/sap.c:903:9: warning: 'services_discovery_AddItemCat' is deprecated [-Wdeprecated-declarations]
- services_discovery_AddItemCat(p_sd, p_input, str ? str : psz_value);
- ^
- In file included from services_discovery/sap.c:39:0:
- ../include/vlc_services_discovery.h:194:20: note: declared here
- static inline void services_discovery_AddItemCat(services_discovery_t *sd,
- ^
- services_discovery/sap.c:911:9: warning: 'services_discovery_AddItemCat' is deprecated [-Wdeprecated-declarations]
- services_discovery_AddItemCat(p_sd, p_input, psz_value);
- ^
- In file included from services_discovery/sap.c:39:0:
- ../include/vlc_services_discovery.h:194:20: note: declared here
- static inline void services_discovery_AddItemCat(services_discovery_t *sd,
- ^
- services_discovery/sap.c: In function 'RemoveAnnounce':
- services_discovery/sap.c:1552:9: warning: unused variable 'i' [-Wunused-variable]
- int i;
- ^
- services_discovery/sap.c: In function 'OpenDemux':
- services_discovery/sap.c:407:5: warning: ignoring return value of 'vlc_stream_Seek', declared with attribute warn_unused_result [-Wunused-result]
- vlc_stream_Seek( p_demux->s, 0 );
- ^
- CCLD libsap_plugin.la
- CC services_discovery/libavahi_plugin_la-avahi.lo
- CCLD libavahi_plugin.la
- CC services_discovery/libmtp_plugin_la-mtp.lo
- In file included from ../include/vlc_common.h:404:0,
- from services_discovery/mtp.c:28:
- services_discovery/mtp.c: In function 'Run':
- ../include/vlc_threads.h:878:19: warning: call to 'harmful_delay.constprop' declared with attribute warning: use proper event handling instead of short delay
- #define msleep(d) msleep(check_delay(d))
- ^
- services_discovery/mtp.c:168:13: note: in expansion of macro 'msleep'
- msleep( 5000000 );
- ^
- ../include/vlc_threads.h:878:19: warning: call to 'harmful_delay.constprop' declared with attribute warning: use proper event handling instead of short delay
- #define msleep(d) msleep(check_delay(d))
- ^
- services_discovery/mtp.c:172:13: note: in expansion of macro 'msleep'
- msleep( 500000 );
- ^
- CCLD libmtp_plugin.la
- CXX services_discovery/libupnp_plugin_la-upnp.lo
- services_discovery/upnp.cpp: In static member function 'static int SD::MediaServerList::Callback(Upnp_EventType, void*)':
- services_discovery/upnp.cpp:691:48: error: invalid use of incomplete type 'struct SD::MediaServerList::Callback(Upnp_EventType, void*)::Upnp_Discovery'
- i_res = UpnpDownloadXmlDoc( p_discovery->Location, &p_description_doc );
- ^
- services_discovery/upnp.cpp:686:16: note: forward declaration of 'struct SD::MediaServerList::Callback(Upnp_EventType, void*)::Upnp_Discovery'
- struct Upnp_Discovery* p_discovery = ( struct Upnp_Discovery* )p_event;
- ^
- In file included from ../include/vlc_common.h:925:0,
- from services_discovery/upnp.hpp:37,
- from services_discovery/upnp.cpp:27:
- services_discovery/upnp.cpp:704:40: error: invalid use of incomplete type 'struct SD::MediaServerList::Callback(Upnp_EventType, void*)::Upnp_Discovery'
- p_discovery->Location, UpnpGetErrorMessage( i_res ) );
- ^
- ../include/vlc_messages.h:79:23: note: in definition of macro 'msg_Generic'
- __func__, __VA_ARGS__)
- ^
- services_discovery/upnp.cpp:702:13: note: in expansion of macro 'msg_Warn'
- msg_Warn( self->m_sd, "Could not download device description! "
- ^
- services_discovery/upnp.cpp:686:16: note: forward declaration of 'struct SD::MediaServerList::Callback(Upnp_EventType, void*)::Upnp_Discovery'
- struct Upnp_Discovery* p_discovery = ( struct Upnp_Discovery* )p_event;
- ^
- services_discovery/upnp.cpp:708:61: error: invalid use of incomplete type 'struct SD::MediaServerList::Callback(Upnp_EventType, void*)::Upnp_Discovery'
- self->parseNewServer( p_description_doc, p_discovery->Location );
- ^
- services_discovery/upnp.cpp:686:16: note: forward declaration of 'struct SD::MediaServerList::Callback(Upnp_EventType, void*)::Upnp_Discovery'
- struct Upnp_Discovery* p_discovery = ( struct Upnp_Discovery* )p_event;
- ^
- services_discovery/upnp.cpp:720:44: error: invalid use of incomplete type 'struct SD::MediaServerList::Callback(Upnp_EventType, void*)::Upnp_Discovery'
- self->removeServer( p_discovery->DeviceId );
- ^
- services_discovery/upnp.cpp:716:16: note: forward declaration of 'struct SD::MediaServerList::Callback(Upnp_EventType, void*)::Upnp_Discovery'
- struct Upnp_Discovery* p_discovery = ( struct Upnp_Discovery* )p_event;
- ^
- services_discovery/upnp.cpp: In static member function 'static int Access::MediaServer::sendActionCb(Upnp_EventType, void*, void*)':
- services_discovery/upnp.cpp:1087:5: error: 'Upnp_Action_Complete' was not declared in this scope
- Upnp_Action_Complete *p_result = (Upnp_Action_Complete *)p_event;
- ^
- services_discovery/upnp.cpp:1087:27: error: 'p_result' was not declared in this scope
- Upnp_Action_Complete *p_result = (Upnp_Action_Complete *)p_event;
- ^
- services_discovery/upnp.cpp:1087:61: error: expected primary-expression before ')' token
- Upnp_Action_Complete *p_result = (Upnp_Action_Complete *)p_event;
- ^
- services_discovery/upnp.cpp: At global scope:
- services_discovery/upnp.cpp:1082:38: warning: unused parameter 'p_event' [-Wunused-parameter]
- void *p_event, void *p_cookie )
- ^
- services_discovery/upnp.cpp: In member function 'IXML_Document* Access::MediaServer::_browseAction(const char*, const char*, const char*, const char*, const char*)':
- services_discovery/upnp.cpp:1177:58: error: invalid conversion from 'int (*)(Upnp_EventType, void*, void*) {aka int (*)(Upnp_EventType_e, void*, void*)}' to 'Upnp_FunPtr {aka int (*)(Upnp_EventType_e, const void*, void*)}' [-fpermissive]
- i11eCb = new Upnp_i11e_cb( sendActionCb, &p_response );
- ^
- services_discovery/upnp.cpp:920:1: note: initializing argument 1 of 'Access::Upnp_i11e_cb::Upnp_i11e_cb(Upnp_FunPtr, void*)'
- Upnp_i11e_cb::Upnp_i11e_cb( Upnp_FunPtr callback, void *cookie )
- ^
- services_discovery/upnp.cpp:1183:41: error: invalid conversion from 'int (*)(Upnp_EventType, void*, void*) {aka int (*)(Upnp_EventType_e, void*, void*)}' to 'Upnp_FunPtr {aka int (*)(Upnp_EventType_e, const void*, void*)}' [-fpermissive]
- Upnp_i11e_cb::run, i11eCb );
- ^
- In file included from services_discovery/upnp.hpp:34:0,
- from services_discovery/upnp.cpp:27:
- /usr/include/upnp/upnp.h:1346:17: note: initializing argument 6 of 'int UpnpSendActionAsync(UpnpClient_Handle, const char*, const char*, const char*, IXML_Document*, Upnp_FunPtr, const void*)'
- EXPORT_SPEC int UpnpSendActionAsync(
- ^
- services_discovery/upnp.cpp: In static member function 'static UpnpInstanceWrapper* UpnpInstanceWrapper::get(vlc_object_t*, services_discovery_t*)':
- services_discovery/upnp.cpp:1561:77: error: invalid conversion from 'int (*)(Upnp_EventType, void*, void*) {aka int (*)(Upnp_EventType_e, void*, void*)}' to 'Upnp_FunPtr {aka int (*)(Upnp_EventType_e, const void*, void*)}' [-fpermissive]
- i_res = UpnpRegisterClient( Callback, instance, &instance->m_handle );
- ^
- In file included from services_discovery/upnp.hpp:34:0,
- from services_discovery/upnp.cpp:27:
- /usr/include/upnp/upnp.h:989:17: note: initializing argument 1 of 'int UpnpRegisterClient(Upnp_FunPtr, const void*, UpnpClient_Handle*)'
- EXPORT_SPEC int UpnpRegisterClient(
- ^
- Makefile:22862: recipe for target 'services_discovery/libupnp_plugin_la-upnp.lo' failed
- make[4]: *** [services_discovery/libupnp_plugin_la-upnp.lo] Error 1
- make[4]: Leaving directory '/tmp/SBo/vlc-20170523_bec643e/modules'
- Makefile:23115: recipe for target 'all-recursive' failed
- make[3]: *** [all-recursive] Error 1
- make[3]: Leaving directory '/tmp/SBo/vlc-20170523_bec643e/modules'
- Makefile:9601: recipe for target 'all' failed
- make[2]: *** [all] Error 2
- make[2]: Leaving directory '/tmp/SBo/vlc-20170523_bec643e/modules'
- Makefile:1518: recipe for target 'all-recursive' failed
- make[1]: *** [all-recursive] Error 1
- make[1]: Leaving directory '/tmp/SBo/vlc-20170523_bec643e'
- Makefile:1403: recipe for target 'all' failed
- make: *** [all] Error 2
- vlc:
Advertisement
Add Comment
Please, Sign In to add comment