tech-pkg archive

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

Re: bootstrap pkgsrc on FreeMiNT 1.18.0 (EasyMiNT 1.83)



On Sun, Aug 25, 2013 at 08:36:58PM +0900, Ryo ONODERA wrote:
> From: Joerg Sonnenberger <joerg%britannica.bec.de@localhost>, Date: Sun, 25 
> Aug 2013 13:28:50 +0200
> 
> > 
> > Workaround for what?
> 
> This fixes following error. I do not know why.
> It may related to unit-tests failure?
> 
> /usr/include/signal.h:264: parse error before `)'
> 
> 264th line of signal.h is following.
> 
> __EXTERN void sigreturn __P ((struct sigcontext* __unused));
> 
> Thank you.

I'd try changing the __extern to somethign else - it might be
being expanded to (maybe) __attribute__((unused)) or similar.

Then try to work out what the __unused is supposed to do...

        David

-- 
David Laight: david%l8s.co.uk@localhost


Home | Main Index | Thread Index | Old Index