Code::Blocks Forums
User forums => Help => Topic started by: wuxian610 on November 29, 2005, 04:16:11 am
-
Hi, experts:
How could I make a UNICODE build of wxWidgets?
Thanks!
-
http://wiki.codeblocks.org/index.php?title=Compiling_Code::Blocks_in_Linux_%28applies_to_all_distros%29#wxWidgets_2.6.1_build
Maybe you need to change some of the things in there... since we're dealing with wxwidgets 2.6.2 now... but i think it applies.
-
The trick is just to pass UNICODE=1 to make instead of UNICODE=0.
-
Thank you~
-
HI, rickg22;
I did as you told me, now it can work. but:
When I run the C:B(rc2), the "CodeBlocks" pops up, saying: ....undefined symbol: _ZN13DebuggerState7CleanUpEv.
The details:
/usr/local/share/codeblocks/plugins/libdebuggergdb.so: undefined symbol: _ZN13DebuggerState7CleanUpEv
/usr/local/share/codeblocks/plugins/libcompiler.so: undefined symbol:
_ZN11EditPairDlgC1EP8wxWindowR8wxStringS3_RKS2_NS_10BrowseModeEv
And the menu of the interface contains: File Edit View Search Project wxSmith Tools Plugins Settings Help,
but ....where are the "Debug" and the "Run" ?
Can anyone give me a hand??Thanks!~
yours
-
Um, I don't know :( I only compiled in unicode mode once... :oops:
-
Can anyone give me a hand??Thanks!~
I guess I'm getting it wrong but just in case:
Do you try to run the RC2 binary build with self-compiled (unicode enabled) wxWidgets libraries? This won't work unless you also recompile the complete RC2 (or the current svn build) from the sources.
Morten.
-
Blaubaer have give a solution for you
http://forums.codeblocks.org/index.php?topic=1495.msg10642;topicseen#msg10642
it should be the outdated makefile which does not include in the latest SVN.
-
Thanks, cyberkoa:
I have got it!
Thank you all! :lol:(@V@)