mikerr / foo2zjs

HBPLv1 driver for CUPS
Other
16 stars 14 forks source link

this repo only support i386 architecture? #1

Open eexpress opened 4 years ago

eexpress commented 4 years ago
⭕ make
#
# Dependencies...
#
# ... OK!
#
cc -O2 -Wall    -c -o foo2zjs.o foo2zjs.c
cc -O2 -Wall  -o foo2zjs foo2zjs.o jbig.o jbig_ar.o
/usr/bin/ld: i386 architecture of input file `jbig.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file `jbig_ar.o' is incompatible with i386:x86-64 output
collect2: error: ld returned 1 exit status
make: *** [Makefile:457:foo2zjs] Error 1

⭕ uname -r
5.4.14-200.fc31.x86_64

My printer is Fuji-Xerox DocuPrint CP105b

foo2hbpl driver in official repo not support this print.

mikerr commented 4 years ago

I've used it on ARM raspberry pi, so no.

Delete the .o files, I think they're left over from an x86 build.

eexpress commented 4 years ago

Yes, after rm *.o, make works. then sudo make install, and the printer appeared.

But it just show "stop" in the print queue. The statu of printer says "Filter failed".

screenshot