[glade--] glademm on F9
"Amadeus W.M." <[email protected]> Sat, 28 Jun 2008 02:09:21 +0000 (UTC)
| Newsgroups | gmane.comp.gnome.glademm |
|---|---|
| Message-ID | <[email protected]> |
Is glademm still being maintained? I'm trying to compile it on a Fedora 9
system and it just won't compile. I've fixed some problems myself, but I
ran into an error that I can't fix. More precisely, in src/TagStream.cc,
in
std::string TagStream::de_xml(const std::string &cont)
{
//
}
what could
std::string::const_iterator verbatim(::find(i,cont.end(),'&'));
possibly mean? Shouldn't ie be std::find()? I don't understand how it
compiled on previous Fedora versions.