Trouble compiling g-wrap

Bernie bernie-lists at xs4all.nl
Thu Jun 22 05:58:07 EDT 2006


Hi everybody,

Maye someone can point me out what's going wrong in the g-wrap installation 
process:

I've made a clean install of Suse Linux 10.1 and now I want to reinstall the 
latest GNUcash svn in order to continue to work on the dutch translation. For 
this I need G-wrap of which I downloaded the latest source code. 1.9.6

As root I do:
./configure
make
make check

The first 2 commands seem to work ok, however make check gives me 4 out of 4 
failed checks!
Please see output of above commands below. What is going wrong ??? (needless 
to say GNUCash doesn't compile yet because of g-wrap errors.)

============
./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/x86_64-suse-linux/bin/ld
checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes
checking for /usr/x86_64-suse-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking how to run the C++ preprocessor... /lib/cpp
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) 
supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) 
supports shared libraries... yes
libtool.m4: error: problem compiling CXX test program
checking for g++ option to produce PIC... 
checking if g++ supports -c -o file.o... no
checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) 
supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
appending configuration tag "F77" to libtool
checking for long... yes
checking size of long... 8
checking whether byte ordering is bigendian... no
checking for working alloca.h... yes
checking for alloca... yes
checking ffi.h usability... yes
checking ffi.h presence... yes
checking for ffi.h... yes
checking for ffi_prep_cif in -lffi... yes
checking for size_t... yes
checking size of size_t... 8
checking for ssize_t... yes
checking size of ssize_t... 8
checking for guile... /usr/bin/guile
checking for guile-config... /usr/bin/guile-config
checking for guile-tools... /usr/bin/guile-tools
checking libguile compile flags... 
checking libguile link flags... -L/usr/lib64 -lguile -lguile-ltdl -lcrypt -lm
checking if (srfi srfi-34) is available... no
checking if (srfi srfi-35) is available... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GLIB_CFLAGS... -I/opt/gnome/include/glib-1.2 
-I/opt/gnome/lib64/glib/include  
checking for GLIB_LIBS... -L/opt/gnome/lib64 -lglib  
checking whether gcc accepts -std=gnu99... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating g-wrap/Makefile
config.status: creating test/Makefile
config.status: creating guile/Makefile
config.status: creating guile/g-wrap-2.0-guile.pc
config.status: creating guile/g-wrap/Makefile
config.status: creating guile/g-wrap/gw/Makefile
config.status: creating guile/test/Makefile
config.status: creating examples/Makefile
config.status: creating doc/Makefile
config.status: creating g-wrap-config
config.status: creating config.h
config.status: config.h is unchanged
config.status: creating g-wrap/ffi-support.h
config.status: g-wrap/ffi-support.h is unchanged
config.status: executing depfiles commands
==========
make
make  all-recursive
make[1]: Entering directory `/home/bernard/downloads/g-wrap-1.9.6'
Making all in lib
make[2]: Entering directory `/home/bernard/downloads/g-wrap-1.9.6/lib'
cp ./alloca_.h alloca.h-t
mv alloca.h-t alloca.h
make  all-am
make[3]: Entering directory `/home/bernard/downloads/g-wrap-1.9.6/lib'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/bernard/downloads/g-wrap-1.9.6/lib'
make[2]: Leaving directory `/home/bernard/downloads/g-wrap-1.9.6/lib'
Making all in g-wrap
make[2]: Entering directory `/home/bernard/downloads/g-wrap-1.9.6/g-wrap'
make  all-am
make[3]: Entering directory `/home/bernard/downloads/g-wrap-1.9.6/g-wrap'
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-I.  -I..    -g -O2 -Wall -Wmissing-prototypes -Werror -std=gnu99 -MT 
core-runtime.lo -MD -MP -MF ".deps/core-runtime.Tpo" -c -o core-runtime.lo 
core-runtime.c; \
then mv -f ".deps/core-runtime.Tpo" ".deps/core-runtime.Plo"; else rm -f 
".deps/core-runtime.Tpo"; exit 1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -g -O2 -Wall -Wmissing-prototypes 
-Werror -std=gnu99 -MT core-runtime.lo -MD -MP -MF .deps/core-runtime.Tpo -c 
core-runtime.c  -fPIC -DPIC -o .libs/core-runtime.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -g -O2 -Wall -Wmissing-prototypes 
-Werror -std=gnu99 -MT core-runtime.lo -MD -MP -MF .deps/core-runtime.Tpo -c 
core-runtime.c -o core-runtime.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=link gcc  -g -O2 -Wall -Wmissing-prototypes 
-Werror -std=gnu99   -o libgwrap-core-runtime.la -rpath /usr/local/lib 
-version-info 0:1:0 core-runtime.lo -lffi 
gcc -shared  .libs/core-runtime.o  -lffi  -Wl,-soname 
-Wl,libgwrap-core-runtime.so.0 -o .libs/libgwrap-core-runtime.so.0.0.1
(cd .libs && rm -f libgwrap-core-runtime.so.0 && ln -s 
libgwrap-core-runtime.so.0.0.1 libgwrap-core-runtime.so.0)
(cd .libs && rm -f libgwrap-core-runtime.so && ln -s 
libgwrap-core-runtime.so.0.0.1 libgwrap-core-runtime.so)
ar cru .libs/libgwrap-core-runtime.a  core-runtime.o
ranlib .libs/libgwrap-core-runtime.a
creating libgwrap-core-runtime.la
(cd .libs && rm -f libgwrap-core-runtime.la && ln 
-s ../libgwrap-core-runtime.la libgwrap-core-runtime.la)
make[3]: Leaving directory `/home/bernard/downloads/g-wrap-1.9.6/g-wrap'
make[2]: Leaving directory `/home/bernard/downloads/g-wrap-1.9.6/g-wrap'
Making all in test
make[2]: Entering directory `/home/bernard/downloads/g-wrap-1.9.6/test'
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. 
-I../g-wrap  -I..   -g -O2 -Wall -Wmissing-prototypes -Werror -std=gnu99 -MT 
g-wrap-test-c-code.lo -MD -MP -MF ".deps/g-wrap-test-c-code.Tpo" -c -o 
g-wrap-test-c-code.lo g-wrap-test-c-code.c; \
then mv -f ".deps/g-wrap-test-c-code.Tpo" ".deps/g-wrap-test-c-code.Plo"; else 
rm -f ".deps/g-wrap-test-c-code.Tpo"; exit 1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../g-wrap -I.. -g -O2 -Wall 
-Wmissing-prototypes -Werror -std=gnu99 -MT g-wrap-test-c-code.lo -MD -MP 
-MF .deps/g-wrap-test-c-code.Tpo -c g-wrap-test-c-code.c  -fPIC -DPIC 
-o .libs/g-wrap-test-c-code.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../g-wrap -I.. -g -O2 -Wall 
-Wmissing-prototypes -Werror -std=gnu99 -MT g-wrap-test-c-code.lo -MD -MP 
-MF .deps/g-wrap-test-c-code.Tpo -c g-wrap-test-c-code.c -o 
g-wrap-test-c-code.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=link gcc  -g -O2 -Wall -Wmissing-prototypes 
-Werror -std=gnu99   -o libg-wrap-test-c-code.la  -rpath /usr/local/lib 
g-wrap-test-c-code.lo  
gcc -shared  .libs/g-wrap-test-c-code.o   -Wl,-soname 
-Wl,libg-wrap-test-c-code.so.0 -o .libs/libg-wrap-test-c-code.so.0.0.0
(cd .libs && rm -f libg-wrap-test-c-code.so.0 && ln -s 
libg-wrap-test-c-code.so.0.0.0 libg-wrap-test-c-code.so.0)
(cd .libs && rm -f libg-wrap-test-c-code.so && ln -s 
libg-wrap-test-c-code.so.0.0.0 libg-wrap-test-c-code.so)
ar cru .libs/libg-wrap-test-c-code.a  g-wrap-test-c-code.o
ranlib .libs/libg-wrap-test-c-code.a
creating libg-wrap-test-c-code.la
(cd .libs && rm -f libg-wrap-test-c-code.la && ln 
-s ../libg-wrap-test-c-code.la libg-wrap-test-c-code.la)
make[2]: Leaving directory `/home/bernard/downloads/g-wrap-1.9.6/test'
Making all in guile
make[2]: Entering directory `/home/bernard/downloads/g-wrap-1.9.6/guile'
Making all in g-wrap
make[3]: Entering directory 
`/home/bernard/downloads/g-wrap-1.9.6/guile/g-wrap'
Making all in .
make[4]: Entering directory 
`/home/bernard/downloads/g-wrap-1.9.6/guile/g-wrap'
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../.. -I../../g-wrap  -I../.. -I../../lib -I../../guile    -g -O2 -Wall 
-Wmissing-prototypes -Werror -std=gnu99 -MT guile-runtime.lo -MD -MP -MF 
".deps/guile-runtime.Tpo" -c -o guile-runtime.lo guile-runtime.c; \
then mv -f ".deps/guile-runtime.Tpo" ".deps/guile-runtime.Plo"; else rm -f 
".deps/guile-runtime.Tpo"; exit 1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../g-wrap -I../.. -I../../lib 
-I../../guile -g -O2 -Wall -Wmissing-prototypes -Werror -std=gnu99 -MT 
guile-runtime.lo -MD -MP -MF .deps/guile-runtime.Tpo -c guile-runtime.c  
-fPIC -DPIC -o .libs/guile-runtime.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../g-wrap -I../.. -I../../lib 
-I../../guile -g -O2 -Wall -Wmissing-prototypes -Werror -std=gnu99 -MT 
guile-runtime.lo -MD -MP -MF .deps/guile-runtime.Tpo -c guile-runtime.c -o 
guile-runtime.o >/dev/null 2>&1
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../.. -I../../g-wrap  -I../.. -I../../lib -I../../guile    -g -O2 -Wall 
-Wmissing-prototypes -Werror -std=gnu99 -MT guile-wct.lo -MD -MP -MF 
".deps/guile-wct.Tpo" -c -o guile-wct.lo guile-wct.c; \
then mv -f ".deps/guile-wct.Tpo" ".deps/guile-wct.Plo"; else rm -f 
".deps/guile-wct.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../g-wrap -I../.. -I../../lib 
-I../../guile -g -O2 -Wall -Wmissing-prototypes -Werror -std=gnu99 -MT 
guile-wct.lo -MD -MP -MF .deps/guile-wct.Tpo -c guile-wct.c  -fPIC -DPIC 
-o .libs/guile-wct.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../g-wrap -I../.. -I../../lib 
-I../../guile -g -O2 -Wall -Wmissing-prototypes -Werror -std=gnu99 -MT 
guile-wct.lo -MD -MP -MF .deps/guile-wct.Tpo -c guile-wct.c -o guile-wct.o 
>/dev/null 2>&1
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../.. -I../../g-wrap  -I../.. -I../../lib -I../../guile    -g -O2 -Wall 
-Wmissing-prototypes -Werror -std=gnu99 -MT guile-compatibility.lo -MD -MP 
-MF ".deps/guile-compatibility.Tpo" -c -o guile-compatibility.lo 
guile-compatibility.c; \
then mv -f ".deps/guile-compatibility.Tpo" ".deps/guile-compatibility.Plo"; 
else rm -f ".deps/guile-compatibility.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../g-wrap -I../.. -I../../lib 
-I../../guile -g -O2 -Wall -Wmissing-prototypes -Werror -std=gnu99 -MT 
guile-compatibility.lo -MD -MP -MF .deps/guile-compatibility.Tpo -c 
guile-compatibility.c  -fPIC -DPIC -o .libs/guile-compatibility.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../g-wrap -I../.. -I../../lib 
-I../../guile -g -O2 -Wall -Wmissing-prototypes -Werror -std=gnu99 -MT 
guile-compatibility.lo -MD -MP -MF .deps/guile-compatibility.Tpo -c 
guile-compatibility.c -o guile-compatibility.o >/dev/null 2>&1
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../.. -I../../g-wrap  -I../.. -I../../lib -I../../guile    -g -O2 -Wall 
-Wmissing-prototypes -Werror -std=gnu99 -MT alloca.lo -MD -MP -MF 
".deps/alloca.Tpo" -c -o alloca.lo `test -f '../../lib/alloca.c' || echo 
'./'`../../lib/alloca.c; \
then mv -f ".deps/alloca.Tpo" ".deps/alloca.Plo"; else rm -f 
".deps/alloca.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../g-wrap -I../.. -I../../lib 
-I../../guile -g -O2 -Wall -Wmissing-prototypes -Werror -std=gnu99 -MT 
alloca.lo -MD -MP -MF .deps/alloca.Tpo -c ../../lib/alloca.c  -fPIC -DPIC 
-o .libs/alloca.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../g-wrap -I../.. -I../../lib 
-I../../guile -g -O2 -Wall -Wmissing-prototypes -Werror -std=gnu99 -MT 
alloca.lo -MD -MP -MF .deps/alloca.Tpo -c ../../lib/alloca.c -o alloca.o 
>/dev/null 2>&1
/bin/sh ../../libtool --tag=CC --mode=link gcc   -g -O2 -Wall 
-Wmissing-prototypes -Werror -std=gnu99   -o libgwrap-guile-runtime.la 
-rpath /usr/local/lib -version-info 0:2:0 guile-runtime.lo guile-wct.lo 
guile-compatibility.lo alloca.lo ../../g-wrap/libgwrap-core-runtime.la 
-L/usr/lib64 -lguile -lguile-ltdl -lcrypt -lm -lffi 
gcc 
-shared  .libs/guile-runtime.o .libs/guile-wct.o .libs/guile-compatibility.o .libs/alloca.o  
-Wl,--rpath 
-Wl,/home/bernard/downloads/g-wrap-1.9.6/g-wrap/.libs ../../g-wrap/.libs/libgwrap-core-runtime.so 
-L/usr/lib64 /usr/lib64/libguile.so /usr/lib64/libguile-ltdl.so -lcrypt -lm 
-lffi  -Wl,-soname -Wl,libgwrap-guile-runtime.so.0 
-o .libs/libgwrap-guile-runtime.so.0.0.2
(cd .libs && rm -f libgwrap-guile-runtime.so.0 && ln -s 
libgwrap-guile-runtime.so.0.0.2 libgwrap-guile-runtime.so.0)
(cd .libs && rm -f libgwrap-guile-runtime.so && ln -s 
libgwrap-guile-runtime.so.0.0.2 libgwrap-guile-runtime.so)
ar cru .libs/libgwrap-guile-runtime.a  guile-runtime.o guile-wct.o 
guile-compatibility.o alloca.o
ranlib .libs/libgwrap-guile-runtime.a
creating libgwrap-guile-runtime.la
(cd .libs && rm -f libgwrap-guile-runtime.la && ln 
-s ../libgwrap-guile-runtime.la libgwrap-guile-runtime.la)
make[4]: Leaving directory `/home/bernard/downloads/g-wrap-1.9.6/guile/g-wrap'
Making all in gw
make[4]: Entering directory 
`/home/bernard/downloads/g-wrap-1.9.6/guile/g-wrap/gw'
guile  -c \
          "(set! %load-path (append '(\"../../../guile\" \"../../../guile\" 
\"../../..\" \"../../../lib\") %load-path))""(use-modules (g-wrap)) \
               (use-modules (g-wrap guile)) \
                       (use-modules (g-wrap guile ws standard)) \
                       (generate-wrapset 'guile 'standard \"standard\")"

Some deprecated features have been used.  Set the environment
variable GUILE_WARN_DEPRECATED to "detailed" and rerun the
program to get more information.  Set it to "no" to suppress
this message.
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../../.. -I../../../g-wrap  -I../../.. -I../../../guile    -g -O2 -Wall 
-Wmissing-prototypes -Werror -std=gnu99 -MT standard.lo -MD -MP -MF 
".deps/standard.Tpo" -c -o standard.lo standard.c; \
then mv -f ".deps/standard.Tpo" ".deps/standard.Plo"; else rm -f 
".deps/standard.Tpo"; exit 1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../g-wrap -I../../.. 
-I../../../guile -g -O2 -Wall -Wmissing-prototypes -Werror -std=gnu99 -MT 
standard.lo -MD -MP -MF .deps/standard.Tpo -c standard.c  -fPIC -DPIC 
-o .libs/standard.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../g-wrap -I../../.. 
-I../../../guile -g -O2 -Wall -Wmissing-prototypes -Werror -std=gnu99 -MT 
standard.lo -MD -MP -MF .deps/standard.Tpo -c standard.c -o standard.o 
>/dev/null 2>&1
/bin/sh ../../../libtool --tag=CC --mode=link gcc   -g -O2 -Wall 
-Wmissing-prototypes -Werror -std=gnu99   -o libgw-guile-standard.la 
-rpath /usr/local/lib -module -L/usr/lib64 -lguile -lguile-ltdl -lcrypt -lm 
standard.lo ../libgwrap-guile-runtime.la 
gcc -shared  .libs/standard.o  -Wl,--rpath 
-Wl,/home/bernard/downloads/g-wrap-1.9.6/guile/g-wrap/.libs 
-L/usr/lib64 /usr/lib64/libguile.so /usr/lib64/libguile-ltdl.so -lcrypt 
-lm ../.libs/libgwrap-guile-runtime.so  -Wl,-soname 
-Wl,libgw-guile-standard.so.0 -o .libs/libgw-guile-standard.so.0.0.0
(cd .libs && rm -f libgw-guile-standard.so.0 && ln -s 
libgw-guile-standard.so.0.0.0 libgw-guile-standard.so.0)
(cd .libs && rm -f libgw-guile-standard.so && ln -s 
libgw-guile-standard.so.0.0.0 libgw-guile-standard.so)
ar cru .libs/libgw-guile-standard.a  standard.o
ranlib .libs/libgw-guile-standard.a
creating libgw-guile-standard.la
(cd .libs && rm -f libgw-guile-standard.la && ln -s ../libgw-guile-standard.la 
libgw-guile-standard.la)
guile  -c \
          "(set! %load-path (append '(\"../../../guile\" \"../../../guile\" 
\"../../..\" \"../../../lib\") %load-path))""(use-modules (g-wrap)) \
               (use-modules (g-wrap guile)) \
                       (use-modules (g-wrap gw-glib-spec)) \
                       (generate-wrapset 'guile 'gw-glib \"gw-glib\")"

Some deprecated features have been used.  Set the environment
variable GUILE_WARN_DEPRECATED to "detailed" and rerun the
program to get more information.  Set it to "no" to suppress
this message.
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I../../.. -I../../../g-wrap  -I../../.. -I../../../guile    
-I/opt/gnome/include/glib-1.2 -I/opt/gnome/lib64/glib/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 -o 
libgw_guile_gw_glib_la-gw-glib.lo `test -f 'gw-glib.c' || echo 
'./'`gw-glib.c; \
then mv -f ".deps/libgw_guile_gw_glib_la-gw-glib.Tpo" 
".deps/libgw_guile_gw_glib_la-gw-glib.Plo"; else rm -f 
".deps/libgw_guile_gw_glib_la-gw-glib.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../g-wrap -I../../.. 
-I../../../guile -I/opt/gnome/include/glib-1.2 
-I/opt/gnome/lib64/glib/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
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../g-wrap -I../../.. 
-I../../../guile -I/opt/gnome/include/glib-1.2 
-I/opt/gnome/lib64/glib/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 -o 
libgw_guile_gw_glib_la-gw-glib.o >/dev/null 2>&1
/bin/sh ../../../libtool --tag=CC --mode=link gcc   -g -O2 -Wall 
-Wmissing-prototypes -Werror -std=gnu99   -o libgw-guile-gw-glib.la 
-rpath /usr/local/lib -module -L/usr/lib64 -lguile -lguile-ltdl -lcrypt -lm 
libgw_guile_gw_glib_la-gw-glib.lo ../libgwrap-guile-runtime.la 
-L/opt/gnome/lib64 -lglib   
gcc -shared  .libs/libgw_guile_gw_glib_la-gw-glib.o  -Wl,--rpath 
-Wl,/home/bernard/downloads/g-wrap-1.9.6/guile/g-wrap/.libs 
-L/usr/lib64 /usr/lib64/libguile.so /usr/lib64/libguile-ltdl.so -lcrypt 
-lm ../.libs/libgwrap-guile-runtime.so 
-L/opt/gnome/lib64 /opt/gnome/lib64/libglib.so  -Wl,-soname 
-Wl,libgw-guile-gw-glib.so.0 -o .libs/libgw-guile-gw-glib.so.0.0.0
(cd .libs && rm -f libgw-guile-gw-glib.so.0 && ln -s 
libgw-guile-gw-glib.so.0.0.0 libgw-guile-gw-glib.so.0)
(cd .libs && rm -f libgw-guile-gw-glib.so && ln -s 
libgw-guile-gw-glib.so.0.0.0 libgw-guile-gw-glib.so)
ar cru .libs/libgw-guile-gw-glib.a  libgw_guile_gw_glib_la-gw-glib.o
ranlib .libs/libgw-guile-gw-glib.a
creating libgw-guile-gw-glib.la
(cd .libs && rm -f libgw-guile-gw-glib.la && ln -s ../libgw-guile-gw-glib.la 
libgw-guile-gw-glib.la)
make[4]: Leaving directory 
`/home/bernard/downloads/g-wrap-1.9.6/guile/g-wrap/gw'
make[3]: Leaving directory `/home/bernard/downloads/g-wrap-1.9.6/guile/g-wrap'
Making all in test
make[3]: Entering directory `/home/bernard/downloads/g-wrap-1.9.6/guile/test'
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../.. -I../../g-wrap  -I../.. -I../../guile    -g -O2 -Wall 
-Wmissing-prototypes -Werror -std=gnu99 -MT guile-test-c-code.lo -MD -MP -MF 
".deps/guile-test-c-code.Tpo" -c -o guile-test-c-code.lo guile-test-c-code.c; 
\
then mv -f ".deps/guile-test-c-code.Tpo" ".deps/guile-test-c-code.Plo"; else 
rm -f ".deps/guile-test-c-code.Tpo"; exit 1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../g-wrap -I../.. -I../../guile -g 
-O2 -Wall -Wmissing-prototypes -Werror -std=gnu99 -MT guile-test-c-code.lo 
-MD -MP -MF .deps/guile-test-c-code.Tpo -c guile-test-c-code.c  -fPIC -DPIC 
-o .libs/guile-test-c-code.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../g-wrap -I../.. -I../../guile -g 
-O2 -Wall -Wmissing-prototypes -Werror -std=gnu99 -MT guile-test-c-code.lo 
-MD -MP -MF .deps/guile-test-c-code.Tpo -c guile-test-c-code.c -o 
guile-test-c-code.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC --mode=link gcc   -g -O2 -Wall 
-Wmissing-prototypes -Werror -std=gnu99   -o libg-wrap-guile-test-c-code.la  
-rpath /usr/local/lib 
guile-test-c-code.lo ../../test/libg-wrap-test-c-code.la ../g-wrap/libgwrap-guile-runtime.la ../../g-wrap/libgwrap-core-runtime.la 
-L/usr/lib64 -lguile -lguile-ltdl -lcrypt -lm 
gcc -shared  .libs/guile-test-c-code.o  -Wl,--rpath 
-Wl,/home/bernard/downloads/g-wrap-1.9.6/test/.libs -Wl,--rpath 
-Wl,/home/bernard/downloads/g-wrap-1.9.6/guile/g-wrap/.libs -Wl,--rpath 
-Wl,/home/bernard/downloads/g-wrap-1.9.6/g-wrap/.libs ../../test/.libs/libg-wrap-test-c-code.so ../g-wrap/.libs/libgwrap-guile-runtime.so ../../g-wrap/.libs/libgwrap-core-runtime.so 
-L/usr/lib64 /usr/lib64/libguile.so /usr/lib64/libguile-ltdl.so -lcrypt -lm  
-Wl,-soname -Wl,libg-wrap-guile-test-c-code.so.0 
-o .libs/libg-wrap-guile-test-c-code.so.0.0.0
(cd .libs && rm -f libg-wrap-guile-test-c-code.so.0 && ln -s 
libg-wrap-guile-test-c-code.so.0.0.0 libg-wrap-guile-test-c-code.so.0)
(cd .libs && rm -f libg-wrap-guile-test-c-code.so && ln -s 
libg-wrap-guile-test-c-code.so.0.0.0 libg-wrap-guile-test-c-code.so)
ar cru .libs/libg-wrap-guile-test-c-code.a  guile-test-c-code.o
ranlib .libs/libg-wrap-guile-test-c-code.a
creating libg-wrap-guile-test-c-code.la
(cd .libs && rm -f libg-wrap-guile-test-c-code.la && ln 
-s ../libg-wrap-guile-test-c-code.la libg-wrap-guile-test-c-code.la)
LD_LIBRARY_PATH=/home/bernard/downloads/g-wrap-1.9.6/guile/test/..: \
guile  -c  \
  "(set! %load-path (append '(\"../../guile\" \"../../guile\" \"../..\" 
