Small distrib updates,
tried to find a bug in html which was somewhere else,
added wxYield() call to wxBeginBusyCursor() which
should make the cursor appear immediately,
corrected wxMiniFrame so that clicking on the titlebar
makes it come to the front
Used CreateBase() in all controls
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3171 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
813c20a67e
commit
4dcaf11a7b
66 changed files with 472 additions and 292 deletions
|
|
@ -27,6 +27,15 @@ make install
|
|||
ldconfig
|
||||
exit
|
||||
|
||||
You may also want to try to edit the wrongly created libtool script
|
||||
in your build directory, if you need shared libraries on Unix. The
|
||||
wrong entries are something like
|
||||
archive_cmds="\$LD -shared ....
|
||||
archive_expsym_cmds="\$LD -shared ....
|
||||
which should be something like
|
||||
archive_cmds="\$CC -shared ....
|
||||
archive_expsym_cmds="\$CC -shared ....
|
||||
|
||||
If you want to remove wxWindows on Unix you can do this:
|
||||
|
||||
su <type root password>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue