thekvs / radiotray-lite

Online radio streaming player with minimum interface that runs on a Linux system tray
Other
50 stars 6 forks source link

Unable to compile under Fedora 28 #20

Closed sguazt closed 6 years ago

sguazt commented 6 years ago

Hi, I have troubles in building the last version of radiotray-lite undef Fedora 28 64bit. When running the following commands:

$ mkdir -p build
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr/
$ make

I get the following error:

.../src/player.cpp: In member function ‘bool radiotray::Player::on_bus_message(const Glib::RefPtr<Gst::Bus>&, const Glib::RefPtr<Gst::Message>&)’:
.../src/player.cpp:199:39: error: ‘class Gst::MessageBuffering’ has no member named ‘parse’
         auto percent = buffering_msg->parse();

System info:

Any ideas?

Cheers, Marco

thekvs commented 6 years ago

Hi!

Thanks for reporting! I'll have a look at this issue.

sguazt commented 6 years ago

It works! Thanks a lot for your time.