From 64d136789c993f3741585018ddc5713d2bcdae5c Mon Sep 17 00:00:00 2001 From: dan Date: Thu, 7 Jan 1999 16:22:35 +0000 Subject: [PATCH] Latest fixes, before releasing 0.50.0 --- INSTALL | 16 ++++++++++++++++ WindowMaker/Makefile.am | 1 + WindowMaker/Makefile.in | 2 ++ WindowMaker/README | 1 + src/actions.c | 2 +- wrlib/wraster.h | 2 -- 6 files changed, 21 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index a6ae19bd..f20fa97a 100644 --- a/INSTALL +++ b/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 diff --git a/WindowMaker/Makefile.am b/WindowMaker/Makefile.am index c22257da..8e8eee9d 100644 --- a/WindowMaker/Makefile.am +++ b/WindowMaker/Makefile.am @@ -8,6 +8,7 @@ prefsdata_DATA =\ autostart.sh\ exitscript.sh\ menu\ + menu.ca\ menu.cz\ menu.de\ menu.dk\ diff --git a/WindowMaker/Makefile.in b/WindowMaker/Makefile.in index d263fe5c..00fd37ae 100755 --- a/WindowMaker/Makefile.in +++ b/WindowMaker/Makefile.in @@ -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\ diff --git a/WindowMaker/README b/WindowMaker/README index 2eb5b53f..84d95fca 100644 --- a/WindowMaker/README +++ b/WindowMaker/README @@ -55,4 +55,5 @@ menu.dk Danish John M. Lockard Jacob Sparre Andersen menu.sl Slovene Alen Salamun menu.hu Hungarian Csanaki Csaba +menu.ca Català Carles Amig dj_fr3nd@hotmail.com diff --git a/src/actions.c b/src/actions.c index 15af9023..24bde0ea 100644 --- a/src/actions.c +++ b/src/actions.c @@ -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); } diff --git a/wrlib/wraster.h b/wrlib/wraster.h index 44882460..eefeb22b 100644 --- a/wrlib/wraster.h +++ b/wrlib/wraster.h @@ -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 #endif -#endif #include