GnuCash-1.5.1 fails to compile on FreeBSD 4.1-RELEASE

Dave Peticolas dave@krondo.com
Mon, 18 Sep 2000 16:45:35 -0700


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 following error[s]:
> 
> % make
> make  all-recursive
> Making all in macros
> Making all in debian
> Making all in doc
> Making all in examples
> Making all in html
> Making all in fr
> Making all in image
> Making all in sgml
> Making all in C
> Making all in image
> Making all in intl
> Making all in lib
> Making all in po
> Making all in rpm
> 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/AccInfo.lo
> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -g -O2 -Wall -Wunused -Wall
> -Wer
>  -fPIC -DPIC -o .libs/AccInfo.lo
> In file included from AccInfo.h:33,
>                  from AccInfo.c:26:
> gnc-common.h:29: glib.h: No such file or directory
> *** Error code 1

What does the Makefile variable GLIB_CFLAGS get configured
to in src/engine?

thanks,
dave