question about complining

Jens Dagerbo jens.dagerbo at gmail.com
Wed Apr 12 14:23:05 UTC 2006


On 4/12/06, Matt Rogers <mattr at kde.org> wrote:
> On Wednesday 12 April 2006 02:16, Andras Mantia wrote:
> > On Wednesday 12 April 2006 08:07, Tim Harper wrote:
> > > Hello everyone,
> > > I have a question about something that I've been running into for a
> > > while when complining source code, that has baffled me.  Quite often,
> > > I'll try and compile something and I get errors about "extra
> > > qualification" in header files, like the errors from todays checkout
> > > in SVN (see the bottom of this message)
> > >
> > > I've gotten them a lot of times, with many different projects.  More
> > > seemingly lately.  Is this because I have an uncompatible version of
> > > a compiler?  It's happened in Fedora Core 4 and Suse 10.1.
> > >
> > > I was able to get today's kdevelop 3.4 branch to compile, but after
> > > removing all of the extra "qualifiers" in the class definition in
> > > each offending header file.
> > >
> > > Does anyone know why this is happening?  What do I need to change?
> > > The code compiles just fine without these extra qualifiers, why are
> > > they in there?
> >
> > Most probably because of some tool automatically inserted there when the
> > classes were created or the developer is not aware that starting from
> > g++ 4.1 (it is in SUSE 10.1 and I believe also in FC5) they are an
> > error. Earlier g++ versions accepted it. So the solution is to remove
> > those extra qualifiers and send the patch to the kdevelop list (or
> > here) and someone will apply it. ;-)
> >
>
> Sending to the kdevelop list would be like throwing it into a blackhole.
> Sending it to the kdevelop-devel mailing list is always the preferred place.
> --
> Matt

Also, sending to kdevelop-devel without being subscribed is also a
"blackhole operation". Unless you are subscribed, the mail is
automatically thrown away as spam. (Or so I'm told.)

// jens




More information about the KDevelop-devel mailing list