wxWidgets is an C++ library, therefore the compiler to build the code using the library must match the compiler used to build the library.
The wxWidgets wizard compiler value must match part of the foldername of the wx binary distribution.
Tim S.
Can we automate this? Or at least give the user a warning that he has to edit the compiler?
[EDIT:] I have no windows machine for the next weeks so i can not test this....
It is already automated; but, it remembers the value if the user changes it.
So, if the user set a bad value the first time though; it, will remember the bad value till it is changed.
Oops, I have not tested to see if it lets the compiler to be changed on the second run of the wizard.It does; I forgot I added that feature over 6 months ago; when I stopped doing the changes because of real live issues.
Edit: In other words, early in the wizard the user sets the CB Compiler to be used; it sets the WX_COMPILER based on that to either
gcc, bcc, vc, or wat. It somehow remembers the changed WX_COMPILER for gcc; even after I change it to bcc after back stepping the wizard twice.
Edit2: The test plan above I still need to do those steps because I forgot what was the last of them I actually did.
Tim S.