> To make the suggested change would require that all makefiles for SQLlite
> that are not built using configure (and there are lots of these) would have
> to be revised to add -DHAVE_GETRUSAGE in order to get the .timer feature.
> That is unacceptable.

Okay. The reason for the patch is that the getrusage() stuff is
causing a compile error on Minix because Minix doesn't support
getrusage(). Instead of the HAVE_GETRUSAGE stuff, could you add a "&&
!defined(__minix)" to the ifdef that's already there in shell.c:93
which disables the timer code on platforms that don't have
getrusage().

Here's a new patch to do that: http://tomcort.com/minix/patch-minix-shell.c

Thanks!
-Thomas
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to