rscada / libmbus

Meter-bus library and utility programs
http://www.rscada.se/libmbus
BSD 3-Clause "New" or "Revised" License
217 stars 137 forks source link

Libtoolize and automake trouble #112

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hi, I'm having trouble installing the library on Raspberry Pi 3.

I start with downloading the zip and unzip it, cd to the directory and then

autoheader && aclocal && libtoolize --ltdl --copy --force && automake --add-missing --copy && autoconf

After this it says:

Consider using 'AC_CONFIG_AUX_DIR([libtdl/config])' in configure.ac.

automake: warnings are treated as errors /usr/share/automake-1.14/am/ltllibrary.am: warning: 'libmbus.la': linking libtool libraries using a non-POSIX /usr/share/automake-1.14/am/ltllibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac' mbus/Makefile.am16: while processing Libtool library 'libmbus.la'


Anyone can help me with these errors?

Im thankful for any help.

Greetings,

Max

lategoodbye commented 7 years ago

@mitmacher

Does the patch from @jasp fix your issue? https://github.com/keepfocus/libmbus/commit/111bbb71d4ef3eed8ecc36bf5353da16a401828c.patch

ghost commented 7 years ago

Worked. Thank you very much.