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

2000-09-19 Thread Dave Peticolas
Steve Davidson writes: > > Here are the results from /usr/ports/devel/glib12/.PLIST.mktmp (the file > list): > > > man/man1/glib12-config.1.gz > bin/glib12-config That's the file you want above. I think what you need to do is run configure like so: GLIB_CONFIG=/usr/bin/glib12-config ./configu

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 I get a proper glib installation? > > I'm not f

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

2000-09-19 Thread Matthew Condell
> 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 I get a proper glib installation? Try /usr/local/bin/glib12-config, that's what the glib12 port installs it a

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

2000-09-19 Thread Dave Peticolas
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 I get a proper glib installation? I'm not familiar with the freebsd ports system, b

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 test > > > for glib succeed or fail? What does > > > > > > glib-config -

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 > > > give you? > > thanks, > dave >From ./co

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

2000-09-18 Thread Dave Peticolas
Steve Davidson writes: > 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

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

2000-09-18 Thread Dave Peticolas
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 give you? thanks, dave ___ gnucash-devel mailing list [EMAIL PROTECTE

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

2000-09-18 Thread Dave Peticolas
Steve Davidson writes: > Apologies in advance if you are not the correct recipient. gnucash-devel by itself is the best place to send. > GnuCash-1.5.1 fails to compile on FreeBSD 4.1-RELEASE. > I have the glib12 library code installed. > ./configure worked > make produced the fo