The wizard only goes up to 3.0.x, which apparently won't do
ld.exe||cannot find -lwxmsw30ud|
I'm guessing it should be lwxmsw31ud right?
Do i have to use it without the wizard? how?
Edit: this is the first time i successfully compile wxWidgets, so i have no experience with it, and very limited with code blocks
You can use the 3.0 wizard and then manually edit the linked libraries in the linker settings.
Another option is to patch the wizard (it is just a squirrel script) and post the patch here.
I've posted some notes on the wxWidgets forum (https://forums.wxwidgets.org/viewtopic.php?f=20&t=42301).
I'm attaching a modification of the wizard script, but I've only tested it on windows with visualc and tdmgcc.
The change is in trunk. Thanks for the contribution.