Skip to content

Redefined function call with proper parameters #33

Merged
tillkamppeter merged 6 commits intoOpenPrinting:masterfrom
Kappuccino111:master
Dec 29, 2023
Merged

Redefined function call with proper parameters #33
tillkamppeter merged 6 commits intoOpenPrinting:masterfrom
Kappuccino111:master

Conversation

@Kappuccino111
Copy link
Contributor

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

image

@tillkamppeter
Copy link
Member

Have you tested building with both libcups2 and libcups3?

@Kappuccino111
Copy link
Contributor Author

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

@Kappuccino111
Copy link
Contributor Author

@tillkamppeter also updated install.md

@tillkamppeter
Copy link
Member

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
Copy link
Contributor Author

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

image

@tillkamppeter tillkamppeter merged commit 20258ce into OpenPrinting:master Dec 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants