News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

How make a UNICODE build of wxWidgets[solved]

Started by wuxian610, November 29, 2005, 04:16:11 AM

Previous topic - Next topic

wuxian610

Hi, experts:

             How could I make a UNICODE build of wxWidgets?
             Thanks!

rickg22

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.

Ceniza

The trick is just to pass UNICODE=1 to make instead of UNICODE=0.


wuxian610

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

rickg22

Um, I don't know :( I only compiled in unicode mode once... :oops:

MortenMacFly

Quote from: wuxian610 on November 29, 2005, 11:40:23 AM
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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

cyberkoa

Blaubaer have give a solution for you
http://forums.next.codeblocks.org/index.php?topic=1495.msg10642;topicseen#msg10642

it should be the outdated makefile which does not include in the latest SVN.

wuxian610

Thanks, cyberkoa:

                 I have got it!
                 Thank you all!             :lol:(@V@)