GnuCash-1.5.1 fails to compile on FreeBSD 4.1-RELEASE
Steve Davidson
sdn@sprintlabs.com
Mon, 18 Sep 2000 18:24:20 -0700
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 ./configure:
checking for glib-config... (cached) no
checking for GLIB - version >= 0.99.7... no
*** The glib-config script installed by GLIB could not be found
*** If GLIB was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GLIB_CONFIG environment variable to the
*** full path to glib-config.
I only have:
glib-1.2.8
glib-1.3.1
Where would I get 0.99.7?