Re: [sqlite] Re: sqlite_omit_xx build failure

2007-06-12 Thread weiyang wang
thanks. that is correct. i have just found this issue 5 mins ago. i am re-doing the compiling now. and . it works. thanks. have a nice day wang On 6/12/07, Dan Kennedy <[EMAIL PROTECTED]> wrote: On Tue, 2007-06-12 at 09:56 +0200, weiyang wang wrote: > Hi Dr.H, > Yes, I did a clean

Re: [sqlite] Re: sqlite_omit_xx build failure

2007-06-12 Thread Dan Kennedy
On Tue, 2007-06-12 at 09:56 +0200, weiyang wang wrote: > Hi Dr.H, > Yes, I did a clean build in a clean directory( (top)/bld ). and i had run > 'make clean' before i run the 'make'. > > i am wondering whether the lemon tool configuration in my environment is > well done or not. > > thanks in

Re: [sqlite] Re: sqlite_omit_xx build failure

2007-06-12 Thread weiyang wang
Hi Dr.H, Yes, I did a clean build in a clean directory( (top)/bld ). and i had run 'make clean' before i run the 'make'. i am wondering whether the lemon tool configuration in my environment is well done or not. thanks in advance. wang On 6/11/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

[sqlite] Re: sqlite_omit_xx build failure

2007-06-11 Thread drh
"weiyang wang" <[EMAIL PROTECTED]> wrote: > hi, > > i am trying to get a smaller sqlite lib by adding sqlite_omit_xx defines. > but it failed at the compiler time. > > steps: > 1, in 'Makefile.in', omit macro is added: > > TCC += -DSQLITE_OMIT_ALTERTABLE=1 > > 2, run '(top)/configure' and