\"../../lib\") %load-path))"" \
  (use-modules (g-wrap)) \
  (use-modules (guile test guile-test-standard-spec)) \
  (generate-wrapset 'guile 'test-standard \"gw-test-standard\")"

Some deprecated features have been used.  Set the environment
variable GUILE_WARN_DEPRECATED to "detailed" and rerun the
program to get more information.  Set it to "no" to suppress
this message.
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../.. -I../../g-wrap  -I../.. -I../../guile    -g -O2 -Wall 
-Wmissing-prototypes -Werror -std=gnu99 -MT gw-test-standard.lo -MD -MP -MF 
".deps/gw-test-standard.Tpo" -c -o gw-test-standard.lo gw-test-standard.c; \
then mv -f ".deps/gw-test-standard.Tpo" ".deps/gw-test-standard.Plo"; else rm 
-f ".deps/gw-test-standard.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../g-wrap -I../.. -I../../guile -g 
-O2 -Wall -Wmissing-prototypes -Werror -std=gnu99 -MT gw-test-standard.lo -MD 
-MP -MF .deps/gw-test-standard.Tpo -c gw-test-standard.c  -fPIC -DPIC 
-o .libs/gw-test-standard.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../g-wrap -I../.. -I../../guile -g 
-O2 -Wall -Wmissing-prototypes -Werror -std=gnu99 -MT gw-test-standard.lo -MD 
-MP -MF .deps/gw-test-standard.Tpo -c gw-test-standard.c -o 
gw-test-standard.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC --mode=link gcc   -g -O2 -Wall 
-Wmissing-prototypes -Werror -std=gnu99   -o libgw-guile-test-standard.la  
-rpath /usr/local/lib -module gw-test-standard.lo 
libg-wrap-guile-test-c-code.la ../../test/libg-wrap-test-c-code.la ../g-wrap/libgwrap-guile-runtime.la ../../g-wrap/libgwrap-core-runtime.la 
-L/usr/lib64 -lguile -lguile-ltdl -lcrypt -lm 
gcc -shared  .libs/gw-test-standard.o  -Wl,--rpath 
-Wl,/home/bernard/downloads/g-wrap-1.9.6/guile/test/.libs -Wl,--rpath 
-Wl,/home/bernard/downloads/g-wrap-1.9.6/test/.libs -Wl,--rpath 
-Wl,/home/bernard/downloads/g-wrap-1.9.6/guile/g-wrap/.libs -Wl,--rpath 
-Wl,/home/bernard/downloads/g-wrap-1.9.6/g-wrap/.libs ./.libs/libg-wrap-guile-test-c-code.so ../../test/.libs/libg-wrap-test-c-code.so ../g-wrap/.libs/libgwrap-guile-runtime.so ../../g-wrap/.libs/libgwrap-core-runtime.so 
-L/usr/lib64 /usr/lib64/libguile.so /usr/lib64/libguile-ltdl.so -lcrypt -lm  
-Wl,-soname -Wl,libgw-guile-test-standard.so.0 
-o .libs/libgw-guile-test-standard.so.0.0.0
(cd .libs && rm -f libgw-guile-test-standard.so.0 && ln -s 
libgw-guile-test-standard.so.0.0.0 libgw-guile-test-standard.so.0)
(cd .libs && rm -f libgw-guile-test-standard.so && ln -s 
libgw-guile-test-standard.so.0.0.0 libgw-guile-test-standard.so)
ar cru .libs/libgw-guile-test-standard.a  gw-test-standard.o
ranlib .libs/libgw-guile-test-standard.a
creating libgw-guile-test-standard.la
(cd .libs && rm -f libgw-guile-test-standard.la && ln 
-s ../libgw-guile-test-standard.la libgw-guile-test-standard.la)
LD_LIBRARY_PATH=/home/bernard/downloads/g-wrap-1.9.6/guile/test/..: \
guile  -c  \
  "(set! %load-path (append '(\"../../guile\" \"../../guile\" \"../..\" 
