HI all - I'm not sure, but the output your'e getting might mean that the thing succeeded.
(Anyhow, to build Pd you also have the option to do something far simpler: cd to pd/src and make -f makefile.gnu) cheers Miller On Tue, Jun 24, 2014 at 03:50:09PM +0200, Max via Pd-list wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi list, > > trying to use the autogen.sh on Linux Mint 17, I get this: > > > ./autogen.sh > autoreconf: Entering directory `.' > autoreconf: configure.ac: not using Gettext > autoreconf: running: aclocal --force -I m4/generated -I m4 > autoreconf: configure.ac: tracing > autoreconf: configure.ac: adding subdirectory portaudio to autoreconf > autoreconf: Entering directory `portaudio' > autoreconf: configure.in: not using Gettext > autoreconf: running: aclocal --force > aclocal: warning: autoconf input should be named 'configure.ac', not > 'configure.in' > autoreconf: configure.in: tracing > autoreconf: configure.in: subdirectory bindings/cpp not present > autoreconf: running: libtoolize --copy --force > libtoolize: putting auxiliary files in `.'. > libtoolize: copying file `./ltmain.sh' > libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to > configure.in and > libtoolize: rerunning libtoolize, to keep the correct libtool macros > in-tree. > libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. > aclocal: warning: autoconf input should be named 'configure.ac', not > 'configure.in' > autoreconf: running: /usr/bin/autoconf --force > autoreconf: configure.in: not using Autoheader > autoreconf: configure.in: not using Automake > autoreconf: Leaving directory `portaudio' > libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `m4/config'. > libtoolize: copying file `m4/config/ltmain.sh' > libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4/generated'. > libtoolize: copying file `m4/generated/libtool.m4' > libtoolize: copying file `m4/generated/ltoptions.m4' > libtoolize: copying file `m4/generated/ltsugar.m4' > libtoolize: copying file `m4/generated/ltversion.m4' > libtoolize: copying file `m4/generated/lt~obsolete.m4' > autoreconf: configure.ac: not using Autoheader > autoreconf: running: automake --add-missing --copy --force-missing > configure.ac:115: warning: 'INCLUDES' is the old name for > 'AM_CPPFLAGS' (or '*_CPPFLAGS') > asio/Makefile.am:17: warning: 'INCLUDES' is the old name for > 'AM_CPPFLAGS' (or '*_CPPFLAGS') > asio/Makefile.am:21: warning: source file 'ASIOSDK2/common/asio.cpp' > is in a subdirectory, > asio/Makefile.am:21: but option 'subdir-objects' is disabled > automake: warning: possible forward-incompatibility. > automake: At least a source file is in a subdirectory, but the > 'subdir-objects' > automake: automake option hasn't been enabled. For now, the > corresponding output > automake: object file(s) will be placed in the top-level directory. > However, > automake: this behaviour will change in future Automake versions: they > will > automake: unconditionally cause object files to be placed in the same > subdirectory > automake: of the corresponding sources. > automake: You are advised to start using 'subdir-objects' option > throughout your > automake: project, to avoid future incompatibilities. > asio/Makefile.am:21: warning: source file > 'ASIOSDK2/host/asiodrivers.cpp' is in a subdirectory, > asio/Makefile.am:21: but option 'subdir-objects' is disabled > asio/Makefile.am:21: warning: source file > 'ASIOSDK2/host/pc/asiolist.cpp' is in a subdirectory, > asio/Makefile.am:21: but option 'subdir-objects' is disabled > configure.ac:115: warning: 'INCLUDES' is the old name for > 'AM_CPPFLAGS' (or '*_CPPFLAGS') > configure.ac:115: warning: 'INCLUDES' is the old name for > 'AM_CPPFLAGS' (or '*_CPPFLAGS') > configure.ac:115: warning: 'INCLUDES' is the old name for > 'AM_CPPFLAGS' (or '*_CPPFLAGS') > configure.ac:115: warning: 'INCLUDES' is the old name for > 'AM_CPPFLAGS' (or '*_CPPFLAGS') > configure.ac:115: warning: 'INCLUDES' is the old name for > 'AM_CPPFLAGS' (or '*_CPPFLAGS') > configure.ac:115: warning: 'INCLUDES' is the old name for > 'AM_CPPFLAGS' (or '*_CPPFLAGS') > configure.ac:115: warning: 'INCLUDES' is the old name for > 'AM_CPPFLAGS' (or '*_CPPFLAGS') > configure.ac:115: warning: 'INCLUDES' is the old name for > 'AM_CPPFLAGS' (or '*_CPPFLAGS') > configure.ac:115: warning: 'INCLUDES' is the old name for > 'AM_CPPFLAGS' (or '*_CPPFLAGS') > configure.ac:115: warning: 'INCLUDES' is the old name for > 'AM_CPPFLAGS' (or '*_CPPFLAGS') > configure.ac:115: warning: 'INCLUDES' is the old name for > 'AM_CPPFLAGS' (or '*_CPPFLAGS') > configure.ac:115: warning: 'INCLUDES' is the old name for > 'AM_CPPFLAGS' (or '*_CPPFLAGS') > configure.ac:115: warning: 'INCLUDES' is the old name for > 'AM_CPPFLAGS' (or '*_CPPFLAGS') > portmidi/Makefile.am:5: warning: 'INCLUDES' is the old name for > 'AM_CPPFLAGS' (or '*_CPPFLAGS') > portmidi/Makefile.am:9: warning: source file 'pm_common/pmutil.c' is > in a subdirectory, > portmidi/Makefile.am:9: but option 'subdir-objects' is disabled > portmidi/Makefile.am:9: warning: source file 'pm_common/portmidi.c' is > in a subdirectory, > portmidi/Makefile.am:9: but option 'subdir-objects' is disabled > portmidi/Makefile.am:13: warning: source file 'porttime/ptlinux.c' is > in a subdirectory, > portmidi/Makefile.am:13: but option 'subdir-objects' is disabled > portmidi/Makefile.am:13: warning: source file 'pm_linux/pmlinux.c' is > in a subdirectory, > portmidi/Makefile.am:13: but option 'subdir-objects' is disabled > portmidi/Makefile.am:13: warning: source file 'pm_linux/pmlinuxalsa.c' > is in a subdirectory, > portmidi/Makefile.am:13: but option 'subdir-objects' is disabled > portmidi/Makefile.am:20: warning: source file 'porttime/ptmacosx_cf.c' > is in a subdirectory, > portmidi/Makefile.am:20: but option 'subdir-objects' is disabled > portmidi/Makefile.am:20: warning: source file 'pm_mac/pmmac.c' is in a > subdirectory, > portmidi/Makefile.am:20: but option 'subdir-objects' is disabled > portmidi/Makefile.am:20: warning: source file 'pm_mac/pmmacosxcm.c' is > in a subdirectory, > portmidi/Makefile.am:20: but option 'subdir-objects' is disabled > portmidi/Makefile.am:27: warning: source file 'porttime/porttime.c' is > in a subdirectory, > portmidi/Makefile.am:27: but option 'subdir-objects' is disabled > portmidi/Makefile.am:27: warning: source file 'porttime/ptwinmm.c' is > in a subdirectory, > portmidi/Makefile.am:27: but option 'subdir-objects' is disabled > portmidi/Makefile.am:27: warning: source file 'pm_win/pmwin.c' is in a > subdirectory, > portmidi/Makefile.am:27: but option 'subdir-objects' is disabled > portmidi/Makefile.am:27: warning: source file 'pm_win/pmwinmm.c' is in > a subdirectory, > portmidi/Makefile.am:27: but option 'subdir-objects' is disabled > src/Makefile.am:10: warning: 'INCLUDES' is the old name for > 'AM_CPPFLAGS' (or '*_CPPFLAGS') > configure.ac:115: warning: 'INCLUDES' is the old name for > 'AM_CPPFLAGS' (or '*_CPPFLAGS') > autoreconf: Leaving directory `.' > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1 > Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ > > iEYEARECAAYFAlOpghEACgkQ3EB7kzgMM6I/PACeOaAkOFJKfe75raHcpyxoYcTi > Qq4AniO/U/1WmimyhT0DF5jcESW7Rrg6 > =pLMA > -----END PGP SIGNATURE----- > > _______________________________________________ > [email protected] mailing list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
