Ticket #14608 (closed defect: fixed)
Missing USE_XRC in msw build.cfg
| Reported by: | neil.fan | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | XRC | Version: | 2.9-svn |
| Keywords: | build_cfg_file | Cc: | |
| Blocked By: | Patch: | yes | |
| Blocking: |
Description
When compile wxWidgets in MS windows the build.cfg file generated does not contain USE_XRC setting.
This affects the output of "wx-config --libs" as wx-config will look into build.cfg file for output
Some user has fired this in forum.
http://forums.wxwidgets.org/viewtopic.php?f=19&t=29739&e=0
The root cause is makefile is not putting USE_XRC into the build.cfg file (in bild_cfg_file target).
This issue exists in Makefile.gcc Makefile.wat Makefile.vc and Makefile.bcc
I have created a patch to fix this. Tested with GCC.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