\"../../lib\") %load-path))"" \
  (use-modules (g-wrap)) \
  (use-modules (guile test guile-test-enumeration-spec)) \
  (generate-wrapset 'guile 'test-enumeration \"gw-test-enumeration\")"

Some deprecated features have been used.  Set the environment
variable GUILE_WARN_DEPRECATED to "detailed" and rerun the
program to get more information.  Set it to "no" to suppress
this message.
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../.. -I../../g-wrap  -I../.. -I../../guile    -g -O2 -Wall 
-Wmissing-prototypes -Werror -std=gnu99 -MT gw-test-enumeration.lo -MD -MP 
-MF ".deps/gw-test-enumeration.Tpo" -c -o gw-test-enumeration.lo 
gw-test-enumeration.c; \
then mv -f ".deps/gw-test-enumeration.Tpo" ".deps/gw-test-enumeration.Plo"; 
else rm -f ".deps/gw-test-enumeration.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../g-wrap -I../.. -I../../guile -g 
-O2 -Wall -Wmissing-prototypes -Werror -std=gnu99 -MT gw-test-enumeration.lo 
-MD -MP -MF .deps/gw-test-enumeration.Tpo -c gw-test-enumeration.c  -fPIC 
-DPIC -o .libs/gw-test-enumeration.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../g-wrap -I../.. -I../../guile -g 
-O2 -Wall -Wmissing-prototypes -Werror -std=gnu99 -MT gw-test-enumeration.lo 
-MD -MP -MF .deps/gw-test-enumeration.Tpo -c gw-test-enumeration.c -o 
gw-test-enumeration.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC --mode=link gcc   -g -O2 -Wall 
-Wmissing-prototypes -Werror -std=gnu99   -o libgw-guile-test-enumeration.la  
-rpath /usr/local/lib -module 
gw-test-enumeration.lo ../../test/libg-wrap-test-c-code.la ../g-wrap/libgwrap-guile-runtime.la ../../g-wrap/libgwrap-core-runtime.la 
-L/usr/lib64 -lguile -lguile-ltdl -lcrypt -lm 
gcc -shared  .libs/gw-test-enumeration.o  -Wl,--rpath 
-Wl,/home/bernard/downloads/g-wrap-1.9.6/test/.libs -Wl,--rpath 
-Wl,/home/bernard/downloads/g-wrap-1.9.6/guile/g-wrap/.libs -Wl,--rpath 
-Wl,/home/bernard/downloads/g-wrap-1.9.6/g-wrap/.libs ../../test/.libs/libg-wrap-test-c-code.so ../g-wrap/.libs/libgwrap-guile-runtime.so ../../g-wrap/.libs/libgwrap-core-runtime.so 
-L/usr/lib64 /usr/lib64/libguile.so /usr/lib64/libguile-ltdl.so -lcrypt -lm  
-Wl,-soname -Wl,libgw-guile-test-enumeration.so.0 
-o .libs/libgw-guile-test-enumeration.so.0.0.0
(cd .libs && rm -f libgw-guile-test-enumeration.so.0 && ln -s 
libgw-guile-test-enumeration.so.0.0.0 libgw-guile-test-enumeration.so.0)
(cd .libs && rm -f libgw-guile-test-enumeration.so && ln -s 
libgw-guile-test-enumeration.so.0.0.0 libgw-guile-test-enumeration.so)
ar cru .libs/libgw-guile-test-enumeration.a  gw-test-enumeration.o
ranlib .libs/libgw-guile-test-enumeration.a
creating libgw-guile-test-enumeration.la
(cd .libs && rm -f libgw-guile-test-enumeration.la && ln 
-s ../libgw-guile-test-enumeration.la libgw-guile-test-enumeration.la)
LD_LIBRARY_PATH=/home/bernard/downloads/g-wrap-1.9.6/guile/test/..: \
guile  -c  \
  "(set! %load-path (append '(\"../../guile\" \"../../guile\" \"../..\" 
