[Monotone-devel] A cornucopia of issues

2005-07-26 Thread Ryan Hinton
Sorry, this is going to be a long email. I've numbered the issues for convenience. Thanks for the help thus far. (1) I added a package for GCC 3.3.2, downloaded monotone 0.21, and hit another snag. I had to add #include cstdarg to database.hh. It uses a va_list type. I'm suggesting

[Monotone-devel] [Fwd: Re: Bug#318509: monotone statically links to libsqlite3]

2005-07-26 Thread Tomas Fasth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello monotone developers My fellow Debian developer Elrond had a suggestion regarding the sqlite code modification that is part of the monotone source distribution. Elrond wrote: On Tue, Jul 19, 2005 at 12:13:05AM +0200, Tomas Fasth wrote: [...]

Re: [Monotone-devel] Linking monotone with Debian's official sqlite shared library

2005-07-26 Thread Richard Levitte - VMS Whacker
Has this patch been proposed to the SQLite developer(s) by now? I see no reason to wait if it hasn't. In message [EMAIL PROTECTED] on Mon, 25 Jul 2005 17:25:00 +1200, Matthew Gregan [EMAIL PROTECTED] said: kinetik diff -u sqlite-3.2.2/src/tokenize.c monotone/monotone-0.21/sqlite/tokenize.c

Re: [Monotone-devel] Re: The new macro M is no good...

2005-07-26 Thread Florian Weimer
* Nathaniel Smith: Well, yes, it's good advice. But since M _cannot_ be a non-macro, What is it doing, actually? Maybe there's a completely different way to get things done. ___ Monotone-devel mailing list Monotone-devel@nongnu.org

Re: [Monotone-devel] Linking monotone with Debian's official sqlite shared library

2005-07-26 Thread Matthew Gregan
At 2005-07-26T13:25:24+0200, Richard Levitte - VMS Whacker wrote: Has this patch been proposed to the SQLite developer(s) by now? I see no reason to wait if it hasn't. Not yet, for lack of time. I'd like to test an implementation of the db::load stuff using sqlite3_prepare first, to see if