Update of /cvsroot/mahogany/M
In directory sc8-pr-cvs1:/tmp/cvs-serv9379

Modified Files:
        configure.in INSTALL 
Log Message:
require wxWindows at least 2.5.1

Index: configure.in
===================================================================
RCS file: /cvsroot/mahogany/M/configure.in,v
retrieving revision 1.294
retrieving revision 1.295
diff -b -u -2 -r1.294 -r1.295
--- configure.in        22 Sep 2003 00:53:19 -0000      1.294
+++ configure.in        9 Oct 2003 22:43:36 -0000       1.295
@@ -505,5 +505,5 @@
    USE_OPT=0
    dnl FIXME: shouldn't hard code wxWin version here!
-   WX_CONFIG_NAME="wxgtkd-2.4-config"
+   WX_CONFIG_NAME="wxgtkd-2.5-config"
 fi
 
@@ -930,5 +930,5 @@
 
 dnl check for wxWindows installation�
-AM_PATH_WXCONFIG(2.4.0,wxOK=1)
+AM_PATH_WXCONFIG(2.5.1,wxOK=1)
 
 if test "$wxOK" != 1; then
@@ -940,5 +940,5 @@
           where wxWindows libraries are installed (returned by
           'wx-config --libs' command) is in LD_LIBRARY_PATH or
-          equivalent variable and wxWindows version is 2.4.0 or above.
+          equivalent variable and wxWindows version is 2.5.1 or above.
    ])
 fi

Index: INSTALL
===================================================================
RCS file: /cvsroot/mahogany/M/INSTALL,v
retrieving revision 1.3
retrieving revision 1.4
diff -b -u -2 -r1.3 -r1.4
--- INSTALL     3 Aug 2003 23:45:23 -0000       1.3
+++ INSTALL     9 Oct 2003 22:43:36 -0000       1.4
@@ -28,5 +28,5 @@
 Required software:
 
-   - wxGTK (GTK+ port of wxWindows) 2.4.2 or above (note that 2.4.2
+   - wxGTK (GTK+ port of wxWindows) 2.5.1 or above (note that 2.5.1
      is not yet released as of time of this writing so you may need to use
      wxWindows sources from cvs, see below)
@@ -71,20 +71,9 @@
 wxWindows compiled for the GTK library (wxGTK).
 
-NOTE: there are unfortunately a few bugs in wxGTK 2.4.1 directly
-      affecting Mahogany which were fixed immediately after 2.4.1
-      release. If, by the time you are reading it, 2.4.2 is not
-      released yet please get a wxWindows daily snapshot or the cvs
-      sources (use "-r WX_2_4_BRANCH" to get the latest 2.4.x which
-      is the safest; but you may also get the sources from cvs HEAD
-      which would enable a few more features, in this case you may
-      want to use M_STABLE tag to get a wxWindows version known to
-      work well with Mahogany).
-
 The recommended switches for wxWindows compilation are:
 
-      ./configure --disable-threads --disable-joystick \
-                  --no-recursion --with-gtk
+      ./configure --with-gtk --disable-threads --disable-joystick
 
-(you may also use the usual --prefix switch, of course)
+(you may also use the usual --prefix switch, of course).
 
 After running configure, do "make" (or "gmake" if your make is not
@@ -97,5 +86,5 @@
 
     mahogany: error while loading shared libraries:
-    libwx_gtk-2.4.so: cannot open shared object file:
+    libwx_gtk-2.5.so: cannot open shared object file:
     No such file or directory
 



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to