Boost logo

Boost-Build :

Subject: Re: [Boost-build] Compiling Boost Libraries on AmigaOS 4.1
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2015-10-15 19:38:44


AMDG

On 10/11/2015 07:55 AM, Davide Calaminici wrote:
>
> i'm trying to port the boost libraries to the AmigaOS 4.1 operating system.
>
> I'm using the GCC 4.9.2 compiler.
>
> When i try to do sh bootstrap, i get the following error:
>
> <snip>
>
> execunix.c: In function 'exec_cmd':
> execunix.c:140:22: error: storage size of 'ignore' isn't known
> struct sigaction ignore, saveintr, savequit;
> ^

It looks like your system doesn't have sigaction
or sigprocmask which should be defined in signal.h.
You might be able to get away with just disabling
this functionality in execunix.c.

In Christ,
Steven Watanabe


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk