OpenPrinting / libppd

Apache License 2.0
2 stars 13 forks source link

Redefined function call with proper parameters #33

Closed Kappuccino111 closed 8 months ago

Kappuccino111 commented 8 months ago

The following error in make has been fixed @tillkamppeter @michaelrsweet

image
tillkamppeter commented 8 months ago

Have you tested building with both libcups2 and libcups3?

Kappuccino111 commented 8 months ago

@tillkamppeter checked and compiled with both cups 2.4.x and the cups master branch

Kappuccino111 commented 8 months ago

@tillkamppeter also updated install.md

tillkamppeter commented 8 months ago

Note that the CUPS master branch is NOT libcups3, the CUPS master branch is CUPS 2.5.x.

To compile with libcups3, install libcups3 (does not overwrite anything of installed CUPS 2.5.x, then, in libcupsfilters and libppd do

make distclean
./configure
make
sudo make install

Check the output of ./configure to see whether it really selected libcups3 and not libcups2.

Kappuccino111 commented 8 months ago

Compiled with libcups 3 .... works perfectly @tillkamppeter

image