Re: xmkmf problems
Jin Takamura (jintak@jpop.magpies.com)
Sat, 13 Jun 1998 09:02:06 -0500 (CDT)
Jay,
> I'm running Afterstep 1.4.0, and I finally got fed up with the 3x3 virtual
> desktop bug... ;)
>
> When I tried to compile 1.4.5, i got an error saying that X11.rules did
> not exist and was included in Imake.tmpl (i'd give you the error message
> in full form, but it's way past my bedtime *smile*)
>
> Any suggestions? I am running Xfree86 3.3.2...
Have you recently upgraded your XF to 3.3.2? If so, then that
might be your problem. I upgraded my XF to 3.3.2 and that removed my
X11.rules file. I had to get it from another Linux box :) In prior to
doing so, I have upgraded my Afterstep to 1.4.5 from 1.4.0, but worked
just fine. It was when i upgraded my XF.
If you need a copy, I can attach it and send it to ya. Let me know
:)
Jin Takamura
n = ((n >> 1) & 0x55555555) | ((n << 1) & 0xaaaaaaaa);
n = ((n >> 2) & 0x33333333) | ((n << 2) & 0xcccccccc);
n = ((n >> 4) & 0x0f0f0f0f) | ((n << 4) & 0xf0f0f0f0);
n = ((n >> 8) & 0x00ff00ff) | ((n << 8) & 0xff00ff00);
n = ((n >> 16) & 0x0000ffff) | ((n << 16) & 0xffff0000);
-- C code which reverses the bits in a word.
--
WWW: http://www.afterstep.org/
FTP: ftp://ftp.afterstep.org/
MAIL: http://wormhole.eosys.com/mailing-lists/AfterStep-Info.html
FAQ: http://www.cs.purdue.edu/homes/zamboni/afterstep/FAQ.html
To unsubscribe: echo unsubscribe | mail afterstep-request@eosys.com