groupgets / purethermal1-uvc-capture

USB Video Class capture examples for PureThermal 1 / PureThermal 2 FLIR Lepton Dev Kit
125 stars 81 forks source link

Error executing autogen.sh in v24l #1

Closed shawndfernandes closed 7 years ago

shawndfernandes commented 7 years ago

Description: When executing autogen.sh, m4 directory is not created, and executing fails

CLI logs: $ ./autogen.sh ./autogen.sh: 7: ./autogen.sh: libtoolize: not found aclocal: warning: couldn't open directory 'm4': No such file or directory configure.ac:9: error: required directory ./m4 does not exist configure.ac:13: error: installing 'm4/compile'; error while making link: No such file or directory configure.ac:11: error: installing 'm4/install-sh'; error while making link: No such file or directory configure.ac:11: error: installing 'm4/missing'; error while making link: No such file or directory grab/Makefile.am: error: installing 'm4/depcomp'; error while making link: No such file or directory

Workaround: Manually create m4 folder in v42l directory $ ./autogen.sh ./autogen.sh: 7: ./autogen.sh: libtoolize: not found configure.ac:13: installing 'm4/compile' configure.ac:11: installing 'm4/install-sh' configure.ac:11: installing 'm4/missing' grab/Makefile.am: installing 'm4/depcomp'

Reference: https://github.com/hexchat/hexchat/issues/404

kekiefer commented 7 years ago

Thanks, added this directory to git.