mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
Latest fixes, before releasing 0.50.0
This commit is contained in:
16
INSTALL
16
INSTALL
@@ -22,6 +22,7 @@ SUPPORTED PLATFORMS
|
||||
- OSF/1
|
||||
- HP-UX
|
||||
- AIX 4.1.4 / IBM PowerPC
|
||||
- AIX 4.3.1 / IBM CC compiler
|
||||
- AIX 4.3.2 / IBM PowerPC
|
||||
- AIX 5.3
|
||||
- DEC Alpha/Digital UNIX 4.x
|
||||
@@ -334,6 +335,20 @@ like not being able to use a graphic format library you think you have
|
||||
installed, look at the config.log file for clues of the problem.
|
||||
|
||||
|
||||
== Error when configuring
|
||||
|
||||
ltconfig: unrecognized option `--no-reexec'
|
||||
Try `ltconfig --help' for more information.
|
||||
configure: error: libtool configure failed
|
||||
|
||||
remove the --no-reexec option from aclocal.m4 and libPropList/aclocal/m4
|
||||
and reconfigure
|
||||
Also make sure the autoconf and automake versions you have installed are at
|
||||
least:
|
||||
autoconf 2.12
|
||||
automake 1.3
|
||||
libtool 1.2
|
||||
|
||||
== Error during build of libPropList
|
||||
|
||||
make: *** No rule to make target `libPropList.a.c', needed by
|
||||
@@ -343,6 +358,7 @@ Make sure the autoconf and automake versions you have installed are at
|
||||
least:
|
||||
autoconf 2.12
|
||||
automake 1.3
|
||||
libtool 1.2
|
||||
|
||||
If you are using the RPM's that come with RedHat 4.x, don't use them.
|
||||
It is broken. Uninstall the RPM and reinstall a fresh package from
|
||||
|
||||
@@ -8,6 +8,7 @@ prefsdata_DATA =\
|
||||
autostart.sh\
|
||||
exitscript.sh\
|
||||
menu\
|
||||
menu.ca\
|
||||
menu.cz\
|
||||
menu.de\
|
||||
menu.dk\
|
||||
|
||||
@@ -76,6 +76,7 @@ LN_S = @LN_S@
|
||||
MAKEINFO = @MAKEINFO@
|
||||
MOFILES = @MOFILES@
|
||||
NLSDIR = @NLSDIR@
|
||||
NM = @NM@
|
||||
PACKAGE = @PACKAGE@
|
||||
RANLIB = @RANLIB@
|
||||
REDUCE_APPICONS = @REDUCE_APPICONS@
|
||||
@@ -103,6 +104,7 @@ prefsdata_DATA =\
|
||||
autostart.sh\
|
||||
exitscript.sh\
|
||||
menu\
|
||||
menu.ca\
|
||||
menu.cz\
|
||||
menu.de\
|
||||
menu.dk\
|
||||
|
||||
@@ -55,4 +55,5 @@ menu.dk Danish John M. Lockard <jlockard@math.lsa.umich.edu>
|
||||
Jacob Sparre Andersen <sparre@cats.nbi.dk>
|
||||
menu.sl Slovene Alen Salamun <snowman@hal9000.medinet.si>
|
||||
menu.hu Hungarian Csanaki Csaba <prew@mail.matav.hu>
|
||||
menu.ca Català Carles Amig<F3> dj_fr3nd@hotmail.com
|
||||
|
||||
|
||||
@@ -108,7 +108,7 @@ processEvents(int event_count)
|
||||
* the animation.
|
||||
*/
|
||||
ignoreTimestamp=1;
|
||||
while (event_count--) {
|
||||
while (XPending(dpy) && event_count--) {
|
||||
WMNextEvent(dpy, &event);
|
||||
WMHandleEvent(&event);
|
||||
}
|
||||
|
||||
@@ -42,11 +42,9 @@
|
||||
/* version of the header for the library: 0.11 */
|
||||
#define WRASTER_HEADER_VERSION 11
|
||||
|
||||
#if 0
|
||||
#ifdef HAVE_ALLOCA_H
|
||||
#include <alloca.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
#include <X11/Xlib.h>
|
||||
|
||||
Reference in New Issue
Block a user