Hi, today I try to compile gnucash on a opensuse 10.3 system. first I do: svn checkout http://svn.gnucash.org/repo/gnucash/trunk gnucash
=========================== svn info gnucash Pfad: gnucash URL: http://svn.gnucash.org/repo/gnucash/trunk Basis des Projektarchivs: http://svn.gnucash.org/repo UUID des Projektarchivs: 57a11ea4-9604-0410-9ed3-97b8803252fd Revision: 16855 Knotentyp: Verzeichnis Plan: normal Letzter Autor: andi5 Letzte geänderte Rev: 16854 Letztes Änderungsdatum: 2008-01-13 13:46:28 +0100 (So, 13 Jan 2008) ============================ second: ./autogen.sh runs without any warning / error and then third: ./configure --enable-compile-warnings fails with this output: checking for guile libraries... -pthread -lguile -lltdl -lgmp -lcrypt -lm -lltdl checking for guile headers... -pthread checking whether guile works... yes checking for guile... /usr/bin/guile checking for guile - 1.6.0 <= version < 99.99.99... yes: 1.8.3 checking for guile - 1.8.0 <= version < 99.99.99... yes: 1.8.3 checking for SLIB support... yes checking if guile long_long is at least as big as gint64... yes checking for scm_long_long2num in -lguile... yes checking if unsigned long is at least as big as guint32... yes checking if guile needs our copy of srfi-1... no checking if guile needs our copy of srfi-11... no checking if guile needs our copy of srfi-19... no checking if guile needs our copy of srfi-2... no checking if guile needs our copy of srfi-8... no checking if guile needs our copy of srfi-9... no checking if guile needs our copy of (guile www)... ./configure: line 26794: syntax error near unexpected token `gnc_have_guile_www,' Do I miss something or is there a problem with the sources? Do you need some more informations? cheers Johannes _______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
