Marten Feldtmann <[EMAIL PROTECTED]> wrote: > Has anyone compiled sqlite 3.3.8 under OpenWatcom 1.x ? I'm not > able to do it, because of this: > > void (*interrupt)(sqlite3*); > > in sqlite3ext.h ... seems to be, that interrupt is a reserved word > in OpenWatcom, but this is just a guess ... > > Any idea ? >
Perhaps compile with -Dinterrupt=interruptX -- D. Richard Hipp <[EMAIL PROTECTED]> ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------