On Wed, 15 May 2002, Ken Larkman wrote:
>
> I tried doing a build of the FreeBSD version of XMail on OpenBSD 3.0 and
> this is what the output was:
>
> [START CUT & PASTE]
> janus# gmake -f Makefile.bsd
> c++ -O2 -I. -D__FREEBSD__ -DXMAIL_X86 -D_REENTRANT=1 -D_THREAD_SAFE=1 -c
> SysDep.cpp
> In file included from SysIncludeFreeBSD.h:38,
> from SysInclude.h:54,
> from SysDepFreeBSD.cpp:24,
> from SysDep.cpp:40:
> /usr/include/sys/mount.h:80: warning: keyword 'export' not implemented and
> will be ignored
> /usr/include/sys/mount.h:88: warning: keyword 'export' not implemented and
> will be ignored
> /usr/include/sys/mount.h:98: warning: keyword 'export' not implemented and
> will be ignored
> /usr/include/sys/mount.h:211: warning: keyword 'export' not implemented and
> will be ignored
> /usr/include/sys/mount.h:231: warning: keyword 'export' not implemented and
> will be ignored
> In file included from SysDep.cpp:40:
> SysDepFreeBSD.cpp: In function `int SysMemoryInfo(SYS_INT64 *, SYS_INT64 *,
> SYS_INT64 *, SYS_INT64 *)':
> SysDepFreeBSD.cpp:2700: implicit declaration of function `int
> sysctlbyname(...)'
> SysDepFreeBSD.cpp:2743: storage size of `KSwap' isn't known
> SysDepFreeBSD.cpp:2744: `SWIF_DEV_PREFIX' undeclared (first use this
> function)
> SysDepFreeBSD.cpp:2744: (Each undeclared identifier is reported only once
> SysDepFreeBSD.cpp:2744: for each function it appears in.)
> SysDepFreeBSD.cpp:2744: confused by earlier errors, bailing out
> gmake: *** [SysDep.o] Error 1
> janus#
>
> [END CUT & PASTE]
which openbsd version are you using ?
try :
$ find /usr/include -type f -exec grep -H sysctlbyname \{} \;
$ find /usr/include -type f -exec grep -H SWIF_DEV_PREFIX \{} \;
- Davide
-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]