error: use of undeclared identifier '_x_active'; did you mean 'x_active'?
xorg-server 1.20.11 doesn't build for me on macOS High Sierra when building universal for both x86_64 and i386 simultaneously:
X11Application.m:343:13: error: use of undeclared identifier '_x_active'; did you mean 'x_active'?
if (_x_active) {
^~~~~~~~~
x_active
X11Application.m:260:20: note: 'x_active' declared here
OSX_BOOL const x_active = self.x_active;
^
It does build when building for only x86_64.
Originally reported in MacPorts in https://trac.macports.org/ticket/62837.
Looks like when _x_active
was renamed to x_active
in c2750e1f some occurrences were missed.