Circa 2000-Nov-24 19:51:10 -0500 dixit [EMAIL PROTECTED]:
: while building blackbox I get the following message
: which prevents me from achieving window manager nirvana:
:
: s\" -g -O2 -I/usr/X11R6/include -c BaseDisplay.cc
: In file included from /usr/include/signal.h:309,
: from BaseDisplay.cc:69:
: /usr/include/bits/sigcontext.h:28: asm/sigcontext.h: No such file or
: directory
: make[2]: *** [BaseDisplay.o] Error 1
: make[2]: Leaving directory `/home/yanapaq/src/blackbox-0.61.0/src'
: make[1]: *** [all-recursive] Error 1
: make[1]: Leaving directory `/home/yanapaq/src/blackbox-0.61.0'
: make: *** [all-recursive-am] Error 2
Looks as if you might be compiling on a Linux system. If so, you may
need to make sure the kernel headers (or sometimes the entire kernel
source) are (is) installed on your system. If you think you know that
it's already installed, then you may need to perform the following:
su root
cd /usr/src/linux
make symlinks
exit
If i'm mistaken and you're not using a Linux system, then good luck.
--
jim knoble | [EMAIL PROTECTED] | http://www.jmknoble.cx/