Previously when I went into sqlite via command line I could not create a
table, and I would get that same error message.
So what I did was that I reinstalled sqlite, to a different directory so I
can keep my other version to see if I can find any differences.  The good
thing is that the reinstalled sqlite works, however when I use gcc to
compile the code, and then trying to execute, I still get the same error
message.  Am I missing something here?
Thanks!


On 7/24/06, Keiichi McGuire <[EMAIL PROTECTED]> wrote:

nope, i was actually using the right sqlite, since the other one actually
gave me an architecture error.

any ideas?


On 7/24/06, Keiichi McGuire < [EMAIL PROTECTED]> wrote:
>
> nope, compiler is still the same (gcc).
>
> actually... i think i might have the answer. Might have jumped the gun
> on the question.  I did install a version of sqlite that is for arm-linux,
> and that would be why it's not compiling.  let me double check and I will
> post again :), sorry if it was a false alarm!!
> -Keiichi
>
>
> On 7/24/06, Jay Sprenkle < [EMAIL PROTECTED]> wrote:
> >
> > On 7/24/06, Keiichi McGuire <[EMAIL PROTECTED]> wrote:
> > > test: ../sqlite-2.8.17/src/btree.c:702: sqliteBtreeOpen: Assertion
> > > 'sizeof(ptr)==sizeof(char*)' failed.
> > > Aborted
> >
> >
> > Did you change compilers?
> > Or compile the DLL on a different version than you compiled the test
> > program?
> >
>
>

Reply via email to