On Oct 6, 1:50 pm, mlutken <[EMAIL PROTECTED]> wrote: > I build wx without unicode support and with /Zc:wchar_t- on Windows as > you.
I need unicode support... > However I did also: > In order to get rid of problems when linking Mozilla libraries with > others like wxWidgets libs > we have totally disabled the detection/use of the the GCC -fshort- > wchar option that Mozilla > by default uses. This is done by changing the line in configure.in > that originally read like this: > > ac_cv_have_usable_wchar_option_v2="yes" > TO > ac_cv_have_usable_wchar_option_v2="no" > > And then running the autoconf version 2.13 to generate a new configure > script. > To run autoconf just do: > autoconf > sh ./configure --prefix=../buildroot --enable-application=xulrunner -- > disable-javaxpcom --enable-cpp-rtti --enable-cpp-exceptions > make > make package > Thanks! will do this on Linux. On Windows, managed to get the test program running by recompiling wxWidgets with /Zc:wchar_t- and linking with it statically so I think I'll stay with the official builds. Cheers, -Krishna _______________________________________________ dev-embedding mailing list dev-embedding@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-embedding