Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

wxWidgets >= 2.9 and contrib-plugins

<< < (2/4) > >>

MortenMacFly:

--- Quote from: jens on August 31, 2012, 06:29:58 am ---wxWebView is under (more or less) heavy development at the moment.

--- End quote ---
OT: This would be nice. I think wxWidgets heavily lacks support for a (more) modern HTML rendering engine. There was http://www.kirix.com/labs/wxwebconnect.html but this seems kind of dead, or at least in the current available version its not usable and the underlying engine is too old again. :(

stahta01:
Anyone able to build C::B Share Config wxWidgets 2.9?

I am getting build errors using mingw.org 4.7 GCC when using wxWidgets trunk.
The errors look like Compiler issue of mixing Dwarf 2 and SJLJ object files.
Found workaround changed library name "txml" to "txml29"; but, I have been awake a little too long to be sure it is correct.

Patch for the Windows project file; the Unix file likely has the same problem.

--- Code: ---Index: src/tools/cb_share_config/cb_share_config_wx29.cbp
===================================================================
--- src/tools/cb_share_config/cb_share_config_wx29.cbp (revision 8300)
+++ src/tools/cb_share_config/cb_share_config_wx29.cbp (working copy)
@@ -44,7 +44,7 @@
  </ResourceCompiler>
  <Linker>
  <Add option="-mthreads" />
- <Add library="txml" />
+ <Add library="txml29" />
  <Add library="wxmsw$(WX_VERSION)$(WX_SUFFIX)" />
  <Add directory="$(#WX29.lib)\gcc_dll$(WX_CFG)" />
  <Add directory="..\..\base\tinyxml" />

--- End code ---

Result of activate/deactivate/shutdown/startup plugin testing under Windows 7 32 bit
CppCheck (if it is active) causes shutdown alert.
Openfiles causes Alert when plugin is activated
Spellchecker causes crash on CB startup (I do NOT have the dictionary files on my system.)
wxSmith ContribItems (if installed; cause a startup alert; note it does not need to be active to trigger the alert)
If both wxSmith and Keybinder plugins are activated then shutdown alert happens.


Tim S.

MortenMacFly:

--- Quote from: stahta01 on August 31, 2012, 12:37:13 pm ---Anyone able to build C::B Share Config wxWidgets 2.9?

--- End quote ---
Yes, me. But I am using wx 2.9.4 "release" and TDM/GCC 4.6.1.

MortenMacFly:

--- Quote from: stahta01 on August 31, 2012, 12:37:13 pm ---CppCheck (if it is active) causes shutdown alert. [...]

--- End quote ---
What do you mean by "alert"?

stahta01:

--- Quote from: MortenMacFly on August 31, 2012, 02:55:41 pm ---
--- Quote from: stahta01 on August 31, 2012, 12:37:13 pm ---CppCheck (if it is active) causes shutdown alert. [...]

--- End quote ---
What do you mean by "alert"?

--- End quote ---

Was not sleeping last night; sorry for the poor grammar. Still not have had much sleep.
If the plugin is active/enabled then during normal exiting of Code::Blocks an alert is displayed.

This problem looks to be fixed; removed attachments to save space.

Tim S.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version