git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43356
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
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:
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
Then you'll have to edit the wrongly created libtool script. There are two
important entries with respect to shared library creation, which are
Any progress on this front will be very welcome.
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.
+