Problem compiling g-wrap

Chris Hogan hoganc_26 at yahoo.ca
Tue Mar 18 19:54:18 CST 2003


Hi,

I've been working for some time to get GnuCash installed from source...
but it's not there just yet.  I've successfully installed Guile 1.6.1,
SLIB 2d5, and gotten through most of my obstacles so far with g-wrap
(thanks to this list and from reading the archives)... but I can't get
around this one. Below is what I get from doing a `make` (after a
successful `./configure` and `make clean`).  It seems that make has
trouble finding the necessary header files when trying to compile
gw-test-glib.lo. Upon inspection, this makes sense as the desired
headers files exist in the `../g-wrap` directory, which is not covered
in the search path.  Am I right in my diagnosis of the problem?  How
should I resolve this?  (Side note, I'm running RedHat 8.1 and I've
gotten all of my source code from the GnuCash web site).

Another (related) question... what is the meaning of 

cc1: warning: changing search order for system directory XXXXXX 
cc1: warning:   as it has already been specified as a non-system
directory

I have seen this many times while I've been working on getting GnuCash
installed... though I do not understand what causes it nor it's
importance.

TIA,

 - Chris



[root at localhost g-wrap-1.3.4]# make
make  all-recursive
make[1]: Entering directory `/root/Temp/g-wrap-1.3.4'
Making all in doc
make[2]: Entering directory `/root/Temp/g-wrap-1.3.4/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/Temp/g-wrap-1.3.4/doc'
Making all in rpm
make[2]: Entering directory `/root/Temp/g-wrap-1.3.4/rpm'
rm -f spec.tmp
sed < spec.in > spec.tmp \
            -e
's:@-GW_RTLIB_VER-@:@GW_RUNTIME_GUILE_INTERFACE_MAJOR_VER at .@GW_RUNTIME_GUILE_INTERFACE_REVISION at .@GW_RUNTIME_GUILE_INTERFACE_AGE@:' \
            -e
's:@-GW_RTLIB_MAJ-@:@GW_RUNTIME_GUILE_INTERFACE_MAJOR_VER@:' \
            -e 's:@-VERSION-@:1.3.4:'
mv spec.tmp spec
make[2]: Leaving directory `/root/Temp/g-wrap-1.3.4/rpm'
Making all in bin
make[2]: Entering directory `/root/Temp/g-wrap-1.3.4/bin'
rm -f g-wrap-config.tmp
sed < g-wrap-config.in > g-wrap-config.tmp \
    -e 's:@-GUILE-@:/usr/local/bin/guile:' \
    -e 's:@-VERSION-@:1.3.4:' \
    -e 's:@-libdir-@:/usr/local/lib:' \
    -e 's:@-includedir-@:/usr/local/include:' \
    -e 's:@-GUILE_MODULE_DIR-@:/usr/local/share/guile:'
chmod +x g-wrap-config.tmp
mv g-wrap-config.tmp g-wrap-config
make[2]: Leaving directory `/root/Temp/g-wrap-1.3.4/bin'
Making all in g-wrap
make[2]: Entering directory `/root/Temp/g-wrap-1.3.4/g-wrap'
guile -c \
          "(set! %load-path (cons \"/root/Temp/g-wrap-1.3.4/g-wrap/..\"
%load-path))""(debug-enable 'backtrace) \
                        (debug-enable 'debug) \
                        (read-enable 'positions) \
                        (use-modules (g-wrap)) \
                        (use-modules (g-wrap gw-standard-spec)) \
                        (gw:generate-wrapset \"gw-standard\")"
add-ws-t gw-standard #<output: gw-standard.c 3>
gw:global-declarations-ccg
 for-parent gw-standard
add-ws-t gw-standard #<output: gw-standard.c 3>
gw:global-definitions-ccg
 for-parent gw-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 --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I..     -I/usr/include/glib-1.2 -I/usr/lib/glib/include -g -O2
-I/usr/local/include -MT gw-standard.lo -MD -MP -MF
".deps/gw-standard.Tpo" \
  -c -o gw-standard.lo `test -f 'gw-standard.c' || echo
