Problem when wxWidgets is built with STL enabled
Bug #1090928 reported by
Cecilio Salmeron
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
LenMus project |
Fix Released
|
High
|
Cecilio Salmeron |
Bug Description
Submitted by worldcitizen at Sourceforge. Transferred here.
I've created wx patch as lenmus didn't build for wx 2.8.
It probably needs to be adapted so the program wil also build for older wx versions
Related branches
Changed in lenmus: | |
status: | New → In Progress |
importance: | Undecided → High |
assignee: | nobody → Cecilio Salmeron (s-cecilio) |
summary: |
- wx 2.8 patch + Problem when wxWidgets is built with STL enabled |
Changed in lenmus: | |
status: | In Progress → Fix Committed |
Changed in lenmus: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
This bug is a compatibility issue due to a change in wxWidgets 2.5.0. The problem manifests when compiling wxWidgets with option wxUSE_STL enabled (default is disabled). The patch has been tested and permits writing code which will work both with wxUSE_STL==1 and wxUSE_STL==0.