Gnucash-2.0.5 Run Error

Rich Shepard rshepard at appl-ecosys.com
Sun Feb 25 10:19:21 EST 2007


On Sat, 24 Feb 2007, David Hampton wrote:

> I don't think g-wrap supports the autoreconf program.  The docs say to
> just run ./configure and then "make" and "make install".

David,

   Unfortunately, the source code here didn't read those docs.

  gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../g-wrap -I../../..
-I../../../guile -I/usr/local/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: glib.h: No such file or directory
make[4]: *** [libgw_guile_gw_glib_la-gw-glib.lo] Error 1
make[4]: Leaving directory
/data1/srcfiles/g-wrap/g-wrap-1.9.6/guile/g-wrap/gw'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory /data1/srcfiles/g-wrap/g-wrap-1.9.6/guile/g-wrap'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory /data1/srcfiles/g-wrap/g-wrap-1.9.6/guile'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory /data1/srcfiles/g-wrap/g-wrap-1.9.6'
make: *** [all] Error 2

   Here's whre glib.h is located: /usr/include/glib-2.0/glib.h

   Perhaps I did not properly correct configure.ac. This is the line I
changed and the following one:

PKG_CHECK_MODULES(GLIB, glib-2.0, [have_glib=yes], [have_glib=no])
AM_CONDITIONAL(HAVE_GLIB, test "$have_glib" = yes)

   Those are the only references to glib in that file.

Thank you,

Rich

-- 
Richard B. Shepard, Ph.D.               |    The Environmental Permitting
Applied Ecosystem Services, Inc.        |          Accelerator(TM)
<http://www.appl-ecosys.com>     Voice: 503-667-4517      Fax: 503-667-8863


More information about the gnucash-user mailing list