\"../../lib\") %load-path))"" \
  (use-modules (g-wrap)) \
  (use-modules (guile test guile-test-parent-spec)) \
  (generate-wrapset 'guile 'test-parent \"gw-test-parent\")"

Some deprecated features have been used.  Set the environment
variable GUILE_WARN_DEPRECATED to "detailed" and rerun the
program to get more information.  Set it to "no" to suppress
this message.
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../.. -I../../g-wrap  -I../.. -I../../guile    -g -O2 -Wall 
-Wmissing-prototypes -Werror -std=gnu99 -MT gw-test-parent.lo -MD -MP -MF 
".deps/gw-test-parent.Tpo" -c -o gw-test-parent.lo gw-test-parent.c; \
then mv -f ".deps/gw-test-parent.Tpo" ".deps/gw-test-parent.Plo"; else rm -f 
".deps/gw-test-parent.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../g-wrap -I../.. -I../../guile -g 
-O2 -Wall -Wmissing-prototypes -Werror -std=gnu99 -MT gw-test-parent.lo -MD 
-MP -MF .deps/gw-test-parent.Tpo -c gw-test-parent.c  -fPIC -DPIC 
-o .libs/gw-test-parent.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../g-wrap -I../.. -I../../guile -g 
-O2 -Wall -Wmissing-prototypes -Werror -std=gnu99 -MT gw-test-parent.lo -MD 
-MP -MF .deps/gw-test-parent.Tpo -c gw-test-parent.c -o gw-test-parent.o 
>/dev/null 2>&1
/bin/sh ../../libtool --tag=CC --mode=link gcc   -g -O2 -Wall 
-Wmissing-prototypes -Werror -std=gnu99   -o libgw-guile-test-parent.la  
-rpath /usr/local/lib -module  
gw-test-parent.lo ../../test/libg-wrap-test-c-code.la ../g-wrap/libgwrap-guile-runtime.la ../../g-wrap/libgwrap-core-runtime.la 
-L/usr/lib64 -lguile -lguile-ltdl -lcrypt -lm 
gcc -shared  .libs/gw-test-parent.o  -Wl,--rpath 
-Wl,/home/bernard/downloads/g-wrap-1.9.6/test/.libs -Wl,--rpath 
-Wl,/home/bernard/downloads/g-wrap-1.9.6/guile/g-wrap/.libs -Wl,--rpath 
-Wl,/home/bernard/downloads/g-wrap-1.9.6/g-wrap/.libs ../../test/.libs/libg-wrap-test-c-code.so ../g-wrap/.libs/libgwrap-guile-runtime.so ../../g-wrap/.libs/libgwrap-core-runtime.so 
-L/usr/lib64 /usr/lib64/libguile.so /usr/lib64/libguile-ltdl.so -lcrypt -lm  
-Wl,-soname -Wl,libgw-guile-test-parent.so.0 
-o .libs/libgw-guile-test-parent.so.0.0.0
(cd .libs && rm -f libgw-guile-test-parent.so.0 && ln -s 
libgw-guile-test-parent.so.0.0.0 libgw-guile-test-parent.so.0)
(cd .libs && rm -f libgw-guile-test-parent.so && ln -s 
libgw-guile-test-parent.so.0.0.0 libgw-guile-test-parent.so)
ar cru .libs/libgw-guile-test-parent.a  gw-test-parent.o
ranlib .libs/libgw-guile-test-parent.a
creating libgw-guile-test-parent.la
(cd .libs && rm -f libgw-guile-test-parent.la && ln 
-s ../libgw-guile-test-parent.la libgw-guile-test-parent.la)
LD_LIBRARY_PATH=/home/bernard/downloads/g-wrap-1.9.6/guile/test/..: \
guile  -c  \
  "(set! %load-path (append '(\"../../guile\" \"../../guile\" \"../..\" 
