Date: Wed, 7 Feb 1996 16:29:15 +0200 (EET) From: Seppo Kallio <kallio@beeblebrox.pccc.jyu.fi> To: questions@freebsd.org Subject: ** recompile of olvwm ports-2.1 ** patch olvwm to run >256 colors Message-ID: <Pine.BSF.3.91.960207162355.1559A-100000@beeblebrox.pccc.jyu.fi>
next in thread | raw e-mail | index | archive | help
I cannot recompile olvwm Can someone help?
I think I have a patch to make it run on 16 bit and 24 bit screens.
Current version works only on 8 bit screen (256 colors).
Seppo
4:25pm@beeblebrox:olvwm% make
Checksums OK.
===> Configuring for olvwm-4.1
mv -f Makefile Makefile.bak
imake -DUseInstalled -I/usr/X11R6/lib/X11/config
In file included from /usr/X11R6/lib/X11/config/Imake.tmpl:1090,
from Imakefile.c:3:
/tmp/IIf.001696:149: XView.prog: No such file or directory
imake: Exit code 33. Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
4:25pm@beeblebrox:olvwm%
The patch is here:
diff -c --recursive --new-file olvwm4pl1-Linux/screen.c
olvwm4pl1-Linux-truecolor/screen.c
*** olvwm4pl1-Linux/screen.c Sun Apr 23 22:22:17 1995
--- olvwm4pl1-Linux-truecolor/screen.c Fri Feb 2 23:08:35 1996
***************
*** 282,287 ****
--- 282,288 ----
case PseudoColor:
case GrayScale:
case DirectColor:
+ case TrueColor:
return True;
/*NOTREACHED*/
break;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.960207162355.1559A-100000>
