problems making in guile directory

edward winston ewinston@kdi.com
Mon, 29 Jan 2001 21:29:27 -0600 (CST)


I am trying to build gnucash 1.4.10 with guile version 1.4 and g-wrap
version 1.1.9.  All goes fine up until i get to the guile directory, and
then it complains about the syntax of g-wrap.

Well, first it complained that it could not find g-wrap, so i altered the
makefile so that it was built and put it in /usr/local/bin.

Here is what i get in the guile directory :

----

Making all in guile
make[3]: Entering directory `/buildarea/gnucash-1.4.10/src/guile'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I..   -I../engine   -I../gnome  
-I../regter    -g -O2 -Wall -I/usr/local/include -DNEED_GNOMESUPPORT_H
-I/usr/local/lignome-libs/include -I/usr/local/lib/glib/include
-I/usr/X11R6/include -I/usr/lal/include/gnome-xml -I/usr/local/include
-I/usr/local/include -c enriched-mesges.c
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I..   -I../engine   -I../gnome  
-I../regter    -g -O2 -Wall -I/usr/local/include -DNEED_GNOMESUPPORT_H
-I/usr/local/lignome-libs/include -I/usr/local/lib/glib/include
-I/usr/X11R6/include -I/usr/lal/include/gnome-xml -I/usr/local/include
-I/usr/local/include -c gfec.c
gfec.c: In function `gfec_catcher':
gfec.c:38: warning: implicit declaration of function `strdup'
gfec.c:38: warning: assignment makes pointer from integer without a cast
FLAVOR=gnome g-wrap --api c --target guile gnc.gwp
Usage: g-wrap [options] spec-name module-name
  g-wrap --version          - show version information
  g-wrap --help             - show this message
  g-wrap --api LANGUAGE     - language of the API being wrapped
  g-wrap --target LANGUAGE  - language for which wrappers are being generated
  g-wrap --spec-path PATH   - add directory to search for spec-name

  Example: g-wrap --api c --target guile "(g-wrapped foo-spec)" foo
FLAVOR=gnome g-wrap --api c --target guile gnc.gwp
Usage: g-wrap [options] spec-name module-name
  g-wrap --version          - show version information
  g-wrap --help             - show this message
  g-wrap --api LANGUAGE     - language of the API being wrapped
  g-wrap --target LANGUAGE  - language for which wrappers are being generated
  g-wrap --spec-path PATH   - add directory to search for spec-name

  Example: g-wrap --api c --target guile "(g-wrapped foo-spec)" foo
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I..   -I../engine   -I../gnome  
-I../regter    -g -O2 -Wall -I/usr/local/include -DNEED_GNOMESUPPORT_H
-I/usr/local/lignome-libs/include -I/usr/local/lib/glib/include
-I/usr/X11R6/include -I/usr/lal/include/gnome-xml -I/usr/local/include
-I/usr/local/include -c gnc.c
gcc: gnc.c: No such file or directory
gcc: No input files
make[3]: *** [gnc.o] Error 1
make[3]: Leaving directory `/buildarea/gnucash-1.4.10/src/guile'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/buildarea/gnucash-1.4.10/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/buildarea/gnucash-1.4.10'
make: *** [all-recursive-am] Error 2

-----

any help would be greatly appreciated.  I have installed most of what i
needed by hand, so most things should be in /usr/local.  I am not using
gnome fully, but have compiled gnome-lib and have that installed.

thanks,
edward