[grisbi-devel] probleme de compil

thierry maxt at free.fr
Sat Jan 1 21:52:20 CET 2011


bonjour

merci pour les reponses, voici le autogen.sh( apres un make clean et make 
distclean (que je ne connaissais pas)) :
automake and autoconf are installed
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
autoreconf: Entering directory `.'
autoreconf: configure.in: not using Gettext
autoreconf: running: aclocal --force -I m4
/usr/share/aclocal/progsreiserfs.m4:13: warning: underquoted definition of 
AC_CHECK_LIBREISERFS
/usr/share/aclocal/progsreiserfs.m4:13:   run info '(automake)Extending 
aclocal'
/usr/share/aclocal/progsreiserfs.m4:13:   or see 
http://sources.redhat.com/automake/automake.html#Extending-aclocal
autoreconf: configure.in: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
/usr/share/aclocal/progsreiserfs.m4:13: warning: underquoted definition of 
AC_CHECK_LIBREISERFS
/usr/share/aclocal/progsreiserfs.m4:13:   run info '(automake)Extending 
aclocal'
/usr/share/aclocal/progsreiserfs.m4:13:   or see 
http://sources.redhat.com/automake/automake.html#Extending-aclocal
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
autoreconf: Leaving directory `.'

The configure script was successfully created.
To compile Grisbi, please run :
        ./configure
        make
	      make install

le configure :
./configure --with-balance-estimate --prefix=/usr/local/ 
configure: WARNING: unrecognized options: --with-balance-estimate
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
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 ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for ANSI C header files... (cached) yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/i486-slackware-linux/bin/ld
checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu 
format... func_convert_file_noop
checking how to convert i686-pc-linux-gnu file names to toolchain 
format... func_convert_file_noop
checking for /usr/i486-slackware-linux/bin/ld option to reload object 
files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... gawk
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/i486-slackware-linux/bin/ld) 
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 if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gcc... gcc
checking whether we are using the GNU Objective C compiler... yes
checking whether gcc accepts -g... yes
checking for backtrace... yes
checking for a BSD-compatible install... /bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking dependency style of gcc... gcc3
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking whether NLS is requested... yes
checking for intltool >= 0.40.0... 0.40.6 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... (cached) /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.10.1
checking for XML::Parser... ok
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GRISBI... yes
checking whether GLib supports loadable modules... yes
checking for XML2... yes
checking for OPENSSL... yes
checking CUnit/Basic.h usability... no
checking CUnit/Basic.h presence... no
checking for CUnit/Basic.h... no
checking for LIBOFX... yes
checking for Mac OS X platform... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating help/Makefile
config.status: creating help/C/Makefile
config.status: creating help/de/Makefile
config.status: creating help/en/Makefile
config.status: creating help/fr/Makefile
config.status: creating pixmaps/Makefile
config.status: creating pixmaps/flags/Makefile
config.status: creating po/Makefile.in
config.status: creating share/Makefile
config.status: creating share/categories/Makefile
config.status: creating share/categories/C/Makefile
config.status: creating share/categories/fr/Makefile
config.status: creating share/categories/fr_FR/Makefile
config.status: creating share/categories/de_DE/Makefile
config.status: creating share/categories/de_AT/Makefile
config.status: creating share/categories/ru/Makefile
config.status: creating src/Makefile
config.status: creating src/tests/Makefile
config.status: creating src/plugins/gnucash/Makefile
config.status: creating src/plugins/ofx/Makefile
config.status: creating src/plugins/openssl/Makefile
config.status: creating config.h
config.status: executing libtool commands
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands
configure: WARNING: unrecognized options: --with-balance-estimate


                Build plugin support:      yes
                Build with libxml2:        yes
                Build with OpenSSL:        yes
                Build with OFX plugin:     yes
                Build ige_mac_integration: no
                CUnit/unit tests support:  no


 *** IMPORTANT ***

This is an unstable version of grisbi. It is for test purposes only.
Please, DO NOT use it in a production environment. It will probably crash 
and you will lose your data.

If you are looking for a stable release of grisbi (0.6.0), either download 
it from:
http://www.grisbi.org/download.fr.html

Thanks,
The grisbi team

 *** END OF WARNING ***
et enfin le make :
V=1 make
make  all-recursive
make[1] : on entre dans le répertoire « /home/thierry/git/grisbi »
Making all in src
make[2] : on entre dans le répertoire « /home/thierry/git/grisbi/src »
Making all in .
make[3] : on entre dans le répertoire « /home/thierry/git/grisbi/src »
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. 
 -I..   -DLOCALEDIR=\"/usr/local/share/locale\" 
-DPIXMAPS_DIR="\"/usr/local/share/pixmaps/grisbi\"" 
-DPLUGINS_DIR="\"/usr/local/lib/grisbi\"" 
-DLOGO_PATH="\"/usr/local/share/pixmaps/grisbi/grisbi-logo.png\"" 
-DDATA_PATH="\"/usr/local/share/grisbi\"" 
-DHELP_PATH="\"/usr/local/share/doc/grisbi\""   -g -O2 -MT accueil.lo -MD 
-MP -MF .deps/accueil.Tpo -c -o accueil.lo accueil.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I.. 
-DLOCALEDIR=\"/usr/local/share/locale\" 
-DPIXMAPS_DIR=\"/usr/local/share/pixmaps/grisbi\" 
-DPLUGINS_DIR=\"/usr/local/lib/grisbi\" 
-DLOGO_PATH=\"/usr/local/share/pixmaps/grisbi/grisbi-logo.png\" 
-DDATA_PATH=\"/usr/local/share/grisbi\" 
-DHELP_PATH=\"/usr/local/share/doc/grisbi\" -g -O2 -MT accueil.lo -MD -MP 
-MF .deps/accueil.Tpo -c accueil.c  -fPIC -DPIC -o .libs/accueil.o
In file included from /usr/include/asm/sigcontext.h:5:0,
                 from /usr/include/bits/sigcontext.h:28,
                 from /usr/include/signal.h:339,
                 from include.h:25,
                 from accueil.c:23:
/usr/include/linux/types.h:13:2: warning: #warning "Attempt to use kernel 
headers from user space, see http://kernelnewbies.org/KernelHeaders"
In file included from accueil.c:23:0:
include.h:31:29: fatal error: gtk/gtktextview.h: No such file or directory
compilation terminated.
make[3]: *** [accueil.lo] Erreur 1
make[3] : on quitte le répertoire « /home/thierry/git/grisbi/src »
make[2]: *** [all-recursive] Erreur 1
make[2] : on quitte le répertoire « /home/thierry/git/grisbi/src »
make[1]: *** [all-recursive] Erreur 1
make[1] : on quitte le répertoire « /home/thierry/git/grisbi »
make: *** [all] Erreur 2

je vais copier ce repertoire pour pouvoir faire des essai , puis je 
essayer de repartir sur un repertoire neuf

thierry



More information about the devel mailing list