[erlang-questions] Problem building OTP on OpenBSD

Matthew Dempsky matthew@REDACTED
Wed Sep 17 19:30:09 CEST 2008


On Wed, Sep 17, 2008 at 3:11 AM, Jérôme Desquilbet
<jerome@REDACTED> wrote:
> I get the following error while building OTP R12B-4 on OpenBSD 4.3.
> Any idea?

It looks like get_extended_mem is calling get_extended_mem_bsd4 and
checking the return value, but get_extended_mem_bsd4 returns void.

I guess its function signature needs to change to return an int, and
then the return statement needs to be changed to return 1?



More information about the erlang-questions mailing list