User forums > Help
Code::blocks against wxWidgets 2.9.4
Jenna:
1) Ignore the warning message about libwxPdfDocument.a, it is linked correctly, but the target dependencies in the exporter plugin are incorrect.
If I remember correctly, I corrected this on linux, but obviously not on windows (do not use it often).
2.1) I guess the Fortran -plugin is not (yet?) wx2.9 compatible.
It is not maintained by us (external plugin), so we can not do anything here, except not putting it in the wx2.9 workspaces.
2.2) The wxWidgets default-build is always (more or less) a debug-build in w2.9, you have to explicitely disable this, that's the cause for the tons of warnings.
3) See 2.2) the messages are from wxWidgets and you hvae to change this, but not C::B.
And in general, C::b is much better with wx2.9 then some months ago (a lot of work is done, not only for win64), but still not as stable as with wx2.8
oBFusCATed:
--- Quote from: jens on May 24, 2013, 03:09:55 pm ---And in general, C::b is much better with wx2.9 then some months ago (a lot of work is done, not only for win64), but still not as stable as with wx2.8
--- End quote ---
Does watches work?
Last time I've tried C::B+wx2.9 (long time ago) they were totally broken.
Jenna:
--- Quote from: oBFusCATed on May 24, 2013, 04:40:25 pm ---
--- Quote from: jens on May 24, 2013, 03:09:55 pm ---And in general, C::b is much better with wx2.9 then some months ago (a lot of work is done, not only for win64), but still not as stable as with wx2.8
--- End quote ---
Does watches work?
Last time I've tried C::B+wx2.9 (long time ago) they were totally broken.
--- End quote ---
wx2.9.5 from actual trunk.
gd_on:
--- Quote ---I guess the Fortran -plugin is not (yet?) wx2.9 compatible.
--- End quote ---
I'm not sure, see my 4) point. May be an interaction with envar plugin ! In an other .RPT file there was also a problem in envar.dll
--- Quote ---The wxWidgets default-build is always (more or less) a debug-build in w2.9, you have to explicitely disable this, that's the cause for the tons of warnings.
--- End quote ---
I use this command line to generate wxwidgets.
--- Code: ---mingw32-make -f makefile.gcc USE_XRC=1 SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1 USE_OPENGL=1 VENDOR=cb CXXFLAGS="-fno-keep-inline-dllexport"
--- End code ---
I have explicitly asked for a release build, so what should I must add?
And what about my question in P.S. ?
Thanks,
gd_on
oBFusCATed:
Jens: does shortcut keys work? up/down/insert/delete/typing for new watch?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version