'./'`gw-standard.c; \
then mv ".deps/gw-standard.Tpo" ".deps/gw-standard.Plo"; \
else rm -f ".deps/gw-standard.Tpo"; exit 1; \
fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/glib-1.2
-I/usr/lib/glib/include -g -O2 -I/usr/local/include -MT gw-standard.lo
-MD -MP -MF .deps/gw-standard.Tpo -c gw-standard.c  -fPIC -DPIC -o
.libs/gw-standard.lo
cc1: warning: changing search order for system directory
"/usr/local/include"
cc1: warning:   as it has already been specified as a non-system
directory
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/glib-1.2
-I/usr/lib/glib/include -g -O2 -I/usr/local/include -MT gw-standard.lo
-MD -MP -MF .deps/gw-standard.Tpo -c gw-standard.c -o gw-standard.o
>/dev/null 2>&1
mv -f .libs/gw-standard.lo gw-standard.lo
/bin/sh ../libtool --mode=link gcc  -I/usr/include/glib-1.2
-I/usr/lib/glib/include -g -O2 -I/usr/local/include   -o
libgw-standard.la -rpath /usr/local/lib -rpath /usr/local/lib -module
-export-dynamic -L/usr/local/lib -lguile -lguile-ltdl -lcrypt -lm
gw-standard.lo
rm -fr .libs/libgw-standard.la .libs/libgw-standard.*
.libs/libgw-standard.*
gcc -shared  gw-standard.lo  -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath
-Wl,/usr/local/lib  -L/usr/local/lib /usr/local/lib/libguile.so
/usr/local/lib/libguile-ltdl.so -lcrypt -lm  -Wl,-soname
-Wl,libgw-standard.so.0 -o .libs/libgw-standard.so.0.0.0
(cd .libs && rm -f libgw-standard.so.0 && ln -s libgw-standard.so.0.0.0
libgw-standard.so.0)
(cd .libs && rm -f libgw-standard.so && ln -s libgw-standard.so.0.0.0
libgw-standard.so)
ar cru .libs/libgw-standard.a  gw-standard.o
ranlib .libs/libgw-standard.a
creating libgw-standard.la
(cd .libs && rm -f libgw-standard.la && ln -s ../libgw-standard.la
libgw-standard.la)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I..     -I/usr/include/glib-1.2 -I/usr/lib/glib/include -g -O2
-I/usr/local/include -MT g-wrap-wct.lo -MD -MP -MF
".deps/g-wrap-wct.Tpo" \
  -c -o g-wrap-wct.lo `test -f 'g-wrap-wct.c' || echo './'`g-wrap-wct.c;
\
then mv ".deps/g-wrap-wct.Tpo" ".deps/g-wrap-wct.Plo"; \
else rm -f ".deps/g-wrap-wct.Tpo"; exit 1; \
fi
rm -f .libs/g-wrap-wct.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/glib-1.2
-I/usr/lib/glib/include -g -O2 -I/usr/local/include -MT g-wrap-wct.lo
-MD -MP -MF .deps/g-wrap-wct.Tpo -c g-wrap-wct.c  -fPIC -DPIC -o
.libs/g-wrap-wct.lo
cc1: warning: changing search order for system directory
"/usr/local/include"
cc1: warning:   as it has already been specified as a non-system
directory
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/glib-1.2
-I/usr/lib/glib/include -g -O2 -I/usr/local/include -MT g-wrap-wct.lo
-MD -MP -MF .deps/g-wrap-wct.Tpo -c g-wrap-wct.c -o g-wrap-wct.o
>/dev/null 2>&1
mv -f .libs/g-wrap-wct.lo g-wrap-wct.lo
/bin/sh ../libtool --mode=link gcc  -I/usr/include/glib-1.2
-I/usr/lib/glib/include -g -O2 -I/usr/local/include   -o libgwrap-wct.la
-rpath /usr/local/lib -rpath /usr/local/lib -version-info 1:0:0
g-wrap-wct.lo -L/usr/local/lib -lguile -lguile-ltdl -lcrypt -lm
rm -fr .libs/libgwrap-wct.la .libs/libgwrap-wct.* .libs/libgwrap-wct.*
gcc -shared  g-wrap-wct.lo  -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath
-Wl,/usr/local/lib  -L/usr/local/lib /usr/local/lib/libguile.so
/usr/local/lib/libguile-ltdl.so -lcrypt -lm  -Wl,-soname
-Wl,libgwrap-wct.so.1
-o .libs/libgwrap-wct.so.1.0.0
(cd .libs && rm -f libgwrap-wct.so.1 && ln -s libgwrap-wct.so.1.0.0
libgwrap-wct.so.1)
(cd .libs && rm -f libgwrap-wct.so && ln -s libgwrap-wct.so.1.0.0
libgwrap-wct.so)
ar cru .libs/libgwrap-wct.a  g-wrap-wct.o
ranlib .libs/libgwrap-wct.a
creating libgwrap-wct.la
(cd .libs && rm -f libgwrap-wct.la && ln -s ../libgwrap-wct.la
libgwrap-wct.la)
guile -c \
          "(set! %load-path (cons \"/root/Temp/g-wrap-1.3.4/g-wrap/..\"
%load-path))""(debug-enable 'backtrace) \
                        (debug-enable 'debug) \
                        (read-enable 'positions) \
                        (use-modules (g-wrap)) \
                        (use-modules (g-wrap gw-wct-spec)) \
                        (gw:generate-wrapset \"gw-wct\")"
add-ws-t gw-wct #<output: gw-wct.c 3> gw:global-declarations-ccg
 for-client gw-standard gw-wct
 for-parent gw-wct
add-ws-t gw-wct #<output: gw-wct.c 3> gw:global-definitions-ccg
 for-client gw-standard gw-wct
 for-parent gw-wct

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 --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I..     -I/usr/include/glib-1.2 -I/usr/lib/glib/include -g -O2
-I/usr/local/include -MT gw-wct.lo -MD -MP -MF ".deps/gw-wct.Tpo" \
  -c -o gw-wct.lo `test -f 'gw-wct.c' || echo './'`gw-wct.c; \
then mv ".deps/gw-wct.Tpo" ".deps/gw-wct.Plo"; \
else rm -f ".deps/gw-wct.Tpo"; exit 1; \
fi
rm -f .libs/gw-wct.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/glib-1.2
-I/usr/lib/glib/include -g -O2 -I/usr/local/include -MT gw-wct.lo -MD
-MP -MF .deps/gw-wct.Tpo -c gw-wct.c  -fPIC -DPIC -o .libs/gw-wct.lo
cc1: warning: changing search order for system directory
"/usr/local/include"
cc1: warning:   as it has already been specified as a non-system
directory
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/glib-1.2
-I/usr/lib/glib/include -g -O2 -I/usr/local/include -MT gw-wct.lo -MD
-MP -MF .deps/gw-wct.Tpo -c gw-wct.c -o gw-wct.o >/dev/null 2>&1
mv -f .libs/gw-wct.lo gw-wct.lo
/bin/sh ../libtool --mode=link gcc  -I/usr/include/glib-1.2
-I/usr/lib/glib/include -g -O2 -I/usr/local/include   -o libgw-wct.la
-rpath /usr/local/lib -rpath /usr/local/lib -module -export-dynamic
-L/usr/local/lib -lguile -lguile-ltdl -lcrypt -lm gw-wct.lo
libgwrap-wct.la
rm -fr .libs/libgw-wct.la .libs/libgw-wct.* .libs/libgw-wct.*
gcc -shared  gw-wct.lo  -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath
-Wl,/root/Temp/g-wrap-1.3.4/g-wrap/.libs -Wl,--rpath -Wl,/usr/local/lib 
-L/usr/local/lib /usr/local/lib/libguile.so
/usr/local/lib/libguile-ltdl.so -lcrypt -lm ./.libs/libgwrap-wct.so  
-Wl,-soname -Wl,libgw-wct.so.0 -o .libs/libgw-wct.so.0.0.0
(cd .libs && rm -f libgw-wct.so.0 && ln -s libgw-wct.so.0.0.0
libgw-wct.so.0)
(cd .libs && rm -f libgw-wct.so && ln -s libgw-wct.so.0.0.0
libgw-wct.so)
ar cru .libs/libgw-wct.a  gw-wct.o
ranlib .libs/libgw-wct.a
creating libgw-wct.la
(cd .libs && rm -f libgw-wct.la && ln -s ../libgw-wct.la libgw-wct.la)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I..     -I/usr/include/glib-1.2 -I/usr/lib/glib/include -g -O2
-I/usr/local/include -MT g-wrap-glib.lo -MD -MP -MF
".deps/g-wrap-glib.Tpo" \
  -c -o g-wrap-glib.lo `test -f 'g-wrap-glib.c' || echo
