compile problem with latest CVS

Yannick LE NY y-le-ny@ifrance.com
Sat, 28 Oct 2000 20:44:44 +0000


When I compile the latest CVS 20001028,
I have this error with libXML-1.7.3
on Mandrake-7.0:
any ideas?
Thanks

Yannick

gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -g -O2 -Wall -Wunused
-Wmissing-prototypes -Wmissing-declarations -Wa ll
-Werror-implicit-function-declaration -I/usr/lib/glib/include
-I/usr/include/gnome-xml -Wp,-MD,.deps/io-gnc xml-w.pp -c  -fPIC -DPIC
io-gncxml-w.c -o .libs/io-gncxml-w.lo io-gncxml-w.c: In function
`xml_add_str': io-gncxml-w.c:41: implicit declaration of function
`xmlNewTextChild' io-gncxml-w.c:41: warning: assignment makes pointer
from
integer without a cast io-gncxml-w.c: In function `xml_add_gint64':
io-gncxml-w.c:65: warning: assignment makes pointer from integer without

a
cast io-gncxml-w.c: In function `xml_add_double': io-gncxml-w.c:95:
warning:
initialization makes pointer from integer without a cast io-gncxml-w.c:
In
function `xml_add_gnc_numeric': io-gncxml-w.c:119: warning: assignment
makes
pointer from integer without a cast io-gncxml-w.c: In function
`xml_add_guid':
io-gncxml-w.c:145: warning: assignment makes pointer from integer
without a cast
io-gncxml-w.c: In function `xml_add_editable_timespec':
io-gncxml-w.c:179: warning: assignment makes pointer from integer
without a cast
io-gncxml-w.c:182: warning: assignment makes pointer from integer
without a cast
io-gncxml-w.c:190: warning: assignment makes pointer from integer
without a cast
io-gncxml-w.c: In function `xml_add_commodity_ref':
io-gncxml-w.c:207: warning: assignment makes pointer from integer
without a cast
io-gncxml-w.c:211: warning: initialization makes pointer from integer
without a cast
io-gncxml-w.c:234: warning: assignment makes pointer from integer
without a cast
io-gncxml-w.c:237: warning: assignment makes pointer from integer
without a cast
io-gncxml-w.c: In function `xml_add_binary':
io-gncxml-w.c:326: warning: assignment makes pointer from integer
without a cast
io-gncxml-w.c:348: warning: assignment makes pointer from integer
without a cast
io-gncxml-w.c:358: warning: assignment makes pointer from integer
without a cast
io-gncxml-w.c: In function `xml_add_kvp_glist':
io-gncxml-w.c:384: warning: assignment makes pointer from integer
without a cast
io-gncxml-w.c: In function `xml_add_kvp_slot':
io-gncxml-w.c:451: warning: assignment makes pointer from integer
without a cast
io-gncxml-w.c:454: warning: assignment makes pointer from integer
without a cast
io-gncxml-w.c: In function `xml_add_transaction_split':
io-gncxml-w.c:511: warning: assignment makes pointer from integer
without a cast
io-gncxml-w.c: In function `xml_add_txn_restore':
io-gncxml-w.c:599: warning: assignment makes pointer from integer
without a cast
io-gncxml-w.c:602: warning: assignment makes pointer from integer
without a cast
io-gncxml-w.c: In function `xml_add_account_restorer':
io-gncxml-w.c:663: warning: assignment makes pointer from integer
without a cast
io-gncxml-w.c:666: warning: assignment makes pointer from integer
without a cast
io-gncxml-w.c:698: warning: initialization makes pointer from integer
without a cast
io-gncxml-w.c: In function `gncxml_write':
io-gncxml-w.c:747: structure has no member named `xmlRootNode'
io-gncxml-w.c:749: structure has no member named `xmlRootNode'
io-gncxml-w.c:749: warning: assignment makes pointer from integer
without a cast
io-gncxml-w.c:755: structure has no member named `xmlRootNode'
io-gncxml-w.c:755: warning: assignment makes pointer from integer
without a cast
make[4]: *** [io-gncxml-w.lo] Error 1
make[4]: Leaving directory `/projet/gnucash/src/engine'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/projet/gnucash/src/engine'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/projet/gnucash/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/projet/gnucash'
make: *** [all-recursive-am] Error 2
[root@localhost gnucash]#


autogen message:

[root@localhost gnucash]# ./autogen.sh
**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`./autogen.sh' command line.

