Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
simon2x opened this issue Jan 17, 2017 · 2 comments
Closed

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

simon2x opened this issue Jan 17, 2017 · 2 comments

Comments

@simon2x
Copy link

simon2x commented Jan 17, 2017

$ ./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
Copy link
Owner

cmauri commented Jan 19, 2017

I seems that libtool and gettext are missing.

@simon2x
Copy link
Author

simon2x commented Jan 20, 2017

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 #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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants