Andreas Schweitzer wrote:
Hi,
I followed the progress on the mailing list, but was always too late ;-) ...
About the WAIT_ANY : AIX 4.3.3 (and Ricardo's 4.2.X) indeed does not define WAIT_ANY. I checked man-pages on several OS's and neither says anything about this being standard, but all agree that "-1" is standard, so "-1" is probably the way to go.
AIX didn't complain... the fix was for solaris. Unfortunately it seems thjat I don't have the full developer manpages on AIX, so Ic ouldnt' check further.
*If* that ever wants to go into dillo, a cleaner way would be to enclose it in "#ifdef _AIX" - but I don't know about AIX5 It should go into dillo... maybew check for AIX4 ? Is it possible? It should
But startup fails, GDB gives me the following: (gdb) bt #0 0x0 in ?? () from /usr/local/build/dillo-0.8.0-pre/src/./dillo
and now I'm lost ... is this all the output ? Yes, that's all.
Maybe I should make clean and log the build output? Maybe some compiler warnings could be instructive. -Riccardo