Summary: | Error compiling for KDevelop 3.0 Alpha 2 | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Kj P <kjpou> |
Component: | kdevelop 2.x (obsolete) | Assignee: | KDevelop-Devel List <kdevelop-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 3.0.0a2 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | This is an updated processwidget.cpp program |
Description
Kj P
2002-11-24 16:56:28 UTC
Created attachment 515 [details]
This is an updated processwidget.cpp program
This was fixed in CVS just after the release. Thanks for the report. Subject: Re: Error compiling for KDevelop 3.0 Alpha 2 Caleb Please excuse the others that I reported/submitted as I just saw this message. Thanks Kenneth >From: Caleb Tennis <caleb@aei-tech.com> >Reply-To: 51133@bugs.kde.org >To: kjpou@hotmail.com >Subject: [Bug 51133] Error compiling for KDevelop 3.0 Alpha 2 Date: >24 Nov 2002 16:37:31 -0000 > >------- You are receiving this mail because: ------- >You reported the bug, or are watching the reporter. > >http://bugs.kde.org/show_bug.cgi?id=51133 >caleb@aei-tech.com changed: > > What |Removed |Added >---------------------------------------------------------------------------- > Status|UNCONFIRMED |RESOLVED > Resolution| |FIXED > > > >------- Additional Comments From caleb@aei-tech.com 2002-11-24 17:37 >------- >This was fixed in CVS just after the release. Thanks for the report. _________________________________________________________________ Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail Cause 3.05 is not the last 3.0x version the line #if (KDE_VERSION > 305) should be changed to something like: #if (KDE_VERSION < 3XX) where xx is the first alpha version of kde3.1 |