From 9eb6cc3d6b3e431c83aa110174815f3642bae3d8 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sun, 12 Nov 2006 16:47:06 +0000 Subject: [PATCH] Note about Unicode builds not working git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43356 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/wine/install.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/wine/install.txt b/docs/wine/install.txt index 6b0fffd233..7997d28d54 100644 --- a/docs/wine/install.txt +++ b/docs/wine/install.txt @@ -16,7 +16,7 @@ On all variants of Unix except Linux (and maybe except *BSD), shared libraries are not supported out of the box due to the utter stupidity of libtool, so you'll have to do this to get shared library support: -> ./configure --with-wine --disable-static --enable-shared +> ./configure --with-wine --disable-unicode --disable-static --enable-shared Then you'll have to edit the wrongly created libtool script. There are two important entries with respect to shared library creation, which are @@ -379,3 +379,7 @@ wxWINE library will need recompiling with different options. Any progress on this front will be very welcome. +Note that while wxWINE builds with --enable-unicode, samples +don't run. Sample samples will run when built with +--disable-unicode, and others (such as auidemo) fail. + -- 2.45.2