Bug 125229 - gcc 4.1 build problem
Summary: gcc 4.1 build problem
Status: RESOLVED FIXED
Alias: None
Product: konversation
Classification: Applications
Component: general (show other bugs)
Version: 0.19
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Konversation Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-09 16:32 UTC by Phh
Modified: 2006-04-09 16:46 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
My patch (521 bytes, patch)
2006-04-09 16:35 UTC, Phh
Details

Note You need to log in before you can comment on or make changes to this bug.
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.