Bug 72551

Summary: wxWindows version 2.4.2 fails in configure
Product: [Developer tools] kdevplatform Reporter: Lasse K�rkk�inen <tronic2>
Component: appwizardAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: 1.0.0   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

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 ***