processing .
deletefiles is  macros/gnome-gettext.m4
Creating ./aclocal.m4 ...
Running gettextize...  Ignore non-fatal messages.
You should update your own `aclocal.m4' by adding the necessary
macro packages gettext.m4, lcmessage.m4 and progtest.m4 from
the directory `/aclocal'
Making ./aclocal.m4 writable ...
Running libtoolize...
You should add the contents of `/usr/share/aclocal/libtool.m4' to
`aclocal.m4'.
Running aclocal  -I macros ...
Running autoheader...
Running automake --gnu  ...
automake: configure.in: installing `./install-sh'
automake: Makefile.am: installing `./INSTALL'
automake: Makefile.am: installing `./COPYING'
Running autoconf ...
configure.in:41: warning: AC_TRY_RUN called without default to allow
cross compiling
Running ./configure --enable-maintainer-mode --enable-compile-warnings
...
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking host system type... i586-pc-linux-gnu
checking whether to enable maintainer-specific portions of Makefiles...
yes
checking for a BSD compatible install... /usr/bin/install -c
checking for gcc... gcc
checking whether the C compiler (gcc   ) works... yes
checking whether the C compiler (gcc   ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking build system type... i586-pc-linux-gnu
checking for ranlib... ranlib
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
updating cache ./config.cache
checking for object suffix... o
checking for executable suffix... 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 if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking if gcc static flag -static works... -static
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the linker (/usr/bin/ld) supports shared libraries...
yes
checking command to parse /usr/bin/nm -B output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/bin/ld option to reload object files... -r
checking dynamic linker characteristics... Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
loading cache ./config.cache
checking for POSIXized ISC... no
checking whether byte ordering is bigendian... no
checking whether make sets ${MAKE}... (cached) yes
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for limits.h... yes
checking for ieeefp.h... no
checking for stpcpy... yes
checking for memcpy... yes
checking for glib-config... /usr/bin/glib-config
checking for GLIB - version >= 0.99.7... yes
checking for gnome-config... /usr/bin/gnome-config
checking if /usr/bin/gnome-config works... yes
checking for orbit-config... /usr/bin/orbit-config
checking for orbit-idl... /usr/bin/orbit-idl
checking for working ORBit environment... yes
checking for gnorba libraries... yes
checking what warning flags to pass to the C compiler... -Wall -Wunused
-Wmissing-prototypes -Wmissing-declara
tions
checking what language compliance flags to pass to the C compiler...
checking for gdk-pixbuf-config... /usr/bin/gdk-pixbuf-config
checking for GDK_PIXBUF - version >= 0.2.5... yes
checking for qt_null in -lqthreads... no
checking for qt_null in -lqt... no
checking for main in -ltermcap... yes
checking for main in -lreadline... yes
checking for guile-config... yes
checking whether guile-config works... yes
checking for sin in -lm... yes
checking for guile libraries... -L/usr/lib -lguile -ldl -lm
checking for guile headers... -I/usr/include
checking whether guile works... yes
checking for gnome-config... (cached) /usr/bin/gnome-config
checking for GNOME-PRINT - version >= 0.1.0... yes
checking for gnome-config... (cached) /usr/bin/gnome-config
checking for xmlNewDoc in -lxml... yes
checking for working const... yes
checking for inline... inline
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for unistd.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for argz.h... yes
checking for limits.h... (cached) yes
checking for locale.h... yes
checking for nl_types.h... yes
checking for malloc.h... yes
checking for string.h... yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getcwd... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for strchr... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for LC_MESSAGES... yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for libintl.h... yes
checking for gettext in libc... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed...  de en_GB es fr it ja ru sv
checking for glade... /usr/bin/glade
checking for perl... /usr/bin/perl
checking for swig... /usr/bin/swig
checking for gtk_html_new in -lgtkhtml... yes
checking for g-wrap-config... /usr/bin/g-wrap-config
checking for g-wrap... /usr/bin/g-wrap
updating cache ./config.cache
creating ./config.status
creating Makefile
creating debian/Makefile
creating doc/Makefile
creating doc/examples/Makefile
creating doc/html/Makefile
creating doc/html/fr/Makefile
creating doc/html/fr/image/Makefile
creating doc/sgml/Makefile
creating doc/sgml/C/Makefile
creating doc/sgml/C/image/Makefile
creating intl/Makefile
creating lib/Makefile
creating macros/Makefile
creating po/Makefile.in
creating rpm/Makefile
creating src/Makefile
creating src/calculation/Makefile
creating src/doc/Makefile
creating src/doc/design/Makefile
creating src/engine/Makefile
creating src/engine/sql/Makefile
creating src/experimental/Makefile
creating src/experimental/cbb/Makefile
creating src/experimental/cbb/cbb-engine/Makefile
creating src/experimental/gg/Makefile
creating src/experimental/ofx/Makefile
creating src/experimental/ofx/dtd/Makefile
creating src/experimental/ofx/explore/Makefile
creating src/experimental/ofx/parser/Makefile
creating src/gnome/Makefile
creating src/guile/Makefile
creating src/optional/Makefile
creating src/optional/swig/Makefile
creating src/pixmaps/Makefile
creating src/quotes/Makefile
creating src/register/Makefile
creating src/register/gnome/Makefile
creating src/scm/Makefile
creating src/scm/gnumeric/Makefile
creating src/scm/printing/Makefile
creating src/scm/qif-import/Makefile
creating src/scm/report/Makefile
creating src/scm/srfi/Makefile
creating config.h





 
______________________________________________________________________________
Vous avez un site perso ?
2 millions de francs à gagner sur i(france) !
Webmasters : ZE CONCOURS ! http://www.ifrance.com/_reloc/concours.emailif