Re: static current session variable

2005-08-22 Thread Derek Atkins
Neil, I hope you don't mind that I responded to the list -- this is something I think everyone should be able to see. It's useful information and gives us the chance to archive the information for posterity. A couple years from now it might be useful to some other developer ;) Neil Williams

Re: disable error on warning

2005-08-22 Thread Derek Atkins
IMHO, a conditional build for the internal goffice vs. an external library would be fine. If you find libgoffice installed then use that, otherwise try to build our own. But we should probably also have a configure check for the version of libgda. Damn them to Heck for changing the API in a

Re: disable error on warning

2005-08-22 Thread Josh Sled
On Mon, 2005-08-22 at 12:18 -0400, Derek Atkins wrote: IMHO, a conditional build for the internal goffice vs. an external library would be fine. If you find libgoffice installed then use that, otherwise try to build our own. But we should probably also have a configure check for the version

Re: disable error on warning

2005-08-22 Thread Derek Atkins
Josh Sled [EMAIL PROTECTED] writes: On Mon, 2005-08-22 at 12:18 -0400, Derek Atkins wrote: IMHO, a conditional build for the internal goffice vs. an external library would be fine. If you find libgoffice installed then use that, otherwise try to build our own. But we should probably also

Re: static current session variable

2005-08-22 Thread Neil Williams
On Monday 22 August 2005 5:31 pm, Derek Atkins wrote: Neil, I hope you don't mind that I responded to the list -- this is something I think everyone should be able to see. (And there was I thinking it was something everyone knew already!) I don't mind at all. It's useful information and

Re: disable error on warning

2005-08-22 Thread Neil Williams
On Monday 22 August 2005 7:17 pm, Derek Atkins wrote: I wasn't proposing that we _depend_ on libgoffice, but if it *IS* available on the current platform I see no reason not to use it Provided it's API compatible, of course. I'll test that. I've got a sample snippet to put into

Backend configuration support

2005-08-22 Thread Neil Williams
(The new backend method is still CashUtil only - G2 continues using the existing methods.) The XML configuration file containing translatable strings and the schema for the qofconfig namespace along with changes to the Makefile.am's to build this XML from a perl script - all this will follow

Re: static current session variable

2005-08-22 Thread Derek Atkins
Neil Williams [EMAIL PROTECTED] writes: Should the static current_session variable be static in qofsession.c? Techincally... no. I understand now, thanks. It's too much to change now but don't write any new code that way. Pretty much.. Although eventually I think we SHOULD change it..

Re: Backend configuration support

2005-08-22 Thread Derek Atkins
I'm trying to wrap my head around where these translations live... Whether these backends are being part of QOF or part of GnuCash. A large part of me thinks that the translations belong with the Application, which means you don't want the translations in the XML file, but in the gettext .po file.

Re: lib/libc/strptime.h|c

2005-08-22 Thread Peter O'Gorman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David Hampton wrote: |Do we still need it? | | | Don't know. I don't know what system it was originally added for, and I | haven't run across a system where these functions had to be compiled. | Doesn't mean there still isn't one. | It was put