Re: GnuCash-1.4.7 fails to compile on FreeBSD 4.1.1-RELEASE

2000-10-11 Thread Steve Davidson
Dave Peticolas wrote: > Steve Davidson writes: > > Dave Peticolas wrote: > > > > > Steve Davidson writes: > > > > ./configure ...everything works > > > > make > > > > [...] > > > > gcc -DHAVE_CONFIG_H -I. -I. -I../

Re: GnuCash-1.4.7 fails to compile on FreeBSD 4.1.1-RELEASE

2000-10-10 Thread Steve Davidson
Dave Peticolas wrote: > Steve Davidson writes: > > ./configure ...everything works > > make > > [...] > > gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -g -O2 -Wall -I/usr/local/include -c > > DateUtils.c -o DateUtils.o >/dev/null 2>&1 > >

Re: GnuCash-1.4.7 fails to compile on FreeBSD 4.1.1-RELEASE

2000-10-10 Thread Steve Davidson
Dave Peticolas wrote: > Steve Davidson writes: > > This is a fresh install of FreeBSD 4.1.1. > > GnuCash-1.4.7 fails to compile on FreeBSD 4.1.1-RELEASE > > > > % ./configure ...everything works > > > > % make > > [...] >

GnuCash-1.4.7 fails to compile on FreeBSD 4.1.1-RELEASE

2000-10-09 Thread Steve Davidson
This is a fresh install of FreeBSD 4.1.1. GnuCash-1.4.7 fails to compile on FreeBSD 4.1.1-RELEASE % ./configure ...everything works % make [...] gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DGNULOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/lo cal/share/locale:.\"

GnuCash-1.4.6 works on FreeBSD-4.1-RELEASE (was: Re: GnuCash-1.4.6 fails to compile on FreeBSD 4.1-RELEASE)

2000-09-26 Thread Steve Davidson
Dave Peticolas wrote: > Steve Davidson writes: > > And when I ran guile: > > > > % guile -c "(use-modules (ice-9 slib)) (require 'new-catalog)" > > ERROR: In procedure open-file: > > ERROR: No such file or directory: "/usr/local/share/guile/sl

Re: GnuCash-1.5.1 fails to compile on FreeBSD 4.1-RELEASE

2000-09-19 Thread Steve Davidson
Dave Peticolas wrote: > Steve Davidson writes: > > > > The glib12 and glib13 software was loaded via the FreeBSD 4.1-RELEASE > > ports collection. > > Apparently, glib-config and other development related files were not > > included. > > > > How can

Re: GnuCash-1.5.1 fails to compile on FreeBSD 4.1-RELEASE

2000-09-19 Thread Steve Davidson
Dave Peticolas wrote: > Steve Davidson writes: > > Dave Peticolas wrote: > > > > > Steve Davidson writes: > > > > In src/engine/Makefile: > > > > GLIB_CFLAGS = > > > > > > That's definitely the problem. Does your ./configure

Re: GnuCash-1.5.1 fails to compile on FreeBSD 4.1-RELEASE

2000-09-19 Thread Steve Davidson
In src/engine/Makefile: GLIB_CFLAGS = > > Making all in src > > Making all in doc > > Making all in design > > Making all in engine > > Making all in sql > > /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. > > > > plicit-function-declaration -c AccInfo.c > > rm -f .libs

GnuCash-1.5.1 fails to compile on FreeBSD 4.1-RELEASE

2000-09-19 Thread Steve Davidson
Apologies in advance if you are not the correct recipient. GnuCash-1.5.1 fails to compile on FreeBSD 4.1-RELEASE. I have the glib12 library code installed. ./configure worked make produced the following error[s]: % make make all-recursive Making all in macros Making all in debian Making all in

Re: GnuCash-1.5.1 fails to compile on FreeBSD 4.1-RELEASE

2000-09-19 Thread Steve Davidson
Dave Peticolas wrote: > Steve Davidson writes: > > In src/engine/Makefile: > > GLIB_CFLAGS = > > That's definitely the problem. Does your ./configure test > for glib succeed or fail? What does > > glib-config --cflags glib-config: command not found > &