Re: [sqlite] About extension-functions.c

2011-09-15 Thread Stephan Beal
On Thu, Sep 15, 2011 at 3:50 AM, Freddy López wrote: > extension-functions.c:206:17: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or > ‘__attribute__’ before ‘xtra_utf8_bytes’ > When i've seen this in my own code it's normally been due to compiling C99 code in C89 mode. extension-functions.c: In functio

Re: [sqlite] About extension-functions.c

2011-09-14 Thread Stephan Beal
On Wed, Sep 14, 2011 at 6:09 AM, Freddy López wrote: > I forget attach messages I get. > The first few compile errors imply that "some" header(s) (or declarations) is/are missing, but i can't say which ones. extension-functions.c:206:17: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ be

Re: [sqlite] About extension-functions.c

2011-09-13 Thread Stephan Beal
On Wed, Sep 14, 2011 at 6:06 AM, Freddy López wrote: > I would like to know if you can help me with it. My knowledge of C is poor. > We can't possibly help until we know what the problem is. Can you please post the compiler output? -- - stephan beal http://wanderinghorse.net/home/stephan/ _

[sqlite] About extension-functions.c

2011-09-13 Thread Freddy López
Hello. I have recently downloaded extension-functions.c file ( http://pastebin.com/QF6WbrW5) and I have used the command: gcc -fPIC -lm -shared extension-functions.c -o libsqlitefunctions.so such as compile instruction said but I don't get good results. I'm now under Linux Mint 11 64bits and I