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 sys/types.h needs to come before #include regex.h not after it, since

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 you

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 the

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 FreeBSD

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

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. Thanks,

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, either.