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

Can't instlall libmbus on RPI3 Stretch #142

Closed tvk65 closed 5 years ago

tvk65 commented 5 years ago

Can't build on RaspberryPi 3b with stretch

Following installation from Wiki page https://www.domotiga.nl/projects/domotiga/wiki/M-Bus

on step autoheader && aclocal && libtoolize --ltdl --copy --force && automake --add-missing --copy && autoconf i get _automake: warnings are treated as errors /usr/share/automake-1.15/am/ltlibrary.am: warning: 'libmbus.la': linking libtool libraries using a non-POSIX /usr/share/automake-1.15/am/ltlibrary.am: archiver requires 'AM_PROGAR' in 'configure.ac' mbus/Makefile.am:16: while processing Libtool library 'libmbus.la'

Sorry, i'm newbie on linux. What i'm missing?

tvk65 commented 5 years ago

Found it by myself - need to add AM_PROG_AR in configure.ac to make it work on ARM platform