captdriver
captdriver copied to clipboard
Не получается установить// Installation problems
Попытался установить, на Cubieboard 2 (Armbian Stretch mainline kernel 4.19.y) используя команды (I tried to install on Cubieboard 2 (Armbian Stretch mainline kernel 4.19.y) using the commands): git clone https://github.com/agalakhov/captdriver.git cd captdriver aclocal autoconf automake --add-missing ./configure make
Но получаю данный лог (But I get this log):
make[1]: Entering directory '/root/captdriver/captdriver/src' gcc -DPACKAGE_NAME="captdriver" -DPACKAGE_TARNAME="captdriver" -DPACKAGE_VERSION="0.1.0" -DPACKAGE_STRING="captdriver\ 0.1.0" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DPACKAGE="captdriver" -DVERSION="0.1.0" -I. -std=c99 -Wall -Wextra -pedantic -g -O2 -MT rastertocapt.o -MD -MP -MF .deps/rastertocapt.Tpo -c -o rastertocapt.o rastertocapt.c mv -f .deps/rastertocapt.Tpo .deps/rastertocapt.Po gcc -DPACKAGE_NAME="captdriver" -DPACKAGE_TARNAME="captdriver" -DPACKAGE_VERSION="0.1.0" -DPACKAGE_STRING="captdriver\ 0.1.0" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DPACKAGE="captdriver" -DVERSION="0.1.0" -I. -std=c99 -Wall -Wextra -pedantic -g -O2 -MT capt-command.o -MD -MP -MF .deps/capt-command.Tpo -c -o capt-command.o capt-command.c mv -f .deps/capt-command.Tpo .deps/capt-command.Po gcc -DPACKAGE_NAME="captdriver" -DPACKAGE_TARNAME="captdriver" -DPACKAGE_VERSION="0.1.0" -DPACKAGE_STRING="captdriver\ 0.1.0" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DPACKAGE="captdriver" -DVERSION="0.1.0" -I. -std=c99 -Wall -Wextra -pedantic -g -O2 -MT capt-status.o -MD -MP -MF .deps/capt-status.Tpo -c -o capt-status.o capt-status.c mv -f .deps/capt-status.Tpo .deps/capt-status.Po gcc -DPACKAGE_NAME="captdriver" -DPACKAGE_TARNAME="captdriver" -DPACKAGE_VERSION="0.1.0" -DPACKAGE_STRING="captdriver\ 0.1.0" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DPACKAGE="captdriver" -DVERSION="0.1.0" -I. -std=c99 -Wall -Wextra -pedantic -g -O2 -MT generic-ops.o -MD -MP -MF .deps/generic-ops.Tpo -c -o generic-ops.o generic-ops.c mv -f .deps/generic-ops.Tpo .deps/generic-ops.Po gcc -DPACKAGE_NAME="captdriver" -DPACKAGE_TARNAME="captdriver" -DPACKAGE_VERSION="0.1.0" -DPACKAGE_STRING="captdriver\ 0.1.0" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DPACKAGE="captdriver" -DVERSION="0.1.0" -I. -std=c99 -Wall -Wextra -pedantic -g -O2 -MT printer.o -MD -MP -MF .deps/printer.Tpo -c -o printer.o printer.c mv -f .deps/printer.Tpo .deps/printer.Po gcc -DPACKAGE_NAME="captdriver" -DPACKAGE_TARNAME="captdriver" -DPACKAGE_VERSION="0.1.0" -DPACKAGE_STRING="captdriver\ 0.1.0" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DPACKAGE="captdriver" -DVERSION="0.1.0" -I. -std=c99 -Wall -Wextra -pedantic -g -O2 -MT paper.o -MD -MP -MF .deps/paper.Tpo -c -o paper.o paper.c mv -f .deps/paper.Tpo .deps/paper.Po gcc -DPACKAGE_NAME="captdriver" -DPACKAGE_TARNAME="captdriver" -DPACKAGE_VERSION="0.1.0" -DPACKAGE_STRING="captdriver\ 0.1.0" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DPACKAGE="captdriver" -DVERSION="0.1.0" -I. -std=c99 -Wall -Wextra -pedantic -g -O2 -MT hiscoa-common.o -MD -MP -MF .deps/hiscoa-common.Tpo -c -o hiscoa-common.o hiscoa-common.c mv -f .deps/hiscoa-common.Tpo .deps/hiscoa-common.Po gcc -DPACKAGE_NAME="captdriver" -DPACKAGE_TARNAME="captdriver" -DPACKAGE_VERSION="0.1.0" -DPACKAGE_STRING="captdriver\ 0.1.0" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DPACKAGE="captdriver" -DVERSION="0.1.0" -I. -std=c99 -Wall -Wextra -pedantic -g -O2 -MT hiscoa-compress.o -MD -MP -MF .deps/hiscoa-compress.Tpo -c -o hiscoa-compress.o hiscoa-compress.c mv -f .deps/hiscoa-compress.Tpo .deps/hiscoa-compress.Po gcc -DPACKAGE_NAME="captdriver" -DPACKAGE_TARNAME="captdriver" -DPACKAGE_VERSION="0.1.0" -DPACKAGE_STRING="captdriver\ 0.1.0" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DPACKAGE="captdriver" -DVERSION="0.1.0" -I. -std=c99 -Wall -Wextra -pedantic -g -O2 -MT prn_lbp2900.o -MD -MP -MF .deps/prn_lbp2900.Tpo -c -o prn_lbp2900.o prn_lbp2900.c mv -f .deps/prn_lbp2900.Tpo .deps/prn_lbp2900.Po gcc -std=c99 -Wall -Wextra -pedantic -g -O2 -o rastertocapt rastertocapt.o capt-command.o capt-status.o generic-ops.o printer.o paper.o hiscoa-common.o hiscoa-compress.o prn_lbp2900.o -lcupsimage -lcups make[1]: Leaving directory '/root/captdriver/captdriver/src' make[1]: Entering directory '/root/captdriver/captdriver' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/root/captdriver/captdriver'
Что с этим сделать? Или что я делаю не так? (What to do with it? Or what am I doing wrong?)
Спасибо за внимание! Thanks for attention!
You successfully compiled the driver. Now you're ready to copy the executable to the correct directory, this is to be done manually. Все удачно скомпилировалось и все готово. Осталось скопировать бинарник к остальным бинарникам cups.