Re: QSF Import glade problems

2006-01-23 Thread Neil Williams
On Sunday 22 January 2006 10:05 pm, David Hampton wrote: On Sun, 2006-01-22 at 21:27 +, Neil Williams wrote: Is there a usable tool for editing src/gnome/glade/merge.glade ? glade-2. I'm running glade-2: 2.12.1. Glade itself only reads the first window and ignores the rest, Open a

Re: QSF Import glade problems

2006-01-23 Thread Neil Williams
On Sunday 22 January 2006 11:34 pm, David Hampton wrote: The version of glade-2 that ships with FC3 is our standard. I've written and committed a script (called glade-fixup) to remove newer properties since I do all my work on an FC4 system. This script should be run by everyone before

Re: QSF Import glade problems

2006-01-23 Thread Neil Williams
On Sunday 22 January 2006 11:34 pm, David Hampton wrote: The version of glade-2 that ships with FC3 is our standard. I've written and committed a script (called glade-fixup) to remove newer properties since I do all my work on an FC4 system. This script should be run by everyone before

Re: QSF Import glade problems

2006-01-23 Thread Brian
It sounds like your glade file has errors in it. Glade will not load it correctly if there are mistakes from hand editing. Been there, done that. :( It can be a real pain to find and fix them all. You are probably better to scrap that file and start over with a fresh copy. On Mon, 2006-23-01

Re: QSF Import glade problems

2006-01-23 Thread Christian Stimming
Neil Williams schrieb: On Sunday 22 January 2006 11:34 pm, David Hampton wrote: The version of glade-2 that ships with FC3 is our standard. I've written and committed a script (called glade-fixup) to remove newer properties since I do all my work on an FC4 system. This script should be run

Re: QSF Import glade problems

2006-01-23 Thread David Hampton
On Mon, 2006-01-23 at 14:47 +, Neil Williams wrote: I've run ./glade-fixup, ready to commit my modified merge.glade file but two other files have also been modified: src/gnome-utils/glade/commodity.glade src/gnome-utils/glade/exchange-dialog.glade Interesting. I just ran a 'svn

htdocs and gettext

2006-01-23 Thread Neil Williams
OK. I've got gettext working with PHP to translate a single website using as many PO files as we can create. It means yet more restructuring of the htdocs and running some scripts to create and update the PO files, much as we do with 'make pot' in trunk. I think svn should simply be a copy of

Failing make on svn

2006-01-23 Thread Tor Harald Thorland
Hello, Anyone who can help me with this error? I have upgraded to the development version of Ubuntu. This is svn R12953 claration-after-statement -Wno-pointer-sign -MT gnc-html-graph-gog.lo -MD -MP -M F .deps/gnc-html-graph-gog.Tpo -c gnc-html-graph-gog.c -fPIC -DPIC -o .libs/gnc

Re: htdocs and gettext

2006-01-23 Thread Josh Sled
On Mon, 2006-01-23 at 16:33 +, Neil Williams wrote: OK. I've got gettext working with PHP to translate a single website using as many PO files as we can create. Awesome. It means yet more restructuring of the htdocs and running some scripts to create and update the PO files, much as we

Re: Failing make on svn

2006-01-23 Thread Tor Harald Thorland
Josh Sled wrote: On Mon, 2006-01-23 at 17:52 +0100, Tor Harald Thorland wrote: Anyone who can help me with this error? I have upgraded to the development version of Ubuntu. This is svn R12953 claration-after-statement -Wno-pointer-sign -MT gnc-html-graph-gog.lo -MD -MP -M F

Re: Failing make on svn

2006-01-23 Thread Josh Sled
On Mon, 2006-01-23 at 17:52 +0100, Tor Harald Thorland wrote: Anyone who can help me with this error? I have upgraded to the development version of Ubuntu. This is svn R12953 claration-after-statement -Wno-pointer-sign -MT gnc-html-graph-gog.lo -MD -MP -M F .deps/gnc-html-graph-gog.Tpo -c

Re: Failing make on svn

2006-01-23 Thread Josh Sled
On Mon, 2006-01-23 at 18:14 +0100, Tor Harald Thorland wrote: [EMAIL PROTECTED]:~/source/gnucash$ grep Native config.log Native libgsf..: yes Native goffice.: no Hmm. Which version of libgsf is installed on your system? Also, what's the full compilation line, there?

Re: Failing make on svn

2006-01-23 Thread Tor Harald Thorland
Josh Sled wrote: On Mon, 2006-01-23 at 18:14 +0100, Tor Harald Thorland wrote: [EMAIL PROTECTED]:~/source/gnucash$ grep Native config.log Native libgsf..: yes Native goffice.: no Hmm. Which version of libgsf is installed on your system? libgsf-1 version

Re: Failing make on svn

2006-01-23 Thread Josh Sled
On Mon, 2006-01-23 at 18:28 +0100, Tor Harald Thorland wrote: Josh Sled wrote: On Mon, 2006-01-23 at 18:14 +0100, Tor Harald Thorland wrote: [EMAIL PROTECTED]:~/source/gnucash$ grep Native config.log Native libgsf..: yes Native goffice.: no Hmm. Which

Re: Failing make on svn

2006-01-23 Thread Tor Harald Thorland
Josh Sled wrote: On Mon, 2006-01-23 at 18:28 +0100, Tor Harald Thorland wrote: Josh Sled wrote: On Mon, 2006-01-23 at 18:14 +0100, Tor Harald Thorland wrote: [EMAIL PROTECTED]:~/source/gnucash$ grep Native config.log Native libgsf..: yes Native goffice.:

Re: htdocs and gettext

2006-01-23 Thread Neil Williams
On Monday 23 January 2006 5:04 pm, Josh Sled wrote: On Mon, 2006-01-23 at 16:33 +, Neil Williams wrote: OK. I've got gettext working with PHP to translate a single website using as many PO files as we can create. Awesome. :-) It's not ready to commit as a demo yet, but it does work

Re: htdocs and gettext

2006-01-23 Thread Josh Sled
On Mon, 2006-01-23 at 17:45 +, Neil Williams wrote: Umm, no. If anything, PHP becomes a little more important as although the TRANSLATIONS are handled via PO, the CONTENT strings now need to be wrapped in php functions. Oh, that's too bad. I'd rather we were less coupled to PHP. I

Re: htdocs and gettext

2006-01-23 Thread Neil Williams
On Monday 23 January 2006 5:45 pm, Neil Williams wrote: On Monday 23 January 2006 5:04 pm, Josh Sled wrote: On Mon, 2006-01-23 at 16:33 +, Neil Williams wrote: OK. I've got gettext working with PHP to translate a single website using as many PO files as we can create. Awesome.

Re: [Gnucash-changes] r12956 - gnucash/trunk/src - Major step in extraction of application startup from guile.

2006-01-23 Thread David Hampton
On Mon, 2006-01-23 at 12:38 -0500, Chris Shoemaker wrote: Caveat: We have multiple mechanisms for handling the filename argument string -- some in guile and some in C. The C-side mechanisms (in engine/gnc-filepath-utils.c) seem a little nicer than the guile ones (in main.scm). They

Re: Failing make on svn

2006-01-23 Thread Josh Sled
On Mon, 2006-01-23 at 18:48 +0100, Tor Harald Thorland wrote: Josh Sled wrote: On Mon, 2006-01-23 at 18:28 +0100, Tor Harald Thorland wrote: Josh Sled wrote: Hmm. Which version of libgsf is installed on your system? libgsf-1 version 1.12.3-3ubuntu3 libgsf-1-common the

Re: htdocs and gettext

2006-01-23 Thread Neil Williams
On Monday 23 January 2006 6:16 pm, Josh Sled wrote: On Mon, 2006-01-23 at 17:45 +, Neil Williams wrote: Umm, no. If anything, PHP becomes a little more important as although the TRANSLATIONS are handled via PO, the CONTENT strings now need to be wrapped in php functions. Oh, that's

Re: Failing make on svn

2006-01-23 Thread Tor Harald Thorland
Josh Sled wrote: On Mon, 2006-01-23 at 18:48 +0100, Tor Harald Thorland wrote: Josh Sled wrote: On Mon, 2006-01-23 at 18:28 +0100, Tor Harald Thorland wrote: Josh Sled wrote: Hmm. Which version of libgsf is installed on your system? libgsf-1

Re: Failing make on svn

2006-01-23 Thread Josh Sled
On Mon, 2006-01-23 at 20:09 +0100, Tor Harald Thorland wrote: I guess that this is a problem in the Ubuntu development version... Below is the text from the package descriptions.. libgsf-1: (Version 1.12.3) Structured File Library - runtime version This is the basic runtime version of

Re: Failing make on svn

2006-01-23 Thread Tor Harald Thorland
Josh Sled wrote: On Mon, 2006-01-23 at 20:09 +0100, Tor Harald Thorland wrote: I guess that this is a problem in the Ubuntu development version... Below is the text from the package descriptions.. libgsf-1: (Version 1.12.3) Structured File Library - runtime version This is the basic

Re: [Gnucash-changes] r12956 - gnucash/trunk/src - Major step in extraction of application startup from guile.

2006-01-23 Thread Chris Shoemaker
On Mon, Jan 23, 2006 at 01:49:32PM -0500, David Hampton wrote: On Mon, 2006-01-23 at 12:38 -0500, Chris Shoemaker wrote: Caveat: We have multiple mechanisms for handling the filename argument string -- some in guile and some in C. The C-side mechanisms (in

Re: [Gnucash-changes] r12929 - gnucash/trunk - Need to add a PATH for the tests to succeed.

2006-01-23 Thread Derek Atkins
Chris Shoemaker [EMAIL PROTECTED] writes: Ok, that explains it. It was working for me because it was actually finding the 1.8.12 version of gnucash-run-script in the path! Oops. Yea, that would explain it.. I'll also note that this test will fail if guile isn't in your path, so we might

Re: htdocs and gettext

2006-01-23 Thread Derek Atkins
Neil Williams [EMAIL PROTECTED] writes: To protect the .svn directories below www/, this snippet should be added to the virtual host config: Directory /opt/svn/htdocs/www/*/.svn Order Deny,Allow deny from all /Directory Why not just use a

more library structure

2006-01-23 Thread Chris Shoemaker
Aarrg! The shutdown() function in gnucash-bin.c clearly doesn't belong there. It's a C-implementation of the function that was getting called from gnome-utils/gnc-gnome-utils.c:gnc_shutdown(). So, the most obvious thing to do is replace gnc_shutdown() with it's C-implementation. But, of

Re: more library structure

2006-01-23 Thread Derek Atkins
Chris Shoemaker [EMAIL PROTECTED] writes: side rant BTW, the fact that you can just depend on all your libraries being loaded by guile so that you can just say scm_c_eval_string(blah) anytime and anywhere, even if it ends up using a symbol in some library that's not in your LIBADD, is _bad_.

SVN make fails at undefined reference to `gnc_main_get_namespace_regexp'

2006-01-23 Thread digger vermont
Hello All, Make is failing with: gcc -I../../.. -I../../../src -I../../../src/gnc-module -I../../../src/test-core -I../../../src/engine -I../../../src/engine/test-core -I../../../lib/libqof/qof -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wall -Wunused

Re: SVN make fails at undefined reference to `gnc_main_get_namespace_regexp'

2006-01-23 Thread Derek Atkins
This function is defined in src/core-utils/gnc-main.h and implemented in src/core-utils/gnc-main.c. The problem is that src/engine/test (which is where I'm assuming this is failing for you, but you don't provide enough information to tell for sure) is not linking against the core-utils library,

Re: htdocs and gettext

2006-01-23 Thread Josh Sled
On Mon, 2006-01-23 at 18:50 +, Neil Williams wrote: It's still useful, even though our content isn't as dynamic as a database-driven site. e.g. the News items would be a royal PITA to handle via SHTML or baking because the resulting index page would be a nightmare to edit. Why would it

www.gnucash.org svn news text justification

2006-01-23 Thread Josh Sled
I'mnotafan. :) Can we simply have left-justified text? -- ...jsled http://asynchronous.org/ - `a=jsled; b=asynchronous.org; echo [EMAIL PROTECTED] justified.png Description: PNG image

www.gnucash.org simplification proposal

2006-01-23 Thread Josh Sled
I don't consider this a high-priority item, but it might be nice to resolve before the next release. [Certainly the very-subset of things about the Features and Screenshots pages will at least need to be revisited before the next release indepdent of all this...] I'm always annoyed at the

Idea/rfc: planner / bug tool / code map

2006-01-23 Thread Karl Hegbloom
What if you had a bug tracking system (like Request Tracker) that keeps a log of a bug-ticket, as well as a set of meta-data concerning the report. I'm thinking of a client/server architecture, where the BTS answers HTTP and/or SOAP or REST requests (perhaps via Apache/mod_perl)... Or maybe it