Difference between revisions of "Tslib"
From ArmadeusWiki
(Page creation) |
(→Compiling) |
||
| Line 2: | Line 2: | ||
==Compiling== | ==Compiling== | ||
| + | |||
| + | Be sure to have '''libtool''' package installed (tested with 1.5.22-4 version). Otherwise you will have following errors: | ||
| + | configure.ac:25: error: possibly undefined macro: AC_DISABLE_STATIC | ||
| + | If this token and others are legitimate, please use m4_pattern_allow. | ||
| + | See the Autoconf documentation. | ||
| + | configure.ac:26: error: possibly undefined macro: AC_ENABLE_SHARED | ||
| + | configure.ac:27: error: possibly undefined macro: AC_LIBTOOL_DLOPEN | ||
| + | configure.ac:28: error: possibly undefined macro: AC_PROG_LIBTOOL | ||
==Usage== | ==Usage== | ||
Revision as of 22:04, 24 June 2007
Library to provide a common interface to touchscreen and allow touchscreen events filtering or calibrating...
Compiling
Be sure to have libtool package installed (tested with 1.5.22-4 version). Otherwise you will have following errors:
configure.ac:25: error: possibly undefined macro: AC_DISABLE_STATIC
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:26: error: possibly undefined macro: AC_ENABLE_SHARED
configure.ac:27: error: possibly undefined macro: AC_LIBTOOL_DLOPEN
configure.ac:28: error: possibly undefined macro: AC_PROG_LIBTOOL