'./'`g-wrap-glib.c; \
then mv ".deps/g-wrap-glib.Tpo" ".deps/g-wrap-glib.Plo"; \
else rm -f ".deps/g-wrap-glib.Tpo"; exit 1; \
fi
rm -f .libs/g-wrap-glib.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/glib-1.2
-I/usr/lib/glib/include -g -O2 -I/usr/local/include -MT g-wrap-glib.lo
-MD -MP -MF .deps/g-wrap-glib.Tpo -c g-wrap-glib.c  -fPIC -DPIC -o
.libs/g-wrap-glib.lo
cc1: warning: changing search order for system directory
"/usr/local/include"
cc1: warning:   as it has already been specified as a non-system
directory
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/glib-1.2
-I/usr/lib/glib/include -g -O2 -I/usr/local/include -MT g-wrap-glib.lo
-MD -MP -MF .deps/g-wrap-glib.Tpo -c g-wrap-glib.c -o g-wrap-glib.o
>/dev/null 2>&1
mv -f .libs/g-wrap-glib.lo g-wrap-glib.lo
/bin/sh ../libtool --mode=link gcc  -I/usr/include/glib-1.2
-I/usr/lib/glib/include -g -O2 -I/usr/local/include   -o
libgwrap-glib.la -rpath /usr/local/lib -rpath /usr/local/lib
-version-info 1:0:0 g-wrap-glib.lo -L/usr/local/lib -lguile -lguile-ltdl
-lcrypt -lm
rm -fr .libs/libgwrap-glib.la .libs/libgwrap-glib.*
.libs/libgwrap-glib.*
gcc -shared  g-wrap-glib.lo  -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath
-Wl,/usr/local/lib  -L/usr/local/lib /usr/local/lib/libguile.so
/usr/local/lib/libguile-ltdl.so -lcrypt -lm  -Wl,-soname
-Wl,libgwrap-glib.so.1 -o .libs/libgwrap-glib.so.1.0.0
(cd .libs && rm -f libgwrap-glib.so.1 && ln -s libgwrap-glib.so.1.0.0
libgwrap-glib.so.1)
(cd .libs && rm -f libgwrap-glib.so && ln -s libgwrap-glib.so.1.0.0
libgwrap-glib.so)
ar cru .libs/libgwrap-glib.a  g-wrap-glib.o
ranlib .libs/libgwrap-glib.a
creating libgwrap-glib.la
(cd .libs && rm -f libgwrap-glib.la && ln -s ../libgwrap-glib.la
libgwrap-glib.la)
guile -c \
          "(set! %load-path (cons \"/root/Temp/g-wrap-1.3.4/g-wrap/..\"
%load-path))""(use-modules (g-wrap)) \
                        (use-modules (g-wrap gw-glib-spec)) \
                        (gw:generate-wrapset \"gw-glib\")"
add-ws-t gw-glib #<output: gw-glib.c 3> gw:global-declarations-ccg
 for-parent gw-glib
add-ws-t gw-glib #<output: gw-glib.c 3> gw:global-definitions-ccg
 for-parent 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 --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I..     -I/usr/include/glib-1.2 -I/usr/lib/glib/include -g -O2
-I/usr/local/include -MT gw-glib.lo -MD -MP -MF ".deps/gw-glib.Tpo" \
  -c -o gw-glib.lo `test -f 'gw-glib.c' || echo './'`gw-glib.c; \
then mv ".deps/gw-glib.Tpo" ".deps/gw-glib.Plo"; \
else rm -f ".deps/gw-glib.Tpo"; exit 1; \
fi
rm -f .libs/gw-glib.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/glib-1.2
-I/usr/lib/glib/include -g -O2 -I/usr/local/include -MT gw-glib.lo -MD
-MP -MF .deps/gw-glib.Tpo -c gw-glib.c  -fPIC -DPIC -o .libs/gw-glib.lo
cc1: warning: changing search order for system directory
"/usr/local/include"
cc1: warning:   as it has already been specified as a non-system
directory
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/glib-1.2
-I/usr/lib/glib/include -g -O2 -I/usr/local/include -MT gw-glib.lo -MD
-MP -MF .deps/gw-glib.Tpo -c gw-glib.c -o gw-glib.o >/dev/null 2>&1
mv -f .libs/gw-glib.lo gw-glib.lo
/bin/sh ../libtool --mode=link gcc  -I/usr/include/glib-1.2
-I/usr/lib/glib/include -g -O2 -I/usr/local/include   -o libgw-glib.la
-rpath /usr/local/lib -module -export-dynamic -L/usr/lib -lglib
gw-glib.lo -L/usr/local/lib -lguile -lguile-ltdl -lcrypt -lm
rm -fr .libs/libgw-glib.la .libs/libgw-glib.* .libs/libgw-glib.*
gcc -shared  gw-glib.lo  -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath
-Wl,/usr/local/lib  -L/usr/lib /usr/lib/libglib.so -L/usr/local/lib
/usr/local/lib/libguile.so /usr/local/lib/libguile-ltdl.so -lcrypt -lm 
-Wl,-soname -Wl,libgw-glib.so.0 -o .libs/libgw-glib.so.0.0.0
(cd .libs && rm -f libgw-glib.so.0 && ln -s libgw-glib.so.0.0.0
libgw-glib.so.0)
(cd .libs && rm -f libgw-glib.so && ln -s libgw-glib.so.0.0.0
libgw-glib.so)
ar cru .libs/libgw-glib.a  gw-glib.o
ranlib .libs/libgw-glib.a
creating libgw-glib.la
(cd .libs && rm -f libgw-glib.la && ln -s ../libgw-glib.la
libgw-glib.la)
if gcc -DHAVE_CONFIG_H -I. -I. -I..     -I/usr/include/glib-1.2
-I/usr/lib/glib/include -g -O2 -I/usr/local/include -MT dummy-main.o -MD
-MP -MF ".deps/dummy-main.Tpo" \
  -c -o dummy-main.o `test -f 'dummy-main.c' || echo './'`dummy-main.c;
\
then mv ".deps/dummy-main.Tpo" ".deps/dummy-main.Po"; \
else rm -f ".deps/dummy-main.Tpo"; exit 1; \
fi
cc1: warning: changing search order for system directory
"/usr/local/include"
cc1: warning:   as it has already been specified as a non-system
directory
/bin/sh ../libtool --mode=link gcc  -I/usr/include/glib-1.2
-I/usr/lib/glib/include -g -O2 -I/usr/local/include   -o
test-link-gw-wct  dummy-main.o ./libgw-wct.la
gcc -I/usr/include/glib-1.2 -I/usr/lib/glib/include -g -O2
-I/usr/local/include -o .libs/test-link-gw-wct dummy-main.o 
./.libs/libgw-wct.so -L/usr/local/lib
/root/Temp/g-wrap-1.3.4/g-wrap/.libs/libgwrap-wct.so
/usr/local/lib/libguile.so /usr/local/lib/libguile-ltdl.so -ldl -lcrypt
-lm -Wl,--rpath -Wl,/usr/local/lib
creating test-link-gw-wct
make[2]: Leaving directory `/root/Temp/g-wrap-1.3.4/g-wrap'
Making all in example
make[2]: Entering directory `/root/Temp/g-wrap-1.3.4/example'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/Temp/g-wrap-1.3.4/example'
Making all in test
make[2]: Entering directory `/root/Temp/g-wrap-1.3.4/test'
LD_LIBRARY_PATH=/root/Temp/g-wrap-1.3.4/test/..:/root/Temp/g-wrap-1.3.4/test/..: \
guile -c \
  "(debug-enable 'backtrace) \
           (debug-enable 'debug) \
           (read-enable 'positions) \
           (set! %load-path (cons \"/root/Temp/g-wrap-1.3.4/test/..\"
