Re: [sqlite] compile problem with sqlite 3.7.6.3 on ubuntu

2014-02-27 Thread Nabeel Younus
Hi, I have been able to solve the problem. In shell.c file, I commented out the following part : */* Begin evanm patch. * * extern int sqlite_shell_init_icu();* * if( !sqlite_shell_init_icu() ){* *fprintf(stderr, "%s: warning: couldn't find icudt38.dll; "* *"queries

Re: [sqlite] compile problem with sqlite 3.7.6.3 on ubuntu

2014-02-27 Thread Nabeel Younus
HI, I am bit new to linux. Can u plz exactly specify the statement I need to call before calling make. So far, I first do ./configure (which works ok). Then I perform make (where it fails). Regards, Nabeel On Thu, Feb 27, 2014 at 12:08 PM, mm.w <0xcafef...@gmail.com> wrote: > Hello > > th

Re: [sqlite] compile problem with sqlite 3.7.6.3 on ubuntu

2014-02-27 Thread mm.w
Hello that's an undefined symbol of some lib/fork "sqlite_shell_init_icu", this is not part of sqlite standard amalgamation, I guess you need to add shell_icu_linux.c from the fork at compile time. Best Regards On Thu, Feb 27, 2014 at 11:35 AM, Nabeel Younus wrote: > HI, > >Thanks for you

Re: [sqlite] compile problem with sqlite 3.7.6.3 on ubuntu

2014-02-27 Thread Nabeel Younus
HI, Thanks for your reply. I have already installed ICU lib i.e. libicu-dev. Waiting for your reply. Regards, Nabeel On Fri, Feb 28, 2014 at 2:56 AM, Richard Hipp wrote: > Maybe you need to install the ICU library on your system. > > > On Wed, Feb 26, 2014 at 10:04 PM, Nabeel You

Re: [sqlite] compile problem with sqlite 3.7.6.3 on ubuntu

2014-02-27 Thread Richard Hipp
Maybe you need to install the ICU library on your system. On Wed, Feb 26, 2014 at 10:04 PM, Nabeel Younus wrote: > Hi everyone, > > I am having a problem with compiling sqlite 3.7.6.3 on Linux i686. I > have to use only this version because it has been provided by our clients. > > The *

[sqlite] compile problem with sqlite 3.7.6.3 on ubuntu

2014-02-27 Thread Nabeel Younus
Hi everyone, I am having a problem with compiling sqlite 3.7.6.3 on Linux i686. I have to use only this version because it has been provided by our clients. The *sqlite3.7.6.3* folder contains *amalgamation folder, src folder and patches files. * I have changed my directory to *src*