Greetings!  Please add either

#include <sys/ucontext.h>

or 

#define __USE_XOPEN

right before

#include <signal.h>

in

h/make-init.h

and you should be good.

Your headers are somewhat broken, it appears, as the __USE_XOPEN define
has apparently been changed.  This is from my signal.h>

# if defined __USE_XOPEN || defined __USE_XOPEN2K8
/* This will define `ucontext_t' and `mcontext_t'.  */
#  include <sys/ucontext.h>
# endif


Take care,


arnuld uttre <[email protected]> writes:

>> On 9/10/14, Camm Maguire <[email protected]> wrote:
>> Greetings, and thanks!  Please also post:
>>
>> cat /usr/include/signal.h
>
> file attached

-- 
Camm Maguire                                        [email protected]
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah

_______________________________________________
Gcl-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/gcl-devel

Reply via email to