Skip to content
New issue

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

Redefined function call with proper parameters #33

Merged
merged 6 commits into from
Dec 29, 2023
Merged

Redefined function call with proper parameters #33

merged 6 commits into from
Dec 29, 2023

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