Motif fixes, distribution script fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7466 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -6,6 +6,6 @@
|
||||
# if you're feeling braven, you may wish to compile with threads.
|
||||
# -- Julian Smart
|
||||
rm -f *.cache
|
||||
chmod a+x configure config.sub config.guess samples/configure contrib/configure
|
||||
chmod a+x configure config.sub config.guess samples/configure demos/configure contrib/configure
|
||||
./configure --disable-shared --with-gtk --with-debug_flag --with-debug_info --enable-debug --without-threads --without-sockets -without-odbc -without-libjpeg
|
||||
make
|
||||
|
@@ -26,6 +26,11 @@ See also: todo.txt.
|
||||
- wxFrame can accept events, but apps cannot draw into it for
|
||||
Workaround: use an embedded wxWindow.
|
||||
|
||||
- The background of a window sometimes isn't restored when changing
|
||||
notebook pages (see sashtest, mdi examples). The notebook background
|
||||
colour shows through. A resize, or scroll, restores the correct
|
||||
background colour.
|
||||
|
||||
- In Life! sample, text above slider isn't legible.
|
||||
|
||||
- samples/html/helpview and samples/help demonstrate that sometimes,
|
||||
|
@@ -6,6 +6,6 @@
|
||||
# if you're feeling brave, you may wish to compile with threads.
|
||||
# -- Julian Smart
|
||||
rm -f *.cache
|
||||
chmod a+x configure config.sub config.guess samples/configure contrib/configure
|
||||
chmod a+x configure config.sub config.guess samples/configure demos/configure contrib/configure
|
||||
./configure --disable-shared --with-motif --without-gtk --with-debug_flag --with-debug_info --enable-debug --without-sockets --without-odbc --without-threads --enable-newgrid
|
||||
make
|
||||
|
Reference in New Issue
Block a user