I am working on a patch to improve the CB wxWidgets wizard and I wanted to know what others are thinking needs fixed or improved with it.
The items I have finished the first pass on doing the patch are:
1. Added use of wx.include and wx.lib instead of wx/include or wx/lib.
2. Added user target variables for
WX_VERSION
WX_SUFFIX
WX_COMPILER as in gcc, vc, bcc, or wat.
WX_CFG
3. Planned to work on making the wizard work with wxWidgets binaries for gcc and vc compilers.
Questions:
Is anyone still using wizard for version 2.6?
Should I add version 3.1?
Edit:
Status of the wxWidgets wizard work is it still needs more testing under Windows.
And, has NOT yet had any testing under Linux.
I am testing my knowledge of using Git and I have placed the script here for me to test under Debian.
https://github.com/stahta01/cb_share/blob/master/templates/wizard/wxwidgets/wizard.scriptI have already deleted and recreated that repo twice today. I think I have finally learned how to create a Git repo under windows that has the correct line ending for Linux. I hope to never have to delete the repo to fix line feeds issues. But, will NOT be sure till I can test it under Linux.
Tim S.