This commit was manufactured by cvs2svn to create tag 'WX_2_2_9'.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/tags/WX_2_2_9@13364 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
wxWindows 2.1 for Motif installation
|
||||
wxWindows 2.2 for Motif installation
|
||||
------------------------------------
|
||||
|
||||
IMPORTANT NOTE:
|
||||
@@ -11,7 +11,7 @@ IMPORTANT NOTE:
|
||||
|
||||
When sending bug reports tell us what version of wxWindows you are
|
||||
using (including the beta) and what compiler on what system. One
|
||||
example: wxMotif 2.1 beta 6, egcs 1.1.1, Redhat 5.0
|
||||
example: wxMotif 2.2.0, egcs 1.1.1, Redhat 5.0
|
||||
|
||||
First steps
|
||||
-----------
|
||||
@@ -19,17 +19,12 @@ First steps
|
||||
- Prerequisites: Motif 1.2 or above, or Lesstif
|
||||
(not yet tested). Motif 2.0 and above may also be suitable.
|
||||
|
||||
- Download the appropriate .tgz archive, or alternatively the files
|
||||
wx2_x_y_gen.zip and wx2_x_y_mot.zip. Download documentation in a
|
||||
preferred format, such as wx2_x_y_htm.zip or wx2_x_y_pdf.zip.
|
||||
- Download wxMotif-x.y.z.tgz, where x.y.z is the version number.
|
||||
Download documentation in a preferred format, such as
|
||||
wxWindows-HTML.zip or wxWindows-PDF.zip.
|
||||
|
||||
- Make a directory such as ~/wx and unarchive the files into this
|
||||
directory. If using the zip archives, use the -a option if available
|
||||
to convert the ASCII files to Unix format. Don't worry about files being
|
||||
overwritten: they should be identical anyway.
|
||||
|
||||
(See http://www.cdrom.com/pub/infozip/ if you don't have zip/unzip
|
||||
already installed. Zip isn't the same as gzip!)
|
||||
directory.
|
||||
|
||||
- It is recommended that you install bison and flex; using yacc
|
||||
and lex may require tweaking of the makefiles. You also need
|
||||
|
@@ -5,6 +5,8 @@ Last updated 19/3/2000.
|
||||
|
||||
See also: todo.txt.
|
||||
|
||||
- Sockets not yet working since idle wake-up not implemented.
|
||||
|
||||
- wxTextCtrl doesn't work as a stream buffer in Linux/gcc.
|
||||
|
||||
- No wxSpinButton.
|
||||
@@ -21,14 +23,22 @@ See also: todo.txt.
|
||||
e.g. wxScrolledWindows, so maybe have wxSystemSettings value for
|
||||
scrollbar colour, and/or ability to set scrollbar colour independently.
|
||||
|
||||
- wxFrame can accept events, but apps cannot draw into it for some reason,
|
||||
so the rotate sample won't work. Workaround: use an embedded wxWindow.
|
||||
- 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 show a problem when showing
|
||||
the advanced HTML help controller: a BadDrawable X error occurs
|
||||
(unfortunately hard to tell where). Somewhere in wxHtmlHelpFrame.
|
||||
- samples/html/helpview and samples/help demonstrate that sometimes,
|
||||
XPM images can't be loaded, perhaps only in 256-colour mode. This
|
||||
will now cause an assert rather than an X error. But we need to
|
||||
either cure the XPM loading problem, or provide alternative toolbar
|
||||
buttons (for HelpView) and icons (for places where icons are used e.g.
|
||||
in the log dialog).
|
||||
|
||||
- Dialog Editor needs a lot of work.
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -1,14 +1,8 @@
|
||||
|
||||
Welcome to wxWindows/Motif 2.1.14
|
||||
Welcome to wxWindows/Motif 2.2.7
|
||||
|
||||
You have downloaded version 2.1.14 of the Motif port of
|
||||
the wxWindows GUI library. Although this is not yet the
|
||||
final stable release wxMotif 2.2, the current version has
|
||||
been tested carefully on many systems and has been found
|
||||
to work better than any other previous version.
|
||||
|
||||
This is the last beta release. wxWindows is now in a code
|
||||
freeze and only bugs will be corrected.
|
||||
You have downloaded version 2.2.7 of the Motif port of
|
||||
the wxWindows GUI library.
|
||||
|
||||
More information about the wxWindows project as a whole
|
||||
can be found at:
|
||||
@@ -39,7 +33,7 @@ Alternatively, you may also use the bug reporting system
|
||||
linked from the wxWindows web page.
|
||||
|
||||
The library produced by the install process will be called
|
||||
libwx_motif.a (static) and libwx_motif-2.1.so.14.0.0 (shared) so that
|
||||
libwx_motif.a (static) and libwx_motif-2.2.so.0.1.1 (shared) so that
|
||||
once a binary incompatible version of wxWindows/Motif comes out
|
||||
we'll augment the library version number to avoid linking problems.
|
||||
|
||||
|
Reference in New Issue
Block a user