rakshasa / libtorrent

libTorrent BitTorrent library
http://rtorrent.net/downloads/
GNU General Public License v2.0
885 stars 209 forks source link

Error build with cppunit 1.14 #161

Closed xataz closed 6 years ago

xataz commented 6 years ago

Hi,

I have this error on libtorrent compile : configure.ac:3: installing './compile' configure.ac:3: installing './config.guess' configure.ac:3: installing './config.sub' configure.ac:20: installing './install-sh' configure.ac:20: installing './missing' src/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' autoconf... configure.ac:22: error: possibly undefined macro: AM_PATH_CPPUNIT If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation.

Works with cppunit 1.13.2, but not with 1.14.0.

Any idea ?

thanks and regards,

cbtrident commented 6 years ago

did anyone find a soultion as i have the same problem

ss23 commented 6 years ago

I believe this was fixed with #118, which is in master and the latest release.

Do you still get the error with the latest release and/or master, @cbtrident or @xataz ?