cmauri / eviacam

webcam based mouse emulator
GNU General Public License v3.0
143 stars 37 forks source link

./autogen.sh error in Solus os Linux #3

Closed simon2x closed 7 years ago

simon2x commented 7 years ago
$ ./autogen.sh 
configure.ac:19: warning: macro 'AM_PROG_LIBTOOL' not found in library
configure.ac:33: warning: macro 'AM_GNU_GETTEXT' not found in library
./autogen.sh: line 6: libtoolize: command not found
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/bin/automake line 3930.
Makefile.am:81: warning: whitespace following trailing backslash
creavision/Makefile.am:10: error: Libtool library used but 'LIBTOOL' is undefined
creavision/Makefile.am:10:   The usual way to define 'LIBTOOL' is to add 'LT_INIT'
creavision/Makefile.am:10:   to 'configure.ac' and run 'aclocal' and 'autoconf' again.
creavision/Makefile.am:10:   If 'LT_INIT' is in 'configure.ac', make sure
creavision/Makefile.am:10:   its definition is in aclocal's search path.
creavision/libwebcam/Makefile.am:7: error: Libtool library used but 'LIBTOOL' is undefined
creavision/libwebcam/Makefile.am:7:   The usual way to define 'LIBTOOL' is to add 'LT_INIT'
creavision/libwebcam/Makefile.am:7:   to 'configure.ac' and run 'aclocal' and 'autoconf' again.
creavision/libwebcam/Makefile.am:7:   If 'LT_INIT' is in 'configure.ac', make sure
creavision/libwebcam/Makefile.am:7:   its definition is in aclocal's search path.
simplelog/Makefile.am:6: error: Libtool library used but 'LIBTOOL' is undefined
simplelog/Makefile.am:6:   The usual way to define 'LIBTOOL' is to add 'LT_INIT'
simplelog/Makefile.am:6:   to 'configure.ac' and run 'aclocal' and 'autoconf' again.
simplelog/Makefile.am:6:   If 'LT_INIT' is in 'configure.ac', make sure
simplelog/Makefile.am:6:   its definition is in aclocal's search path.
wxcamwindow/Makefile.am:3: error: Libtool library used but 'LIBTOOL' is undefined
wxcamwindow/Makefile.am:3:   The usual way to define 'LIBTOOL' is to add 'LT_INIT'
wxcamwindow/Makefile.am:3:   to 'configure.ac' and run 'aclocal' and 'autoconf' again.
wxcamwindow/Makefile.am:3:   If 'LT_INIT' is in 'configure.ac', make sure
wxcamwindow/Makefile.am:3:   its definition is in aclocal's search path.
wxutil/Makefile.am:13: error: Libtool library used but 'LIBTOOL' is undefined
wxutil/Makefile.am:13:   The usual way to define 'LIBTOOL' is to add 'LT_INIT'
wxutil/Makefile.am:13:   to 'configure.ac' and run 'aclocal' and 'autoconf' again.
wxutil/Makefile.am:13:   If 'LT_INIT' is in 'configure.ac', make sure
wxutil/Makefile.am:13:   its definition is in aclocal's search path.

libtool is installed

cmauri commented 7 years ago

I seems that libtool and gettext are missing.

simon2x commented 7 years ago

oops, devel packages for libtool, gettext were missing ( i'm a newbie :\ )

I have installed prerequisites but I also needed for lib4l..

v4l-utils-devel

As referenced in https://github.com/cmauri/eviacam/issues/2, I couldn't compile 2.1.0 due to OpenCv version

But it compiles, installs on 2.1.1 and seems to work well

Thanks!