Re: [sqlite] developers mailing list, ignored patches

2007-02-28 Thread drh
Adam Megacz <[EMAIL PROTECTED]> wrote: > > I also printed out and signed the copyright papers and mailed them in. > Your copyright release and your patches arrived in today's post. The postmark is smeared somewhat but it does appear to say "2? DEC 2006" (where the ? is illegible.) So from

Re: [sqlite] developers mailing list

2007-02-26 Thread Jakub Ladman
Ok, now is it linked together, i will try, if it is functional. Jakub Ladman Dne pondělí 26 únor 2007 20:23 Martin Jenkins napsal(a): > Jakub Ladman wrote: > > but after correction of this i get: > > > > libsqlite3.a -lpthread > > libsqlite3.a(os_unix.o): In function

Re: [sqlite] developers mailing list

2007-02-26 Thread Jakub Ladman
more accurately ranlib libsqlite3.a sh4-pc-linux-uclibc-gcc -Os -DNDEBUG=1 -DHAVE_FDATASYNC=1 -DNO_TCL -DTHREADSAFE=1 -DHAVE_USLEEP=1 -I. -I../sqlite-3.3.13/src -o sqlite3 ../sqlite-3.3.13/src/shell.c \ libsqlite3.a -lpthread libsqlite3.a(os_unix.o): In function

Re: [sqlite] developers mailing list

2007-02-26 Thread Martin Jenkins
Jakub Ladman wrote: but after correction of this i get: libsqlite3.a -lpthread libsqlite3.a(os_unix.o): In function `sqlite3UnixDlopen': os_unix.c:(.text+0x848): undefined reference to `dlopen' libsqlite3.a(os_unix.o): In function `sqlite3UnixDlsym': os_unix.c:(.text+0x85c):

Re: [sqlite] developers mailing list

2007-02-26 Thread Jakub Ladman
Dne pondělí 26 únor 2007 12:25 Gunnar Roth napsal(a): > Jakub Ladman schrieb: > >> It's seems a bit strange to me that Makefile.linux-gcc includes tcl in > >> the build by default, but it does. Maybe that should change... > >> > >> If you add "-DNO_TCL" to the OPTS variable in Makefile.linux-gcc

Re: [sqlite] developers mailing list

2007-02-26 Thread Dan Kennedy
On Mon, 2007-02-26 at 11:37 +0100, Jakub Ladman wrote: > > It's seems a bit strange to me that Makefile.linux-gcc includes tcl in > > the build by default, but it does. Maybe that should change... > > > > If you add "-DNO_TCL" to the OPTS variable in Makefile.linux-gcc this > > error should go

Re: [sqlite] developers mailing list

2007-02-26 Thread Gunnar Roth
Jakub Ladman schrieb: It's seems a bit strange to me that Makefile.linux-gcc includes tcl in the build by default, but it does. Maybe that should change... If you add "-DNO_TCL" to the OPTS variable in Makefile.linux-gcc this error should go away. i.e. add the following line somewhere after the

Re: [sqlite] developers mailing list

2007-02-25 Thread Dan Kennedy
On Sun, 2007-02-25 at 22:48 +0100, Jakub Ladman wrote: > Dne neděle 25 únor 2007 19:25 Martin Jenkins napsal(a): > > Jakub Ladman wrote: > > > > You want "make -f Makefile.linux-gcc" > Oh, of course, sorry. > > And how to fix this? > > [EMAIL PROTECTED] ~/src/sqlite-3.3.13 $ make -f

Re: [sqlite] developers mailing list

2007-02-25 Thread Jakub Ladman
Dne neděle 25 únor 2007 19:25 Martin Jenkins napsal(a): > Jakub Ladman wrote: > > You want "make -f Makefile.linux-gcc" Oh, of course, sorry. And how to fix this? [EMAIL PROTECTED] ~/src/sqlite-3.3.13 $ make -f Makefile.linux-gcc sh4-pc-linux-uclibc-gcc -Os -DNDEBUG=1 -DHAVE_FDATASYNC=1

Re: [sqlite] developers mailing list, ignored patches

2007-02-25 Thread drh
Adam Megacz <[EMAIL PROTECTED]> wrote: > > I also printed out and signed the copyright papers and mailed them in. > [...] > > Below is a copy of the patch updated to work against latest CVS. > Don't forget to run 'autoreconf' after applying. > I'm sorry if I failed to respond to your

Re: [sqlite] developers mailing list

2007-02-25 Thread Martin Jenkins
Jakub Ladman wrote: You want "make -f Makefile.linux-gcc" This > make Makefile.linux-gcc Will try to build "Makefile.linux-gcc" from a file called "Makefile" Martin - To unsubscribe, send email to [EMAIL PROTECTED]

Re: [sqlite] developers mailing list

2007-02-25 Thread Jakub Ladman
> > Did you try hacking the Linux Makefile like I suggested? Maybe i am completelly stupid, but i do not know, how to compile with the linux makefile without configure I made changes in it, but what should i run after? Tried to run make Makefile.linux-gcc but no target found I am starting to

Re: [sqlite] developers mailing list

2007-02-25 Thread Jakub Ladman
Dne neděle 25 únor 2007 11:36 Roger Binns napsal(a): > Jakub Ladman wrote: > > Is there other mailing list, primarily targeted for developers of sqlite? > > No. > > > I think my question about crosscompilation matches no person, which is > > able to check sqlite's configure script for error in

Re: [sqlite] developers mailing list

2007-02-25 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jakub Ladman wrote: > Is there other mailing list, primarily targeted for developers of sqlite? No. > I think my question about crosscompilation matches no person, which is able > to > check sqlite's configure script for error in crosscompilation

[sqlite] developers mailing list

2007-02-25 Thread Jakub Ladman
Is there other mailing list, primarily targeted for developers of sqlite? I think my question about crosscompilation matches no person, which is able to check sqlite's configure script for error in crosscompilation setup. Thank you Jakub Ladman BTW. Sorry if i am impatient.