Code::Blocks Forums

User forums => Help => Topic started by: ollydbg on May 11, 2013, 04:29:06 pm

Title: The reason of not install wxMathplot wxsmith control by default?
Post by: ollydbg on May 11, 2013, 04:29:06 pm
Hi, I just noticed that we have wxMathplot wxsmith plugin, but it was not build by default. I open the CodeBlocks Workspace wx2.8.x, but I don't see it listed in the workspace.

But I do see it was in our trunk.
cb_trunk_sf\src\plugins\contrib\wxSmithPlot

So, what is the reason of not build this by default? Thanks.
Title: Re: The reason of not install wxMathplot wxsmith control by default?
Post by: ollydbg on May 11, 2013, 04:57:22 pm
It looks like wxStc is also not included in the workspace, see Morten's reply in Re: Can't find wxStc in wxSmith (nightly builds) (http://forums.codeblocks.org/index.php/topic,16316.msg110458.html#msg110458), why?
Title: Re: The reason of not install wxMathplot wxsmith control by default?
Post by: MortenMacFly on May 12, 2013, 09:59:23 am
wxSmithPlot: I simply forgot t update the contrib workspace.
wxSTC: This may lead to serious compatibility issues when working with wx29 where this component is integrated and no longer stand-alone. Therefore I did not move it into the build. Its provided for experts "as-is". It does work though.
Title: Re: The reason of not install wxMathplot wxsmith control by default?
Post by: ptDev on May 12, 2013, 10:31:24 am
I found the following projects in trunk, which are not being built by default:

 wxSmithPlot, wxSmithSTC; ollydbg warned me about these, and it seems only wxSmithPlot is expected to be included by default.

 wxSmithDateTimePicker
 wxSmithIExplore

 wxSmithDemo - I have no idea what this project is meant for, does it have anything that could be moved to the wxWidgets project template based on wxSmith?
Title: Re: The reason of not install wxMathplot wxsmith control by default?
Post by: MortenMacFly on May 12, 2013, 02:16:44 pm
wxSmithDemo - I have no idea what this project is meant for, does it have anything that could be moved to the wxWidgets project template based on wxSmith?
This is a counterpart to the official wxWidgets demo which includes all major wx components. Its more meant as a s/w test for wxSmith. this should not be included by default.
Title: Re: The reason of not install wxMathplot wxsmith control by default?
Post by: MortenMacFly on May 12, 2013, 02:18:31 pm
wxSmithDateTimePicker
There was an issue with this - but I don't recall which. Maybe it works now, then we should include it.

wxSmithIExplore
This is Windows only and only meant for power-users that know what they are doing. Furthermore the underlying wx component is heavily outdated and no longer supported by the maintainer. It should not be included by default.
Title: Re: The reason of not install wxMathplot wxsmith control by default?
Post by: ollydbg on May 13, 2013, 02:28:06 am
wxSmithPlot: I simply forgot t update the contrib workspace.
So, we should add one line in CodeBlocks.workspace
like:
Code
<Project filename="plugins/contrib/wxSmithPlot/wxsSmithPlot.cbp" />
Is this OK?
Thanks.
Title: Re: The reason of not install wxMathplot wxsmith control by default?
Post by: MortenMacFly on May 13, 2013, 08:46:28 pm
Is this OK?
If it works under Linux, too (at best) - yes, sure.
Title: Re: The reason of not install wxMathplot wxsmith control by default?
Post by: ollydbg on May 14, 2013, 05:19:41 am
Is this OK?
If it works under Linux, too (at best) - yes, sure.
Ok, but I can't test it under Linux, but I see previous commits by Biplab put this project to autotools systems.

So, I added this cbp file to Codeblocks.workspace in rev9093.
Title: Re: The reason of not install wxMathplot wxsmith control by default?
Post by: xunxun on May 14, 2013, 08:27:35 am
It seems Fortran Plugin is not built, too.
Title: Re: The reason of not install wxMathplot wxsmith control by default?
Post by: ollydbg on May 14, 2013, 08:37:36 am
It seems Fortran Plugin is not built, too.
I noticed that when I run SVN update on CB source, I see some error messages from updating the Fortran pluign source.
Title: Re: The reason of not install wxMathplot wxsmith control by default?
Post by: gd_on on May 14, 2013, 11:00:49 am
for info : no problems with fortran plugin for me, with Windows 7, compilers TDM 4.7.1 (32 bits) and wx 2.8.12.
SVN OK, compile OK (full rebuild), Works OK.

gd_on