scsh-users
[Top] [All Lists]

XXX_procmask in scsh source

To: scsh-bugs@martigny.ai.mit.edu
Subject: XXX_procmask in scsh source
From: Les Schaffer <godzilla@netmeg.net>
Date: Tue, 13 Oct 1998 17:03:30 -0400
Sender: godzilla@netmeg.net
Greetings:

i am trying to get scsh running on my linux box, and the main obstacle
is this:

/usr/bin/egcc -c -I././cig -I././scsh/regexp -DHAVE_CONFIG_H -I./. -I.
-O2 -o \       scsh/sighandlers1.o scsh/sighandlers1.c

scsh/sighandlers1.c: In function `set_procmask':
scsh/sighandlers1.c:44: incompatible types in assignment
scsh/sighandlers1.c:47: invalid operands to binary >>
scsh/sighandlers1.c:47: invalid operands to binary &
scsh/sighandlers1.c: In function `get_procmask':
scsh/sighandlers1.c:58: invalid operands to binary >>
scsh/sighandlers1.c:58: invalid operands to binary &
make: *** [scsh/sighandlers1.o] Error 1

looks like the source code is using old type sigset_t. but before i roll
up my sleeves and dig in, i thought i'd check in and see if this has
already been patched. 

best regards

les
-- 
____ Les Schaffer godzilla@netmeg.net ___| --->> Engineering R&D <<---
Theoretical & Applied Mechanics          |  Designspring, Inc. 
Center for Radiophysics & Space Research |  Westport, CT USA
Cornell Univ.  schaffer@tam.cornell.edu  |  les@designspring.com

<Prev in Thread] Current Thread [Next in Thread>
  • XXX_procmask in scsh source, Les Schaffer <=