|
Bugzilla – Full Text Bug Listing |
| Summary: | "wxrc" program missing from wxGTK-devel | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Andreas Hanke <andreas.hanke> |
| Component: | GNOME | Assignee: | Stanislav Brabec <sbrabec> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Alpha 4 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | proposed patch to current spec file | ||
|
Description
Andreas Hanke
2006-01-14 07:16:40 UTC
Created attachment 63348 [details] proposed patch to current spec file These are the needed extra sources: Source2: http://cvs.wxwidgets.org/viewcvs.cgi/*checkout*/wxWidgets/utils/wxrc/wxrc.cpp?rev=1.46 Source3: http://cvs.wxwidgets.org/viewcvs.cgi/*checkout*/wxWidgets/utils/wxrc/Makefile.in?rev=1.35 For some reason, this program is named pywxrc. Maybe I will update wxpython bundled version to standard version. I will check the name. (In reply to comment #2) > For some reason, this program is named pywxrc. They are not the same. pywxrc is a python script, wxrc is built from the mentioned C++ source. Are they compatible? I don't think so, but even if they were, most ./configure scripts just search for wxrc. > Maybe I will update wxpython bundled version to standard version. Is that really a good idea? There's a wxPython release which is newer than the last released standalone wxWidgets, see bug 141806 Standalone wxWidgets 2.6.2 is actually worse than both wxPython 2.6.1.0 and wxPython 2.6.2.1 because it introduced a bug in src/common/intl.cpp which makes some applications crash on startup in any other locale than English. It is triggered by aMule (not part of the distribution, but still...) and maybe others. This is fixed in wxPython 2.6.2.1 (or CVS rev. 1.166.2.1 of that file, src/common/intl.cpp), so it might be easier (for multiple reasons) to stay with the wxPython bundled version. At least for hugin, use of pywxrc worked for me. I see no problem with adding wxrc. Note that in 10.0 we are building wxGTK from wxpython snapshot. Now I am just thinking, whether to update and how. There is a bug 141806, which recommends to update. Thanks for the information. Files added and patch applied for 10.1 and supplementary with minor changes to prevent double packaging. |