[prev in list] [next in list] [prev in thread] [next in thread] 

List:       sqlite-users
Subject:    Re: [sqlite] Assertion failed in btree.c:1219
From:       Karim Ryde <karim () bredband ! net>
Date:       2005-06-02 4:46:50
Message-ID: 200506020646.50608.karim () bredband ! net
[Download RAW message or body]

Thanks for the suggestion ... I found what's missing in configure.in.in:

KDE_CHECK_TYPES
AC_DEFINE(SQLITE_PTR_SZ, SIZEOF_CHAR_P, [Determine pointer size for SQLite

Now it's working :-)

On Wednesday 01 June 2005 16.45, D. Richard Hipp wrote:
> On Wed, 2005-06-01 at 15:27 +0200, Karim Ryde wrote:
> > Hi!
> >
> > Can someone tell me why I get this error?
> > Commenting out this line in "sqlite3BtreeOpen" and the app starts ok:
> > ...
> > assert( sizeof(ptr)==sizeof(char*) );
> > ...
>
> This means the code was not compiled correctly.  The
> problem is in the config.h file that is auto-generated.
>
> The latest versions of SQLite no longer use the config.h
> file.  If you upgrade to the latest from CVS, your
> problem might go away.
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic