dymosoftware / Drivers

21 stars 5 forks source link

aclocal & automake 1.15 => 1.16 #4

Closed nsteinmetz closed 8 months ago

nsteinmetz commented 9 months ago

Hi there,

Trying to compile drivers on my RPI3 on updated version of rasbian (bullseye)

In Makefile, I had to change:

# Line 221
ACLOCAL = aclocal-1.16

# Line 226
AUTMAKE = automake-1.16

Regards,

LawrenceK commented 8 months ago

try aclocal automake ./configure make

Also needed libboost-dev And in src/lm/LabelManagerLanguageMonitorV2.cpp missing #include < ctime >

nsteinmetz commented 8 months ago

Thanks, it worked this way.