[pkg-boinc-devel] RE: [boinc_dev] BOINC fails to build from source
with G++ 4.1: extra qualification
Rom Walton
romw at romwnet.org
Thu Mar 23 20:24:17 UTC 2006
Fixed...
----- Rom
> -----Original Message-----
> From: boinc_dev-bounces at ssl.berkeley.edu [mailto:boinc_dev-
> bounces at ssl.berkeley.edu] On Behalf Of Frank S. Thomas
> Sent: Thursday, March 23, 2006 11:48 AM
> To: boinc_dev at ssl.berkeley.edu
> Cc: pkg-boinc-devel at lists.alioth.debian.org
> Subject: [boinc_dev] BOINC fails to build from source with G++ 4.1:
extra
> qualification
>
> 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.
> _______________________________________________
> boinc_dev mailing list
> boinc_dev at ssl.berkeley.edu
> http://www.ssl.berkeley.edu/mailman/listinfo/boinc_dev
More information about the pkg-boinc-devel
mailing list