Bug 72551 - wxWindows version 2.4.2 fails in configure
Summary: wxWindows version 2.4.2 fails in configure
Status: RESOLVED DUPLICATE of bug 70175
Alias: None
Product: kdevplatform
Classification: Developer tools
Component: appwizard (show other bugs)
Version: 1.0.0
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-13 15:10 UTC by Lasse K�rkk�inen
Modified: 2009-01-22 23:38 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lasse K�rkk�inen 2004-01-13 15:10:39 UTC
Version:           3.0.0_beta2 (using KDE Devel)
Installed from:    Compiled sources
OS:          Linux

The script should check for wxWindows version >= 2.3.3, not explicitly check for 2.3.3, 2.4.0 and 2.4.1 (or any other predefined set of versions). It could possibly emit a warning if the version found is different from what the project was tested on, but it should never fail if the version is greater than the script knows about.

---
checking wxWindows version... 2.4.2
configure: error: wxWindows 2.3.3 or 2.4.0 required
make: *** [config.status] Error 1
---

Note: even though it says that 2.3.3 or 2.4.0 is required, it also accepts 2.4.1.
Comment 1 Helio Chissini de Castro 2004-01-30 14:54:21 UTC
Duplicated bug

*** This bug has been marked as a duplicate of 70175 ***