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

Не получается установить// Installation problems #18

Open
thrashedbrain opened this issue Mar 19, 2019 · 1 comment

Comments

@thrashedbrain
Copy link

thrashedbrain commented Mar 19, 2019

Попытался установить, на 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!

@agalakhov
Copy link
Owner

You successfully compiled the driver. Now you're ready to copy the executable to the correct directory, this is to be done manually.
Все удачно скомпилировалось и все готово. Осталось скопировать бинарник к остальным бинарникам cups.

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