Hello Pavel & the community,

Thank you for your quick answer.
Actually, it could have been related but it is not.
My problem is on a different set of functions that, indeed, are not found when 
SQLITE_OMIT_AUTOVACUUM is defined. The file I attached earlier solves the 
problem. I don't know if there is a way that the community would like to see if 
the change is worth integrating in some CVS branch?

FYI: I am re-doing it on the latest CVS snapshot I just got earlier today since 
I needed to re-generate parse.c and others. I found out that lemon did not 
exclude lines related to omitted functions for triggers & VTabs in my case, so 
I am also making changes for that. Let me know if you think that these would 
deserve inclusion into offical code, or bear not enough added value.

Best regards,

Yan


-----Message d'origine-----
De : sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] 
De la part de Pavel Ivanov
Envoyé : jeudi 9 juillet 2009 02:22
À : General Discussion of SQLite Database
Objet : Re: [sqlite] SQLITE_OMIT_AUTOVACUUM seems to need small change inbtree.c

Is this related to your problem?
http://www.sqlite.org/cvstrac/tktview?tn=3940

Pavel

On Wed, Jul 8, 2009 at 4:06 AM, Yan Bertrand<yan.bertr...@polestar.eu> wrote:
>                Hello,
>
>
>
> I am compiling SQLite with options to reduce the size, and with hopes to
> reduce the duration of some operations on portable devices. This
> includes the use of the compilation switch SQLITE_OMIT_AUTOVACUUM.
>
> I noticed that btree.c will not compile withmy current combination of
> switches. I changed it to compile and thought that it could be
> interesting for someone to have a look, review and approve it you want
> to keep it for the future ?
>
>
>
> Attached :
>
> -          Btree.c modified to compile
>
> -          Config.h with my current config
>
> -          Vtab.c with lines inverted for the include of the header that
> leads to config.h, and the check for the compilation directive defined
> in config.h  :-)
>
>
>
>
>
> I am new to SQLite and compiling it for the second week. So feel free to
> point me at my mistakes (if any).
>
> Best regards,
>
>
>
>                Yan
>
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

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

Reply via email to