|
|
| Author |
Message |
< Erlang bugs mailing list ~ Building Erlang R9C2 under OpenBSD 3.6-current (followup) |
| geoffw at cybertribe.com |
Posted: Wed Oct 06, 2004 4:45 am |
|
|
|
Guest
|
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
Post generated using Mail2Forum (http://m2f.sourceforge.net) |
|
|
| Back to top |
|
| raimo at erix.ericsson.se |
Posted: Wed Oct 06, 2004 7:10 am |
|
|
|
Guest
|
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
Post generated using Mail2Forum (http://m2f.sourceforge.net) |
|
|
| Back to top |
|
|
|
All times are GMT
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|
|
|