Red Hat 8.0 and KDE
Tim Aidley
tim.aidley at framestore-cfc.com
Thu Oct 24 11:41:50 BST 2002
Morning chaps.
I had this very same problem, and ended up hacking the source to get it
to work.
In file coutputwidget.cpp, around line 106, it has a regexp for
recognising the make 'changing directory' message:
m_dirChange("[^\n]*: ([^\n]+) (`|)(.*)('|)([^\n]\n"),
and I replaced it with
m_dirChange("[^\n]*: ([^\n]+) (`|)(.*)('|)([^\n]*)"),
and it did the job. I hope it works for you!
cheers,
Tim
Harald Fernengel wrote:
>Hi,
>
>On Wednesday 23 October 2002 15:29, you wrote:
>
>
>>Hi,
>>
>>Actually this is not an error. It seems that the error parser looks for
>>strings such as "Entering directory ...." in order to find out where the
>>source file is. Yet, on some distributions, the Makefile's output is not in
>>english, so the parser fails (I experienced the problem with french).
>>
>>Change your environment variables for a try :
>>export LANG=en
>>export LANGUAGE=en
>>before launching "Kdevelop".
>>
>>
>
>This was fixed in KDevelop 2.1.3, all languages are supported now. Don't know
>why Red Hat 8 doesn't work, maybe they changed the strings?
>
>Can someone with Red Hat 8 do a "make --version" and send the output to the
>list?
>
>Best regards,
>Harry
>
>-
>to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
>unsubscribe »your-email-address«
>
>
--
Tim Aidley
Research and Development
Framestore-CFC
tim.aidley at framestore-cfc.com
-
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