We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
⭕ 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.
The text was updated successfully, but these errors were encountered:
I've used it on ARM raspberry pi, so no.
Delete the .o files, I think they're left over from an x86 build.
Sorry, something went wrong.
Yes, after rm *.o, make works. then sudo make install, and the printer appeared.
make
sudo make install
But it just show "stop" in the print queue. The statu of printer says "Filter failed".
No branches or pull requests
My printer is Fuji-Xerox DocuPrint CP105b
foo2hbpl driver in official repo not support this print.
The text was updated successfully, but these errors were encountered: