compiling gnucash2 on FC5-devel (gcc 4.1.0)

warlord at MIT.EDU warlord at MIT.EDU
Fri Feb 10 14:47:24 EST 2006


Quoting David Herman <dvherman at gmail.com>:

> I receive the following when I attempt to make g-wrap-1.9.6
>
> gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../g-wrap -I../../.. 
> -I../../../guile -I../../../libffi/include -g -O2 -Wall 
> -Wmissing-prototypes -Werror -std=gnu99 -MT 
> libgw_guile_gw_glib_la-gw-glib.lo -MD -MP -MF 
> .deps/libgw_guile_gw_glib_la-gw-glib.Tpo -c gw-glib.c  -fPIC -DPIC -o 
> .libs/libgw_guile_gw_glib_la-gw-glib.o
> gw-glib.c:5:18: error: glib.h: No such file or directory
> make[4]: *** [libgw_guile_gw_glib_la-gw-glib.lo] Error 1
> make[4]: Leaving directory 
> `/home/dvherman/GNUCash/g-wrap-1.9.6/guile/g-wrap/gw'
>
> Google is of no assistance - do not understand how I setup the 
> previous system.

Yea, I noticed this myself.  Apparantly building g-wrap-1.9.6 depends on
glib-devel..  I fixed it myself by changing the glib to glib2 in
configure.in, running 'autoconf', and then re-running configure.

> Any assistance is appreciated

-derek


More information about the gnucash-devel mailing list