gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gcl-devel] GCL build failure


From: Camm Maguire
Subject: Re: [Gcl-devel] GCL build failure
Date: Wed, 10 Sep 2014 18:35:27 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)

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 <address@hidden> writes:

>> On 9/10/14, Camm Maguire <address@hidden> wrote:
>> Greetings, and thanks!  Please also post:
>>
>> cat /usr/include/signal.h
>
> file attached

-- 
Camm Maguire                                        address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah



reply via email to

[Prev in Thread] Current Thread [Next in Thread]