evgenido / stomp

STOMP client library written in C
GNU Lesser General Public License v3.0
15 stars 15 forks source link

Any install instructions? #6

Open teknopaul opened 6 years ago

teknopaul commented 6 years ago

I tried to build this in Ubuntu 16.04LTS.

I tried running the only script ./autogen.sh this fails with

autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I m4 autoreconf: configure.ac: tracing autoreconf: running: libtoolize --copy --force libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, '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: running: /usr/bin/autoconf --force autoreconf: configure.ac: not using Autoheader autoreconf: running: automake --add-missing --copy --force-missing configure.ac:5: installing './compile' configure.ac:5: installing './config.guess' configure.ac:5: installing './config.sub' configure.ac:3: installing './install-sh' configure.ac:3: installing './missing' examples/Makefile.am: installing './depcomp' automake: warnings are treated as errors /usr/share/automake-1.15/am/ltlibrary.am: warning: 'libstomp.la': linking libtool libraries using a non-POSIX /usr/share/automake-1.15/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac' src/Makefile.am:2: while processing Libtool library 'libstomp.la' tests/Makefile.am:19: warning: source file '$(top_builddir)/src/frame.c' is in a subdirectory, tests/Makefile.am:19: 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. tests/Makefile.am:19: warning: source file '$(top_builddir)/src/hdr.c' is in a subdirectory, tests/Makefile.am:19: but option 'subdir-objects' is disabled parallel-tests: installing './test-driver' autoreconf: automake failed with exit status: 1

I tried supplying the srcdir but same error, the script implied it might need.