Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: LETARTARE on July 29, 2026, 03:23:59 pm

Title: rev-13926 ; ContribPlugins_wx32-unix.workspace
Post by: LETARTARE on July 29, 2026, 03:23:59 pm
Context :Leap-15.6, gcc-15.2.0, wx-328, gtk3

Compilation of : ContribPlugins_wx32-unix.workspace => correct

By wanting to reload the default workspace I received this message (attached) , which I could not solve.

I couldn't find anything in 'Envars-wx3.2.x(Unix)'
Title: Re: rev-13926 ; ContribPlugins_wx32-unix.workspace
Post by: Miguel Gimenez on July 29, 2026, 04:53:11 pm
This section in debugger_gdbmi_wx32-unix.cbp looks out of place:
Code
<Extensions>
<envvars set="cb_plugin" />
<wxsmith version="1">
<gui name="wxWidgets" src="" main="" init_handlers="necessary" language="CPP" />
<resources>
<wxPanel wxs="wxsmith/config_panel.wxs" src="src/config.cpp" hdr="src/config.h" fwddecl="1" i18n="1" name="ConfigurationPanel" language="CPP" />
</resources>
</wxsmith>
</Extensions>
Title: Re: rev-13926 ; ContribPlugins_wx32-unix.workspace
Post by: LETARTARE on July 29, 2026, 05:14:55 pm
Thanks.
This effectively removes the warning.