[pkg-boinc-devel] BOINC fails to build from source with G++ 4.1: extra qualification

Frank S. Thomas frank at thomas-alfeld.de
Thu Mar 23 19:48:09 UTC 2006


Hi,

BOINC doesn't compile with G++ 4.1. Here is the error message:
> BOINCTaskBar.h:79: error: extra qualification 'CTaskBarIcon::' on member
> 'IsBalloonsSupported'

And here is a patch for 5.2.15:

> --- ./clientgui/BOINCTaskBar.h~	2006-03-23 18:10:17.000000000 +0000
> +++ ./clientgui/BOINCTaskBar.h	2006-03-23 18:10:24.000000000 +0000
> @@ -76,7 +76,7 @@
>  #endif
>
>  #ifndef __WXMSW__
> -    inline bool CTaskBarIcon::IsBalloonsSupported() {
> +    inline bool IsBalloonsSupported() {
>          return false;
>      }
>  #endif

 - Frank

-- 
bureaucracy, n: A method for transforming energy into solid waste.



More information about the pkg-boinc-devel mailing list