On Sun, 23 Aug 1998, BG Lim wrote: > I have two problems with Windowmaker > > 1. Its using my 'Windows Start' key as the 'Meta' key. Seems to be only a > problem with WindowMaker, not the other window managers like icewm or kde. > I'm using the deb packages found at the windowmaker ftp site.
I wouldn't worry about this. I have no problem at all with using the W95 logo key, sonce it gives me more keymapping possibilities. But if you really want to use alt instead, edit your ~/GNUstep/Defaults/WindowMaker file and change all references to Meta with Alt and you will get what I think you expect. > 2. I can't compile wmmount and wmcdplay. Both packages are by Sam Hawker. > I've emailed him two at GeoCities, but both mails have been sent back. > This is the output I get when I try to compile them: > ~/wmmixer $ xmkmf > imake -DUseInstalled -I/usr/X11R6/lib/X11/config > ~/wmmixer $ make > c++ -O2 -fno-strength-reduce -I/usr/X11R6/include -I/include -Dlinux > -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE=500L > -D_BSD_SOURCE -D_SVID_SOURCE -D_REENTRANT -c wmmixer.cc -o wmmixer.o > rm -f wmmixer > gcc -o wmmixer -O2 -fno-strength-reduce -L/usr/X11R6/lib wmmixer.o > -lXpm -lXext -lX11 This screwed me up as well. xmkmf insists on creating a Makefile that uses c++ to compile and gcc to link, which won't work. This happenned to me even when egcs wasn't installed. I simply ran the second command (the gcc one) with c++ instead, ie. c++ -o wmmixer -O2 -fno-strength-reduce etc... and it compiled find. Another option would be to download the debian packages for these. :) ------------------------------------------------------------------------------- Tower Visit my WindowMaker page at http://www.cs.mun.ca/~gstarkes/wmaker/ "You can twist perception, reality won't budge." -Neil Peart, Rush Windows 95/NT: 32 bit extensions and a graphical shell for a 16 bit patch to an 8 bit operating system originally coded for a 4 bit microprocessor, written by a 2 bit company that can't stand 1 bit of competition.