On Mar 24, 2010, at 7:44 PM, 김민수 wrote:

> hello..
> I'm a student in Korea who study Database systems.
> I have some question for you.
> It is important for me so eventhen you are busy plz teach me about  
> some question..
>
> I would like to use sqlite3 with eclipse and mingw.
> Actually I have to use rtree moudle but i don't know how to complie..
> I already did some steps.
> In linux, I made source file after executing  : ../configure -> make
> Sqlite3 works well with importing and compling in windows eclipse  
> environment.
> After then , i execute " -DSQLITE_ENABLE_RTREE=1 " in linux's  
> makefile as option.
> but ater using rtree I can see these message.. : no such rtree  
> module..
>
> -> create virtual table test using rtree (a,b,c,d,e);
>    : no such module : rtree
>
> The reason why I bring the file in linux is I already know Parser  
> doesn't be made in windows environment..

I suggest you use the SQLite amalgamation.  
http://www.sqlite.org/amalgamation.html 
   Either download a prebuilt amalgamation source file from the  
website, or else type

     make sqlite3.c

on Linux.  Then move the files sqlite3.c and sqlite3.h over to windows  
and compile them there together with -DSQLITE_ENABLE_RTREE.

>
> How can I use sqlite3 in windows eclipse environment..?
> I have to use eclipse in windows.
> I really thank for you it you teach me How to use sqlite's rtree in  
> detail..
>
> thank you..
> I look forward to your enswer..
>
>
>
>
>
>
>

D. Richard Hipp
d...@hwaci.com



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

Reply via email to