Red Hat 8.0 and KDE
Tarjei Knapstad
tarjeik at chemcon.no
Thu Oct 31 13:34:18 GMT 2002
On Wed, 2002-10-30 at 22:39, F at lk Brettschneider wrote:
> Tarjei Knapstad wrote:
>
> >This what you're looking for (RedHat 8.0, gmake 3.79.1) ?
> >
> >gmake[4]: Entering directory
> >`/home/tarjeik/chemcon/projects/qcmt/qcmt/gui'
> >Messenger.cpp:17: `Gui::Messenger*Gui::Messenger::apInstance' is not a
> >static
> >member of `class Gui::Messenger'
> >gmake[4]: Leaving directory
> >`/home/tarjeik/chemcon/projects/qcmt/qcmt/gui'
> >
> Hmm....looks OK. Really, does this message make trouble?
>
Yes, looks OK but gives me trouble. KDevelop tries to open
/home/tarjeik/chemcon/projects/qcmt/Messenger.cpp
which of course it can't find, the correct filename/path being
/home/tarjeik/chemcon/projects/qcmt/qcmt/gui/Messenger.cpp
> See:
> m_dirChange("[^\n]*: ([^\n]+) (`|»)(.*)('|«)([^\n]*)\n"),
> and
I'm not exactly a regexp master, but this looks OK.
> if ( msg == "Entering directory" || // English - default
> ....
And this string should match.
> {
> QString *dir = new QString(m_dirChange.group(3));
> m_dirStack.push(dir);
> return;
> }
>
>
> Are the Return characters from the email or from the output view?
>
The return chars are just a result of pasting into my email software
(Evolution).
I'd be happy to grab a source distribution and try to debug this, but
because of personal matters I won't have the opportunity to do this
until november 11th at the earliest.
Regards,
Tarjei
-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop
mailing list