Hi!
Anybody got vdr-epgsearch working with vdr 1.5.15? In Gentoo (via vdr-1.5 overlay ebuilds?).
The emerge fails here, complete log attached (sorry for the color codes). The relevant errors are, I belive (sorry if the line breaks are messed up, the attached log should be OK):
mail.c:365: error: ambiguous overload for 'operator<<' in 'std::operator<< [with _Traits = std::char_traits<char>](((std::basic_ostream<char, std::char_traits<char> >&)((std::basic_ostream<char, std::char_traits<char>
*)newMailConflicts.std::basic_ostringstream<char,
std::char_traits<char>, std::allocator<char>
::<anonymous>.std::basic_ostream<_CharT, _Traits>::operator<< [with
_CharT = char, _Traits = std::char_traits<char>](((cConflictCheckTimerObj*)it. std::_Rb_tree_const_iterator<_Tp>::operator* [with _Tp = cConflictCheckTimerObj*]())->cConflictCheckTimerObj::Event()->cEvent::EventID()))), ((const char*)"|")) << tChannelID::ToString() const()'
Copies for the author. If you have any patches to test I'll be happy to help =) (copies already sent but I put the wrong mailing list address to the first email)
Ville Aakko wrote:
Anybody got vdr-epgsearch working with vdr 1.5.15? In Gentoo (via vdr-1.5 overlay ebuilds?).
I use this:
Index: epgsearch-0.9.23/mail.c =================================================================== --- epgsearch-0.9.23.orig/mail.c +++ epgsearch-0.9.23/mail.c @@ -362,7 +362,7 @@ void cMailConflictNotifier::SendConflict std::set<cConflictCheckTimerObj*,TimerObjSort>::iterator it; for (it = ct->failedTimers.begin(); it != ct->failedTimers.end(); it++) if ((*it) && !(*it)->ignore && (*it)->Event()) - newMailConflicts << (*it)->Event()->EventID() << "|" << (*it)->Event()->ChannelID().ToString(); + newMailConflicts << (*it)->Event()->EventID() << "|" << *(*it)->Event()->ChannelID().ToString(); } string newMailConflictsMD5 = MD5(newMailConflicts.str()); if (newMailConflictsMD5 == EPGSearchConfig.LastMailConflicts)
cu Ludwig
Hi,
Ville Aakko schrieb:
Hi!
Anybody got vdr-epgsearch working with vdr 1.5.15? In Gentoo (via vdr-1.5 overlay ebuilds?).
please try the current beta of 0.9.24 at http://winni.vdr-developer.org/epgsearch/index_eng.html. This one has the necessary changes for vdr-1.5.15. Here's a direct link:
http://winni.vdr-developer.org/epgsearch/downloads/beta/vdr-epgsearch-0.9.24...
BR,
Christian
Hi Ludwig and Christian,
I noticed the betas right after I posted the previous email, and made a local ebuild for the latest beta (0.9.24.beta19), and it emerges and runs. Hope the beta doesn't blow up my VDR =)
On Mittwoch, 20. Februar 2008, Ville Aakko wrote:
Hi Ludwig and Christian,
I noticed the betas right after I posted the previous email, and made a local ebuild for the latest beta (0.9.24.beta19), and it emerges and runs. Hope the beta doesn't blow up my VDR =)
Hi all! I also did an ebuild for that version and added it to the tree.
Regards Matthias