Got this to work, the issue was that gupnp-av was building without the vala bindings, then rygel build failed.
I had to build and install gupnp-vala first (from gnome github), then build gupnp-av (which automatically detected gupnp-vala and built the vala bindings) and finally rygel. Streaming to Kodi / OSMC now works fine! Flac and MP3 tested for a few hours. Awesome. Thanks Jen! On Wed, Feb 10, 2016 at 3:20 AM, Jens Georg <[email protected]> wrote: > > (+List) >> >> Tried to build from master and test but something changed in rygel and >> I can no longer build. This was building OK 2-3 days ago. >> >> - downloaded the master branch from gupnp-av and gupnp, autogen.sh >> --prefix=/usr, make, sudo make install >> - (did this b/c rygel master complained about the gupnp-av version >> bump) >> >> - then with rygel / master branch: autogen.sh --prefix=/usr, make >> >> I got this error: >> >> VALAC librygel_server_2_6_la_vala.stamp >> rygel-object-creator.vala:258.14-258.42: error: The name >> `is_restricted_set' does not exist in the context of >> `GUPnP.DIDLLiteObject' >> if (!didl_object.is_restricted_set ()) { >> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ >> > > That's exactly what was added to the required new gupnp-av version. > Looking at the release tarball, it's in the distributed vapi. > > Can you check for it in the vala subdir of gupnp-av? Or Perhaps valac is > picking up the wrong (old) vapi from somewhere else. > >
_______________________________________________ rygel-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/rygel-list
