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

Re: clisp for NetBSD



Ricardo Aler Mur <aler@inf.uc3m.es> writes:
> 
> Hi, I've been trying to compile the last version of clisp for NetBSD/i386
> but failed. Here is the last message I get after trying to make it:
> 
> unix.d:95: conflicting types for `msync'
> /usr/include/sys/mman.h:88: previous declaration of `msync'
> *** Error code 1
> 
> Any idea of what's going on?

CLISP tries to redeclare the msync() function. Since the msync() use
in this version of clisp is broken anyway, you should change the
"#define HAVE_MSYNC" in unixconf.h into "#undef HAVE_MSYNC".

                       Bruno