Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 08 May 2022 19:12:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 263869] x11/xscreensaver: XFT is required now
Message-ID:  <bug-263869-7141-X3ElYBFkwp@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-263869-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-263869-7141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-x11 (Nobody)
<x11@FreeBSD.org> for maintainer-feedback:
Bug 263869: x11/xscreensaver: XFT is required now
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263869



--- Description ---
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-263869-7141-X3ElYBFkwp>