Hello,
This release will not compile with old gcc 2.9.5 like on debian Woody ...
To compile it, change in src/Webserver.cpp, line 1962, replace:
Out.Replace("[ClearCompletedButton]",(completedAv && IsSessionAdmin(Data,sSession))?pThis->m_Templates.sClearCompleted :"");
by
Out.Replace("[ClearCompletedButton]",(completedAv && IsSessionAdmin(Data,sSession))?pThis->m_Templates.sClearCompleted :wxString(""));
and all will work fine
the polish
ps: HAPPY NEW YEAR ! LONG LIFE AND BEST WISHES TO AMULE