Bug 125229

Summary: gcc 4.1 build problem
Product: [Applications] konversation Reporter: Phh <phh>
Component: generalAssignee: Konversation Developers <konversation-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 0.19   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: My patch

Description Phh 2006-04-09 16:32:52 UTC
Version:           0.19 (using KDE KDE 3.5.2)
Installed from:    Compiled From Sources
Compiler:          gcc (GCC) 4.1.0 
OS:                Linux

I'm using gcc 4.1 for my LFS, and konversion doesn't build out of the box, but i made patch, which enable it to build on it.
The only problem was in classes prototype, there was things like

Class blah {
	void blah::foo();
}
We have to drop blah::
Comment 1 Phh 2006-04-09 16:35:02 UTC
Created attachment 15528 [details]
My patch
Comment 2 Eike Hein 2006-04-09 16:46:37 UTC
This one unfortunately slipped into the release, but was fixed in SVN the same day. Thanks nonetheless.