Hi,
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.
Sorry, somehow I sent two versions of the same mail... one incomplete
though. IN the other one I wrote that I checked the two minor header
includes, tried to revert them but that didn't help.
I will inverstigate further, FreeBSD is broken too, although not in the
same place.
Riccardo
_______________________________________________
Gnustep-dev mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/gnustep-dev