Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Feb 2016 11:03:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 207289] x11/slock: [UPDATE] to 1.3
Message-ID:  <bug-207289-13-8Q6mNPntjm@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-207289-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-207289-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207289

Raphael Kubo da Costa <rakuco@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rakuco@FreeBSD.org

--- Comment #2 from Raphael Kubo da Costa <rakuco@FreeBSD.org> ---
It failed to me on Poudriere (9.3-i386):

slock.c:16:35: error: X11/extensions/Xrandr.h: No such file or directory
In file included from /usr/local/include/X11/Xlib.h:47,
                 from slock.c:18:
/usr/local/include/X11/Xfuncproto.h:160:24: warning: ISO C does not permit
named variadic macros
slock.c: In function 'readpw':
slock.c:234: error: 'RRScreenChangeNotify' undeclared (first use in this
function)
slock.c:234: error: (Each undeclared identifier is reported only once
slock.c:234: error: for each function it appears in.)
slock.c:235: error: 'XRRScreenChangeNotifyEvent' undeclared (first use in t=
his
function)
slock.c:235: error: 'rre' undeclared (first use in this function)
slock.c:235: error: expected expression before ')' token
slock.c: In function 'lockscreen':
slock.c:294: warning: implicit declaration of function 'XRRSelectInput'
slock.c:294: error: 'RRScreenChangeNotifyMask' undeclared (first use in this
function)
slock.c: In function 'main':
slock.c:356: warning: implicit declaration of function 'XRRQueryExtension'

It looks like you need to add "xrandr" to USE_XORG.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-207289-13-8Q6mNPntjm>