Bug #11656 2007-07-28 20:43
cleisthenes
windows plugin wizard defaults to linking to wxmsw26u
My setup:
Windows XP SP2
wxWidgets 2.8.4
Mingw gcc compiler
Codeblocks nightly build from forum rev 4333
Codeblocks compiled from latest rev (4333) using wxwidgets 2.8.4/gcc
Codeblocks sdk also compiled from latest rev ( 4333)
The windows plugin wizard sets linking to wxmsw26u under the build options. It also affects the nightly build version of Code Blocks as changing the linker to wxmsw28u will create an incompatible plugin.
1. This is how I recreated the bug.
Using the latest nightly build ( rev 4333 ) and the "hello world" plugin guide, I encountered a link error of " -lwxmsw26u" . Changing the build options to link to wxmsw28u worked, but the plugin was incompatible with the nightly build rev 4333.
2. Another related bug.
Compiling code blocks from latest rev ( also 4333) from svn with wxWidgets 2.8.4/gcc also had a plugin wizard that defaulted to wxmsw26u, but changing it to wxmsw28u creates a compatible plugin for this custom build.
- Category
- Plugin::Any
- Group
- Status
- Closed
- Close date
- 2007-07-29 07:09
- Assigned to
- biplab
History
This bug is now fixed in HEAD.
Thank you for reporting it.