Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
kdevelop using qt3.0.4 crash if call automake
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
brat
n00b
n00b


Joined: 05 Jul 2002
Posts: 9

PostPosted: Mon Jul 08, 2002 5:10 pm    Post subject: kdevelop using qt3.0.4 crash if call automake Reply with quote

Kdevelop crashes if call "automake autoconf"

the error is in:

void CMakeOutputWidget::insertAtEnd(const QString& text, MakeOutputErrorType defaultType)

...

// Runtime check for broken Qt version. Don't add empty new lines.
if (line[0]=='\n && !isQt304) {
break;
}

line ="" + line + "";
append(line);
break;

the qt304 is also broken on some system!!!!!!!
remove of the check for Qt304 the error is solved.


cu brat
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum