Compiling 1.5.97 for FreeBSD

2001-05-29 Thread Matthew Condell
Hi, I've just started trying to get 1.5.97 compiled on FreeBSD 4.3. Haven't had a chance to try out earlier releases in the 1.5.x series. I've had a couple of hangups so far: 1) in src/engine/Query.c #include needs to come before #include not after it, since regex.h depends on ty

Re: Compiling 1.5.97 for FreeBSD

2001-05-29 Thread Robert Graham Merkel
On Tue, 29 May 2001 22:57:41 Matthew Condell wrote: > Hi, > > I've just started trying to get 1.5.97 compiled on FreeBSD 4.3. > Haven't had a chance to try out earlier releases in the 1.5.x > series. > > I've had a couple of hangups so far: > > 1) in src/engine/Query.c >#include >need

Re: Compiling 1.5.97 for FreeBSD

2001-05-29 Thread Robert Graham Merkel
On Tue, 29 May 2001 22:57:41 Matthew Condell wrote: > Hi, > > I've just started trying to get 1.5.97 compiled on FreeBSD 4.3. > Haven't had a chance to try out earlier releases in the 1.5.x > series. > > I've had a couple of hangups so far: > > Fixes (or at least workarounds) for the problems

Re: Compiling 1.5.97 for FreeBSD

2001-05-29 Thread Matthew Condell
> Fixes (or at least workarounds) for the problems you have described > have been added to latest CVS. Could you you possibly check to > see whether it now compiles for you? It's a bit better... Still haveing problems with date.c: cc -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -I/usr/local/include -I

Re: Another thing about translations

2001-05-29 Thread Christian Stimming
-BEGIN PGP SIGNED MESSAGE- On Tuesday 29 May 2001 01:49, Klaus Ridder wrote: > Just another, very little "bug" in translation: > > Start gnucash in german, (LANG=de_DE), say "Ausbuchen", and you have an > account "Waisenkind" (which is a terrible name that says nothing - any > better tran

CVS compile is broken?!?

2001-05-29 Thread Christian Stimming
-BEGIN PGP SIGNED MESSAGE- Hi there, this is not supposed to happen: gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -g -O2 -Wall -Wunused -Wall - -Wno-unused -Werror-implicit-function-declaration -g - -I/usr/include/glib-1.2 -I/usr/lib/glib/include - -I/opt/gnome/include/gnome-xml -I/opt/g

Re: Another thing about translations

2001-05-29 Thread Dave Peticolas
On 29 May 2001 10:04:44 -0700, Christian Stimming wrote: > I think it reasonable to assume that users do their serious accounting > work consistently in one locale. OTOH, to fix it we would probably need to > add a flag to the accounting structure which, if set, will run the account > name thr

Re: Compiling 1.5.97 for FreeBSD

2001-05-29 Thread Dave Peticolas
On 30 May 2001 00:08:43 +1000, Robert Graham Merkel wrote: > That's part of GNU libc. We use a function defined in it (nl_langinfo) > to find out the format string to be passed to strftime to generate a > date string in a locale-correct way. This isn't just gnu libc, langinfo is defined by the

Re: Compiling 1.5.97 for FreeBSD

2001-05-29 Thread Dave Peticolas
On 29 May 2001 12:57:41 +, Matthew Condell wrote: > Hi, > > 3) Does anyone know of a BSD port of guppi? It's not in the ports tree, >the source doesn't seem to compile out of the box for me and I don't >currently have the time to make it compile. I'm just compiling gnucash >with

Re: Compiling 1.5.97 for FreeBSD

2001-05-29 Thread Matthew Condell
> This isn't just gnu libc, langinfo is defined by the X/Open portability > guide and is available on, e.g., Solaris as well. I'm a little surprised > this isn't in FreeBSD. Is it possible that it is supplied by a package > you don't currently have installed? I just took a quick look in the Free

Re: Compiling 1.5.97 for FreeBSD

2001-05-29 Thread Dave Peticolas
On 29 May 2001 20:20:22 +, Matthew Condell wrote: > > This isn't just gnu libc, langinfo is defined by the X/Open portability > > guide and is available on, e.g., Solaris as well. I'm a little surprised > > this isn't in FreeBSD. Is it possible that it is supplied by a package > > you don't c

Re: Compiling 1.5.97 for FreeBSD

2001-05-29 Thread Matthew Condell
> > I just took a quick look in the FreeBSD CVS tree and it looks like > > langinfo was added to the tree in February, but it has not been > > included in the -STABLE branch. There does not seem to be a package > > that provides it, either. > > Ok, GnuCash CVS should have this problem fixed now.

Re: Compiling 1.5.97 for FreeBSD

2001-05-29 Thread Dave Peticolas
On 29 May 2001 20:39:36 +, Matthew Condell wrote: > > > I just took a quick look in the FreeBSD CVS tree and it looks like > > > langinfo was added to the tree in February, but it has not been > > > included in the -STABLE branch. There does not seem to be a package > > > that provides it, ei

Re: [guppi-list] printing bugs, at least one of which is guppi's

2001-05-29 Thread Bill Gribble
On Tue, May 29, 2001 at 03:02:34PM +1000, Robert Graham Merkel wrote: > The second one is a bit of a brain-strainer. While displaying fine as an > embedded widget as part of a gnucash report displayed by gtkhtml, when > printed, guppi graphs are seriously misaligned - titles and even the top of >

Re: Compiling Guppy. was RE: 1.{56} dependency list

2001-05-29 Thread Richard -Gilligan- Uschold
The only reference in Guppi.spec: BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) I found another reference in /var/tmp/rmp-tmp.10572: RPM_BUILD_ROOT="/%{tmpdir}/Guppi-0.35.5-root-root" Then, I did a find from root: cd / find . -xdev -name "*root-root*" -print /%{tmpdir}/Guppi-0.35.5-ro

RE: Compiling Guppy. was RE: 1.{56} dependency list

2001-05-29 Thread Phillip Shelton
Ok. So I am lost. But to fix the problem with the %{tmpdir} you will have to put a line in the /usr/lib/rpmrc file that sets it. Below is the top of that file from the rpm site. # # Default values, often overridden in /etc/rpmrc dbp

Transaction report crash?

2001-05-29 Thread Robert Graham Merkel
You reported a report with "style: multi-line" in the transaction report a little while ago. Nobody has been able to duplicate the crash, and there wasn't much to go on in the bug report. Is this crash still happening? Does GnuCash hang totally? Is there a scheme backtrace? I'd really like to

Currency printing not really fixable for 1.6

2001-05-29 Thread Robert Graham Merkel
Ben, You're right - fixing the currency printing for cheques, for full generality, is going to be a major PITA, and there's no way we can get it into 1.6. However, for a quick hack to make things work just for AU users, you can just modify the function number-to-words in number-to-words.scm.

Check printing and localisation

2001-05-29 Thread Robert Graham Merkel
GnuCash 1.5.x has the ability to print checks. Unfortunately, it writes out the amounts in words in a US-specific way - for examples, $234.56 is written out as "Two hundred and thirty-four Dollars 56/100" and $234 is written as "Two hundred and thirty-four Dollars 0/100" on Australian chequ