[Bug 263869] x11/xscreensaver: XFT is required now
- Reply: bugzilla-noreply_a_freebsd.org: "maintainer-feedback requested: [Bug 263869] x11/xscreensaver: XFT is required now"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 263869] x11/xscreensaver: Fails to build, missing XFT dependency: error: use of undeclared identifier 'FcChar32'"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 263869] x11/xscreensaver: Fails to build, missing XFT dependency: error: use of undeclared identifier 'FcChar32'"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 263869] x11/xscreensaver: Fails to build, missing XFT dependency: error: use of undeclared identifier 'FcChar32'"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 08 May 2022 19:12:53 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263869
Bug ID: 263869
Summary: x11/xscreensaver: XFT is required now
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: x11@FreeBSD.org
Reporter: riggs@FreeBSD.org
Assignee: x11@FreeBSD.org
Flags: maintainer-feedback?(x11@FreeBSD.org)
Building xscreensaver without XFT fails:
...
dialog.c:695:11: warning: implicit declaration of function 'XftCharExists'
[-Wimplicit-function-declaration]
if (XftCharExists (ws->dpy, ws->label_font, (FcChar32) *uc))
^
dialog.c:695:52: error: use of undeclared identifier 'FcChar32'
if (XftCharExists (ws->dpy, ws->label_font, (FcChar32) *uc))
^
1 warning and 1 error generated.
It seems like XFT is required. From the configure stage output:
...
Warning: The XFreeType library was not found. It is required.
--
You are receiving this mail because:
You are the assignee for the bug.