hasse69 / rar2fs

FUSE file system for reading RAR archives
https://hasse69.github.io/rar2fs/
GNU General Public License v3.0
275 stars 27 forks source link

cannot configure/compile #107

Closed platinum55 closed 5 years ago

platinum55 commented 5 years ago

hello,

i tried to configure/compile but it fails:

autoconf configure.ac:9: error: possibly undefined macro: AM_INIT_AUTOMAKE If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:13: error: possibly undefined macro: AM_CONDITIONAL configure.ac:27: error: possibly undefined macro: AM_PROG_CC_C_O configure.ac:501: error: possibly undefined macro: AM_ICONV

./configure --prefix=/usr configure: error: cannot find install-sh, install.sh, or shtool in config "."/config

using latest xubuntu 18.10 here, how to compile? :)

platinum55 commented 5 years ago

"autoreconf -i" fixed it :)

hasse69 commented 5 years ago

Hmm, did you actually read Q1.3 in the wiki ;)