Показать статистику
0 голосов
от (280 баллов)

Товарищи, я хочу настроить графический планшет для рисования в Krita, но на пути установки драйвера WizardPen встала проблема: не находится команда LIBTOOL, хотя я уже пытался ее установить. Как можно решить как-то эту проблему?

Принимаю в дар любую помощь.

Система стоит Xubuntu 18.04

Вот, что пишет:

./configure --with-xorg-module-dir=/usr/lib/xorg/modules && make && sudo make install
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/home/richtermonro/xorg-input-wizardpen-0.8.0/missing: Unknown `--is-lightweight' option
Try `/home/richtermonro/xorg-input-wizardpen-0.8.0/missing --help' for more information
configure: WARNING: 'missing' script is too old or missing
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
./configure: line 2753: AC_DISABLE_STATIC: command not found
./configure: line 2754: AC_PROG_LIBTOOL: command not found
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking if RANDR is defined... yes
checking if XINPUT is defined... yes
checking for XORG... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking linux/input.h usability... yes
checking linux/input.h presence... yes
checking for linux/input.h... yes
checking sysfs/libsysfs.h usability... no
checking sysfs/libsysfs.h presence... no
checking for sysfs/libsysfs.h... no
./configure: line 4579: XORG_MANPAGE_SECTIONS: command not found
./configure: line 4580: XORG_RELEASE_VERSION: command not found
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating man/Makefile
config.status: creating udev/Makefile
config.status: creating hal/Makefile
config.status: creating xorg/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
make  all-recursive
make[1]: вход в каталог «/home/richtermonro/xorg-input-wizardpen-0.8.0»
Making all in src
make[2]: вход в каталог «/home/richtermonro/xorg-input-wizardpen-0.8.0/src»
/bin/bash: LIBTOOL@: команда не найдена
Makefile:336: recipe for target 'wizardpen.lo' failed
make[2]: *** [wizardpen.lo] Error 127
make[2]: выход из каталога «/home/richtermonro/xorg-input-wizardpen-0.8.0/src»
Makefile:436: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: выход из каталога «/home/richtermonro/xorg-input-wizardpen-0.8.0»
Makefile:271: recipe for target 'all' failed
make: *** [all] Error 2
448 просмотров 1 ответов

1 Ответ

0 голосов
от (500 баллов)

Скажите, а что пишет в ответ именно на sudo apt install libtool?

...