\"../../lib\") %load-path))"" \
  (use-modules (g-wrap)) \
  (use-modules (guile test guile-test-child-spec)) \
  (generate-wrapset 'guile 'test-child \"gw-test-child\")"

Some deprecated features have been used.  Set the environment
variable GUILE_WARN_DEPRECATED to "detailed" and rerun the
program to get more information.  Set it to "no" to suppress
this message.
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../.. -I../../g-wrap  -I../.. -I../../guile    -g -O2 -Wall 
-Wmissing-prototypes -Werror -std=gnu99 -MT gw-test-child.lo -MD -MP -MF 
".deps/gw-test-child.Tpo" -c -o gw-test-child.lo gw-test-child.c; \
then mv -f ".deps/gw-test-child.Tpo" ".deps/gw-test-child.Plo"; else rm -f 
".deps/gw-test-child.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../g-wrap -I../.. -I../../guile -g 
-O2 -Wall -Wmissing-prototypes -Werror -std=gnu99 -MT gw-test-child.lo -MD 
-MP -MF .deps/gw-test-child.Tpo -c gw-test-child.c  -fPIC -DPIC 
-o .libs/gw-test-child.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../g-wrap -I../.. -I../../guile -g 
-O2 -Wall -Wmissing-prototypes -Werror -std=gnu99 -MT gw-test-child.lo -MD 
-MP -MF .deps/gw-test-child.Tpo -c gw-test-child.c -o gw-test-child.o 
>/dev/null 2>&1
/bin/sh ../../libtool --tag=CC --mode=link gcc   -g -O2 -Wall 
-Wmissing-prototypes -Werror -std=gnu99   -o libgw-guile-test-child.la  
-rpath /usr/local/lib -module 
gw-test-child.lo ../../test/libg-wrap-test-c-code.la ../g-wrap/libgwrap-guile-runtime.la ../../g-wrap/libgwrap-core-runtime.la 
-L/usr/lib64 -lguile -lguile-ltdl -lcrypt -lm 
gcc -shared  .libs/gw-test-child.o  -Wl,--rpath 
-Wl,/home/bernard/downloads/g-wrap-1.9.6/test/.libs -Wl,--rpath 
-Wl,/home/bernard/downloads/g-wrap-1.9.6/guile/g-wrap/.libs -Wl,--rpath 
-Wl,/home/bernard/downloads/g-wrap-1.9.6/g-wrap/.libs ../../test/.libs/libg-wrap-test-c-code.so ../g-wrap/.libs/libgwrap-guile-runtime.so ../../g-wrap/.libs/libgwrap-core-runtime.so 
-L/usr/lib64 /usr/lib64/libguile.so /usr/lib64/libguile-ltdl.so -lcrypt -lm  
-Wl,-soname -Wl,libgw-guile-test-child.so.0 
-o .libs/libgw-guile-test-child.so.0.0.0
(cd .libs && rm -f libgw-guile-test-child.so.0 && ln -s 
libgw-guile-test-child.so.0.0.0 libgw-guile-test-child.so.0)
(cd .libs && rm -f libgw-guile-test-child.so && ln -s 
libgw-guile-test-child.so.0.0.0 libgw-guile-test-child.so)
ar cru .libs/libgw-guile-test-child.a  gw-test-child.o
ranlib .libs/libgw-guile-test-child.a
creating libgw-guile-test-child.la
(cd .libs && rm -f libgw-guile-test-child.la && ln 
-s ../libgw-guile-test-child.la libgw-guile-test-child.la)
LD_LIBRARY_PATH=/home/bernard/downloads/g-wrap-1.9.6/guile/test/..: \
guile  -c  \
  "(set! %load-path (append '(\"../../guile\" \"../../guile\" \"../..\" 
