popiet
Results
1
comments of
popiet
This worked for me: cd src gcc -o rastertotpcl rastertotpcl.c `cups-config --image --libs` so you can change the Makefile in the src directory as this: EXEC=rastertotpcl CFLAGS=`cups-config --image --libs` PPDPATH=/usr/share/ppd...