Dear all
I am new here but hope to catch up on the exciting stuff being done here ;-)
Thanks to Peter, I was able to build ( old qmake was screwing up the makefile … )
One other wrinkle was this line …
class Gnutella::Workaround {
I rewrote it as
namespace Gnutella
{
/* Atul — commented the following line */
// class Gnutella::Workaround {
…..
}
and that makes the build go through fine….
Or should I send these things as a patch?
— cheers atul
