-
Notifications
You must be signed in to change notification settings - Fork 50
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
Build r-base with cairo & pango #1399
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You probably need to add --with-static-cairo
to the configure step.
And perhaps it might need some more tweaking.
checking whether pkg-config knows about cairo and pango... no
checking whether pkg-config knows about cairo... no
Capabilities skipped: JPEG, NLS, cairo, ICU
This test requires all of these libraries to pass: - pangocairo-1.0 - thai - datrie - Xft - Xrender - xcb - Xau - Xdmcp - harfbuzz-gobject - gio-2.0 - gmodule-2.0 - mount - blkid - gobject-2.0 - ffi - fribidi - fontconfig - expat - freetype - harfbuzz
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The cairo-svg.h file was not included in the cairo package.
- include/cairo/cairo-deprecated.h
- include/cairo/cairo-features.h
- include/cairo/cairo-ft.h
- include/cairo/cairo-gobject.h
- include/cairo/cairo-pdf.h
- include/cairo/cairo-ps.h
- include/cairo/cairo-script-interpreter.h
- include/cairo/cairo-script.h
- include/cairo/cairo-tee.h
- include/cairo/cairo-version.h
- include/cairo/cairo.h
|
@anutosh491 The issue with $PREFIX/lib/pkgconfig/cairo.pc
|
It seems that From
And from
|
No description provided.