Have you had any luck finding the difference (or resolving the problem)? <br>If so, can you post a patch?<br><br><br><div class="gmail_quote">On Mon, Jun 16, 2008 at 7:46 PM, Perry Smith <<a href="mailto:pedzsan@gmail.com">pedzsan@gmail.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I'm new and I'm trying to compile the latest on AIX 5.3.<br>
<br>
I get errors:<br>
<br>
sys/common/erl_check_io.c:534: error: 'struct erl_drv_event_data' has<br>
no member named 'reqevents'<br>
sys/common/erl_check_io.c:535: error: 'struct erl_drv_event_data' has<br>
no member named 'reqevents'<br>
<br>
(there are other similar errors).  In sys/poll.h, for 32 bit<br>
platforms, AIX defines events to reqevents and revents to rtnevents.<br>
Without these defines, I get errors when the poll structure is used in<br>
erl_poll.c.  Why that is being used for AIX, I don't know since select<br>
is the preferred interface on AIX.<br>
<br>
I'm assuming that someone has compiled the R12B-2 version for AIX and<br>
something changed between 2 and 3.<br>
<br>
I'm poking around trying to figure out how to work around this.  Any<br>
suggestions would be welcomed.<br>
<br>
Thanks,<br>
Perry Smith<br>
<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div><br>