%load-path)) \
           (use-modules (g-wrap)) \
           (primitive-load \"./gw-test-glib-spec.scm\") \
           (gw:generate-wrapset \"gw-test-glib\")"
add-ws-t gw-test-glib #<output: gw-test-glib.c 3>
gw:global-declarations-ccg
 for-client gw-glib gw-test-glib
 for-client gw-wct gw-test-glib
 for-client gw-standard gw-test-glib
 for-parent gw-test-glib
add-ws-t gw-test-glib #<output: gw-test-glib.c 3>
gw:global-definitions-ccg
 for-client gw-glib gw-test-glib
 for-client gw-wct gw-test-glib
 for-client gw-standard gw-test-glib
 for-parent gw-test-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 --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I..     -I/usr/include/glib-1.2 -I/usr/lib/glib/include -g -O2
-I/usr/local/include -MT gw-test-glib.lo -MD -MP -MF
".deps/gw-test-glib.Tpo" \
  -c -o gw-test-glib.lo `test -f 'gw-test-glib.c' || echo
'./'`gw-test-glib.c; \
then mv ".deps/gw-test-glib.Tpo" ".deps/gw-test-glib.Plo"; \
else rm -f ".deps/gw-test-glib.Tpo"; exit 1; \
fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/glib-1.2
-I/usr/lib/glib/include -g -O2 -I/usr/local/include -MT gw-test-glib.lo
-MD -MP -MF .deps/gw-test-glib.Tpo -c gw-test-glib.c  -fPIC -DPIC -o
.libs/gw-test-glib.lo
cc1: warning: changing search order for system directory
"/usr/local/include"
cc1: warning:   as it has already been specified as a non-system
directory
gw-test-glib.c:7:34: g-wrap-compatibility.h: No such file or directory
gw-test-glib.c:11:25: g-wrap-glib.h: No such file or directory
gw-test-glib.c:12:24: g-wrap-wct.h: No such file or directory
gw-test-glib.c:16:24: g-wrap-wct.h: No such file or directory
gw-test-glib.c: In function
`gw__tmp16_gw_test_gw_glib_echo_gint64_wrapper':
gw-test-glib.c:134: warning: assignment makes pointer from integer
without a cast
gw-test-glib.c: In function
`gw__tmp26_gw_test_make_int_carrier_wrapper':
gw-test-glib.c:479: warning: assignment makes pointer from integer
without a cast
gw-test-glib.c: In function
`gw__tmp28_gw_test_destroy_int_carrier_wrapper':
gw-test-glib.c:515: warning: assignment makes pointer from integer
without a cast
gw-test-glib.c: In function
`gw__tmp30_gw_test_int_carrier_get_value_wrapper':
gw-test-glib.c:572: warning: assignment makes pointer from integer
without a cast
gw-test-glib.c: In function
`gw__tmp36_gw_test_gw_glib_echo_list_wrapper':
gw-test-glib.c:928: warning: assignment makes pointer from integer
without a cast
gw-test-glib.c:982: warning: assignment makes pointer from integer
without a cast
gw-test-glib.c: In function
`gw__tmp42_gw_test_gw_glib_echo_slist_wrapper':
gw-test-glib.c:1353: warning: assignment makes pointer from integer
without a cast
gw-test-glib.c:1407: warning: assignment makes pointer from integer
without a cast
gw-test-glib.c: In function `gw_init_wrapset_gw_test_glib':
gw-test-glib.c:1499: warning: assignment makes pointer from integer
without a cast
make[2]: *** [gw-test-glib.lo] Error 1
make[2]: Leaving directory `/root/Temp/g-wrap-1.3.4/test'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Temp/g-wrap-1.3.4'
make: *** [all] Error 2







More information about the gnucash-user mailing list