gnustep-dev
[Top][All Lists]
Advanced

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

Re: NetBSD compile failure


From: Richard Frith-Macdonald
Subject: Re: NetBSD compile failure
Date: Fri, 14 Oct 2011 19:05:24 +0100

On 14 Oct 2011, at 17:32, Riccardo Mottola wrote:

> Hi,
> 
> compiling base fails on NetBSD:
> 
> Compiling file NSProcessInfo.m ...
> In file included from NSProcessInfo.m:82:0:
> /usr/include/kvm.h:74:30: error: expected declaration specifiers or '...' 
> before 'u_long'
> /usr/include/kvm.h:83:29: error: expected declaration specifiers or '...' 
> before 'u_long'
> /usr/include/kvm.h:84:30: error: expected declaration specifiers or '...' 
> before 'u_long'
> In file included from /usr/include/machine/pcb.h:79:0,
>                 from /usr/include/machine/proc.h:38,
>                 from /usr/include/sys/proc.h:77,
>                 from /usr/include/sys/sysctl.h:46,
>                 from NSProcessInfo.m:88:
> /usr/include/machine/segments.h:162:2: error: expected 
> specifier-qualifier-list before 'vaddr_t'
> In file included from /usr/include/i386/sysarch.h:3:0,
>                 from /usr/include/machine/pcb.h:82,
>                 from /usr/include/machine/proc.h:38,
>                 from /usr/include/sys/proc.h:77,
>                 from /usr/include/sys/sysctl.h:46,
>                 from NSProcessInfo.m:88:
> /usr/include/x86/sysarch.h:126:2: error: expected specifier-qualifier-list 
> before 'u_long'
> /usr/include/x86/sysarch.h:130:2: error: expected specifier-qualifier-list 
> before 'u_long'

Can't see any change likely to have caused this except perhaps the removal of 
the include of errno.h
I added that back in case errno.h indirectly includes something that kvm.h 
depends on.


reply via email to

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