Some utf-8 menu items give Gtk-WARNING **: Invalid input string

2005-11-19 Thread Christian Stimming
Hi all, as I'm checking the translated SVN-HEAD version, I recently noticed in LANG=de_DE that some menu items are not added correctly into the menus. Namely, two reports with non-ascii characters (German umlauts) in their name will cause a Gtk-WARNING **: Invalid input string and in the menu

Re: Some utf-8 menu items give Gtk-WARNING **: Invalid input string

2005-11-19 Thread Didier Vidal
That can happen if a bindtextdomain is not associated with a bind_textdomain_codeset Didier. Le sam 19/11/2005 à 13:18, Christian Stimming a écrit : Hi all, as I'm checking the translated SVN-HEAD version, I recently noticed in LANG=de_DE that some menu items are not added correctly into

font problem in ledger view (gnucash 2.x)

2005-11-19 Thread Christian Krause
Hi, During playing with gnucash 2.x I've found an annoying problem: In each ledger or journal view (sorry, but is this the correct word for the view of an account with all its transactions?), all columns with numbers which are right-justified (at least: Date, Deposit, Withdrawel, Balance) looks

Re: gnucash2 data file dtd

2005-11-19 Thread Christian Krause
On Thu, 17 Nov 2005 17:10:11 -0500, Derek Atkins wrote: Quoting Christian Krause [EMAIL PROTECTED]: Before I start to investigate the problem further, I'd like to know whether these dtds should match the current data format or is the dtd somehow outdated? The DTDs were never valid. They

Compile error

2005-11-19 Thread Vinay Pai
Hi, I'm having trouble compiling the latest SVN source. Here's the error: . ./../../../src/gnome/.libs/libgncgnome.so: undefined reference to `gnc_pricedb_set_bulk_update' (I called autogen and configure with all default options) Any suggestions? Vinay

Re: Compile error

2005-11-19 Thread Derek Atkins
I cannot reproduce this here using current SVN (r11979). Are you compiling with --disable-error-on-warning? What OS/Distro are you using? -derek Quoting Vinay Pai [EMAIL PROTECTED]: Hi, I'm having trouble compiling the latest SVN source. Here's the error: .

Re: Compile error

2005-11-19 Thread Neil Williams
On Saturday 19 November 2005 6:23 pm, Vinay Pai wrote: Hi, I'm having trouble compiling the latest SVN source. Here's the error: . ./../../../src/gnome/.libs/libgncgnome.so: undefined reference to `gnc_pricedb_set_bulk_update' Which directory and which file is being compiled at this point?

Re: Compile error

2005-11-19 Thread Vinay Pai
I called make as make CFLAGS=-Wno-error. Without it there was a warning about uninitialized variable in src/engine. I'm running Debian Unstable, and my gcc version is 4.0.3. Vinay On Sat, 2005-11-19 at 14:53 -0500, Derek Atkins wrote: I cannot reproduce this here using current SVN (r11979).

Re: Compile error

2005-11-19 Thread David Hampton
On Sat, 2005-11-19 at 20:24 +, Neil Williams wrote: On Saturday 19 November 2005 6:23 pm, Vinay Pai wrote: (I called autogen and configure with all default options) --enable-opt-style-install ? This is not a required option. Gnucash compiles with it or without it. (I compile without

libgsf, goffice and gnucash

2005-11-19 Thread Josh Sled
For a while, we've been using a fake version of goffice, copied into the gnucash source tree. Before I had said I was basically going to leave it in place for the next release, but there are plenty of good reasons to do so. In any case, there's a bunch of constraints on this problem: *

Re: libgsf, goffice and gnucash

2005-11-19 Thread Derek Atkins
Quoting Josh Sled [EMAIL PROTECTED]: I'm still working to get some of the configure.in changes integrated correctly; for instance right now it conditionally executes the relevent configure.in sections copied from the respective builds, but always creates their `config.h` equivalents as well as