Hi, I'm trying to follow this guide: http://gtkmm.org/docs/gtkmm-2.4/docs/tutorial/html/chapter-wrapping-c-libraries.html
checking out: $ svn co svn://svn.gnome.org/svn/gnomemm/libgdamm/trunk libsomethingmm I get these errors - it seems like something is missing: ------ [EMAIL PROTECTED] ~/tmp/libgdamm $ aclocal /usr/share/aclocal/gtkglextmm-1.0.m4:11: warning: underquoted definition of AM_PATH_GTKGLEXTMM_1_0 /usr/share/aclocal/gtkglextmm-1.0.m4:11: run info '(automake)Extending aclocal' /usr/share/aclocal/gtkglextmm-1.0.m4:11: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal [EMAIL PROTECTED] ~/tmp/libgdamm $ automake -a configure.in:96: required file `scripts/ltmain.sh' not found docs/reference/Makefile.am:37: <D: non-POSIX variable name docs/reference/Makefile.am:48: <D: non-POSIX variable name examples/Makefile.am_fragment:10: strip $(all_includes: non-POSIX variable name examples/Makefile.am_fragment:10: (probably a GNU make extension) examples/introspection/Makefile.am:1: `examples/Makefile.am_fragment' included from here examples/Makefile.am_fragment:10: strip $(all_includes: non-POSIX variable name examples/Makefile.am_fragment:10: (probably a GNU make extension) examples/list_data_sources/Makefile.am:1: `examples/Makefile.am_fragment' included from here examples/Makefile.am_fragment:10: strip $(all_includes: non-POSIX variable name examples/Makefile.am_fragment:10: (probably a GNU make extension) examples/simple/Makefile.am:1: `examples/Makefile.am_fragment' included from here examples/Makefile.am_fragment:10: strip $(all_includes: non-POSIX variable name examples/Makefile.am_fragment:10: (probably a GNU make extension) examples/simple_iter/Makefile.am:1: `examples/Makefile.am_fragment' included from here build_shared/Makefile_build.am_fragment:40: strip $(all_includes: non-POSIX variable name build_shared/Makefile_build.am_fragment:40: (probably a GNU make extension) libgda/libgdamm/Makefile.am:17: `build_shared/Makefile_build_gensrc.am_fragment' included from here build_shared/Makefile_build_gensrc.am_fragment:26: `build_shared/Makefile_build.am_fragment' included from here build_shared/Makefile_gensrc.am_fragment:49: `%'-style pattern rules are a GNU make extension libgda/src/Makefile.am:11: `build_shared/Makefile_gensrc.am_fragment' included from here build_shared/Makefile_gensrc.am_fragment:50: notdir $*: non-POSIX variable name build_shared/Makefile_gensrc.am_fragment:50: (probably a GNU make extension) libgda/src/Makefile.am:11: `build_shared/Makefile_gensrc.am_fragment' included from here build_shared/Makefile_gensrc.am_fragment:54: patsubst %.hg,$(sublib_srcdir: non-POSIX variable name build_shared/Makefile_gensrc.am_fragment:54: (probably a GNU make extension) libgda/src/Makefile.am:11: `build_shared/Makefile_gensrc.am_fragment' included from here [EMAIL PROTECTED] ~/tmp/libgdamm $ autoheader autoheader-2.61: warning: missing template: LIBGDAMM_MAJOR_VERSION autoheader-2.61: Use AC_DEFINE([LIBGDAMM_MAJOR_VERSION], [], [Description]) autoheader-2.61: warning: missing template: LIBGDAMM_MICRO_VERSION autoheader-2.61: warning: missing template: LIBGDAMM_MINOR_VERSION autoheader-2.61: warning: missing template: LIBGDAMM_VERSION [EMAIL PROTECTED] ~/tmp/libgdamm $ autoconf [EMAIL PROTECTED] ~/tmp/libgdamm $ ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no ./configure: line 2506: syntax error near unexpected token `scripts' ./configure: line 2506: `AL_ACLOCAL_INCLUDE(scripts)' [EMAIL PROTECTED] ~/tmp/libgdamm $ ------ which result in errors... the scripts seems to be missing! Or have I not installed some prerequisites or?? Best regards, Preben Holm _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
