Jorge Arellano Cid wrote:
Any use of the browser serves, specially testing the new download feature and multiple windows at the same time.
I have compiled and run pre3 on a Solaris 2.6 sparcstation 32 bit. I browsed around, opened multiple windows and it seems to behave fine. I used this browser test from the iCab people (a light browser for MacOS): http://www.icab.de/test.html and seen that dillo fails quite trhough those tests. The I tried compiling on AIX again, pre2. (gdb) run Starting program: /usr/local/build/dillo-0.8.1-pre2/src/dillo Program received signal SIGILL, Illegal instruction. 0x0 in ?? () from /usr/local/build/dillo-0.8.1-pre2/src/dillo the interesting is that I was working on an exported display, without having set the DISPLAY variable. So X apps couldn't possibly start and should output % xlogo Error: Can't open display: This means dillo si failing really early on AIX. These warnings may not be essential, but they may be worth looking: dpid.c: In function `init_srs_socket': dpid.c:409: warning: implicit declaration of function `bzero' downloads.c:179: warning: implicit declaration of function `bzero' I still get those errors: main.c: In function `start_filter_plugin': main.c:47: warning: passing arg 3 of `naccept' from incompatible pointer type but they shouldn't be fatal, AIX must be pricky about socket types and I get that waring with other programs too. socket.h defines: extern "C" int naccept(int, struct sockaddr *, size_t *); and types.h says: types.h:typedef unsigned long size_t; configure reports checking for gethostbyname... yes checking for setsockopt... yes checking for socklen_t... int Cheers, Riccardo