Building Erlang R9C2 under OpenBSD 3.6-current (followup)

Raimo Niskanen raimo@REDACTED
Wed Oct 6 09:10:29 CEST 2004


Sorry, it did not make it. The R10B release started building yesterday.
It should make it into the first minor release, though.


> here is a patch for .../lib/os_mon/c_src/memsup.c
> this will allow compilation of Erlang 5.3 on OpenBSD to continue
> without a hitch.  I think it is a good patch and hope the Erlang folks
> will include it in
> their RC10B release so I don't have to repatch it.
> 
> There is still a problem with installing the man pages at the end though.
> 
> ambient# diff memsup.c memsup.c.new
> 98c98,102
> < #include <vm/vm_param.h>
> ---
>  > #ifdef OpenBSD
>  > #include <sys/vmmeter.h>
>  > #else
>  > #include <vm/vm_param.h>
>  > #endif
> 
> 

-- 

/ Raimo Niskanen, Erlang/OTP, Ericsson AB



More information about the erlang-bugs mailing list