\"../../lib\") %load-path))"" \
  (use-modules (g-wrap compat)) \
  (use-modules (guile test guile-test-compat-spec)) \
  (gw:generate-wrapset \"gw-test-compat\")"

Some deprecated features have been used.  Set the environment
variable GUILE_WARN_DEPRECATED to "detailed" and rerun the
program to get more information.  Set it to "no" to suppress
this message.
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../.. -I../../g-wrap  -I../.. -I../../guile    -g -O2 -Wall 
-Wmissing-prototypes -Werror -std=gnu99 -MT gw-test-compat.lo -MD -MP -MF 
".deps/gw-test-compat.Tpo" -c -o gw-test-compat.lo gw-test-compat.c; \
then mv -f ".deps/gw-test-compat.Tpo" ".deps/gw-test-compat.Plo"; else rm -f 
".deps/gw-test-compat.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../g-wrap -I../.. -I../../guile -g 
-O2 -Wall -Wmissing-prototypes -Werror -std=gnu99 -MT gw-test-compat.lo -MD 
-MP -MF .deps/gw-test-compat.Tpo -c gw-test-compat.c  -fPIC -DPIC 
-o .libs/gw-test-compat.o
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../g-wrap -I../.. -I../../guile -g 
-O2 -Wall -Wmissing-prototypes -Werror -std=gnu99 -MT gw-test-compat.lo -MD 
-MP -MF .deps/gw-test-compat.Tpo -c gw-test-compat.c -o gw-test-compat.o 
>/dev/null 2>&1
/bin/sh ../../libtool --tag=CC --mode=link gcc   -g -O2 -Wall 
-Wmissing-prototypes -Werror -std=gnu99   -o libgw-test-compat.la  
-rpath /usr/local/lib -module 
gw-test-compat.lo ../../test/libg-wrap-test-c-code.la ../g-wrap/libgwrap-guile-runtime.la ../../g-wrap/libgwrap-core-runtime.la 
-L/usr/lib64 -lguile -lguile-ltdl -lcrypt -lm 
gcc -shared  .libs/gw-test-compat.o  -Wl,--rpath 
-Wl,/home/bernard/downloads/g-wrap-1.9.6/test/.libs -Wl,--rpath 
-Wl,/home/bernard/downloads/g-wrap-1.9.6/guile/g-wrap/.libs -Wl,--rpath 
-Wl,/home/bernard/downloads/g-wrap-1.9.6/g-wrap/.libs ../../test/.libs/libg-wrap-test-c-code.so ../g-wrap/.libs/libgwrap-guile-runtime.so ../../g-wrap/.libs/libgwrap-core-runtime.so 
-L/usr/lib64 /usr/lib64/libguile.so /usr/lib64/libguile-ltdl.so -lcrypt -lm  
-Wl,-soname -Wl,libgw-test-compat.so.0 -o .libs/libgw-test-compat.so.0.0.0
(cd .libs && rm -f libgw-test-compat.so.0 && ln -s libgw-test-compat.so.0.0.0 
libgw-test-compat.so.0)
(cd .libs && rm -f libgw-test-compat.so && ln -s libgw-test-compat.so.0.0.0 
libgw-test-compat.so)
ar cru .libs/libgw-test-compat.a  gw-test-compat.o
ranlib .libs/libgw-test-compat.a
creating libgw-test-compat.la
(cd .libs && rm -f libgw-test-compat.la && ln -s ../libgw-test-compat.la 
libgw-test-compat.la)
make[3]: Leaving directory `/home/bernard/downloads/g-wrap-1.9.6/guile/test'
make[3]: Entering directory `/home/bernard/downloads/g-wrap-1.9.6/guile'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/bernard/downloads/g-wrap-1.9.6/guile'
make[2]: Leaving directory `/home/bernard/downloads/g-wrap-1.9.6/guile'
Making all in examples
make[2]: Entering directory `/home/bernard/downloads/g-wrap-1.9.6/examples'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/bernard/downloads/g-wrap-1.9.6/examples'
Making all in doc
make[2]: Entering directory `/home/bernard/downloads/g-wrap-1.9.6/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/bernard/downloads/g-wrap-1.9.6/doc'
make[2]: Entering directory `/home/bernard/downloads/g-wrap-1.9.6'
make[2]: Leaving directory `/home/bernard/downloads/g-wrap-1.9.6'
make[1]: Leaving directory `/home/bernard/downloads/g-wrap-1.9.6'
===========
make check
Making check in lib
make[1]: Entering directory `/home/bernard/downloads/g-wrap-1.9.6/lib'
make  check-am
make[2]: Entering directory `/home/bernard/downloads/g-wrap-1.9.6/lib'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/home/bernard/downloads/g-wrap-1.9.6/lib'
make[1]: Leaving directory `/home/bernard/downloads/g-wrap-1.9.6/lib'
Making check in g-wrap
make[1]: Entering directory `/home/bernard/downloads/g-wrap-1.9.6/g-wrap'
make[1]: Leaving directory `/home/bernard/downloads/g-wrap-1.9.6/g-wrap'
Making check in test
make[1]: Entering directory `/home/bernard/downloads/g-wrap-1.9.6/test'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/bernard/downloads/g-wrap-1.9.6/test'
Making check in guile
make[1]: Entering directory `/home/bernard/downloads/g-wrap-1.9.6/guile'
Making check in g-wrap
make[2]: Entering directory 
`/home/bernard/downloads/g-wrap-1.9.6/guile/g-wrap'
Making check in .
make[3]: Entering directory 
`/home/bernard/downloads/g-wrap-1.9.6/guile/g-wrap'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/bernard/downloads/g-wrap-1.9.6/guile/g-wrap'
Making check in gw
make[3]: Entering directory 
`/home/bernard/downloads/g-wrap-1.9.6/guile/g-wrap/gw'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory 
`/home/bernard/downloads/g-wrap-1.9.6/guile/g-wrap/gw'
make[2]: Leaving directory `/home/bernard/downloads/g-wrap-1.9.6/guile/g-wrap'
Making check in test
make[2]: Entering directory `/home/bernard/downloads/g-wrap-1.9.6/guile/test'
make  guile-test-env test-standard test-enumeration test-wct test-compat
make[3]: Entering directory `/home/bernard/downloads/g-wrap-1.9.6/guile/test'
make[3]: Nothing to be done for `guile-test-env'.
make[3]: Nothing to be done for `test-standard'.
make[3]: Nothing to be done for `test-enumeration'.
make[3]: Nothing to be done for `test-wct'.
make[3]: Nothing to be done for `test-compat'.
make[3]: Leaving directory `/home/bernard/downloads/g-wrap-1.9.6/guile/test'
make  check-TESTS
make[3]: Entering directory `/home/bernard/downloads/g-wrap-1.9.6/guile/test'
ERROR: no code for module (unit-test)
FAIL: test-standard
ERROR: no code for module (unit-test)
FAIL: test-enumeration
ERROR: no code for module (unit-test)
FAIL: test-wct
ERROR: no code for module (unit-test)
FAIL: test-compat
===================
4 of 4 tests failed
===================
make[3]: *** [check-TESTS] Error 1
make[3]: Leaving directory `/home/bernard/downloads/g-wrap-1.9.6/guile/test'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/home/bernard/downloads/g-wrap-1.9.6/guile/test'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/home/bernard/downloads/g-wrap-1.9.6/guile'
make: *** [check-recursive] Error 1


More information about the gnucash-devel mailing list