Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 27/05/2015, à 16:22

hitman40

Installation 6200

Bonjour à tous,

J'essaie en vain d'installer une imprimante epson 6200 sur une ubuntu 12.04.
j'ai suivi le tuto ici#8 mais rien n'a faire ça ne fonctionne pas.

Lorsque je fais ./configure

root@acer-aspire:~/Bureau/epsoneplijs-0.4.1# ./configure --prefix=/usr
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ANSI C... none needed
checking for OS USB support... Linux 3.13.0 ... seems good.
checking for libusb... no
checking for OS 1284 support... OS doesn't seem to have IEEE 1284 support
checking for libieee1284... no
checking for null transport... yes
checking for solaris-specific requirements... no
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating ./config.status
config.status: creating Makefile
config.status: creating ijs-config
config.status: executing default commands

Tout à l'air de fonctionner mais lorsque j'effectue le make voici le message est-ce normal :

root@acer-aspire:~/Bureau/epsoneplijs-0.4.1# make
gcc -DHAVE_KERNEL_USB_DEVICE    -DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes   -c -o ijs_server_epsonepl.o ijs_server_epsonepl.c
gcc -DHAVE_KERNEL_USB_DEVICE    -DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes   -c -o ijs_server.o ijs_server.c
ijs_server.c: In function ‘ijs_server_parse_int’:
ijs_server.c:486:7: warning: variable ‘sign’ set but not used [-Wunused-but-set-variable]
   int sign = 1;
       ^
gcc -DHAVE_KERNEL_USB_DEVICE    -DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes   -c -o ijs.o ijs.c
gcc -DHAVE_KERNEL_USB_DEVICE    -DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes   -c -o epl_job_header.o epl_job_header.c
gcc -DHAVE_KERNEL_USB_DEVICE    -DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes   -c -o epl_page_header.o epl_page_header.c
gcc -DHAVE_KERNEL_USB_DEVICE    -DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes   -c -o epl_page_footer.o epl_page_footer.c
gcc -DHAVE_KERNEL_USB_DEVICE    -DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes   -c -o epl_job_footer.o epl_job_footer.c
gcc -DHAVE_KERNEL_USB_DEVICE    -DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes   -c -o epl_print_stripe.o epl_print_stripe.c
gcc -DHAVE_KERNEL_USB_DEVICE    -DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes   -c -o epl_poll.o epl_poll.c
gcc -DHAVE_KERNEL_USB_DEVICE    -DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes   -c -o epl_compress.o epl_compress.c
gcc -DHAVE_KERNEL_USB_DEVICE    -DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes   -c -o epl_write.o epl_write.c
gcc -DHAVE_KERNEL_USB_DEVICE    -DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes   -c -o epl_bid_utils.o epl_bid_utils.c
gcc -DHAVE_KERNEL_USB_DEVICE    -DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes   -c -o epl_bid_replies.o epl_bid_replies.c
gcc -DHAVE_KERNEL_USB_DEVICE    -DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes   -c -o epl_status.o epl_status.c
gcc -DHAVE_KERNEL_USB_DEVICE    -DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes   -c -o epl_time.o epl_time.c
gcc -DHAVE_KERNEL_USB_DEVICE    -DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes   -c -o epl_utils_kusb.o epl_utils_kusb.c
epl_utils_kusb.c: In function ‘epl_kernel_init’:
epl_utils_kusb.c:49:7: warning: variable ‘model’ set but not used [-Wunused-but-set-variable]
   int model;
       ^
gcc -DHAVE_KERNEL_USB_DEVICE    -DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes   -c -o epl_57interpret.o epl_57interpret.c
gcc -DHAVE_KERNEL_USB_DEVICE    -DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes   -c -o epl_59interpret.o epl_59interpret.c
gcc -DHAVE_KERNEL_USB_DEVICE    -DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes   -c -o epl_62interpret.o epl_62interpret.c
gcc -DHAVE_KERNEL_USB_DEVICE    -DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes   -c -o epl_utils_null.o epl_utils_null.c
gcc -DHAVE_KERNEL_USB_DEVICE    -DHAVE_NULLTRANS -g -O2 -Wall -ansi -pedantic -Wmissing-prototypes -o ijs_server_epsonepl ijs_server_epsonepl.o ijs_server.o epl_job_header.o epl_page_header.o epl_page_footer.o epl_job_footer.o epl_print_stripe.o epl_poll.o epl_compress.o epl_write.o epl_bid_utils.o epl_bid_replies.o epl_status.o epl_time.o epl_utils_kusb.o   epl_57interpret.o epl_59interpret.o epl_62interpret.o epl_utils_null.o         ijs.o  

Pouvez-vous m'aider ?

Merci

Hors ligne