Open Atra99 opened 3 months ago
It's a bit obscure.
The variable display
is a global X server variable defined in /usr/include/xorg/opaque.h
on my (Ubuntu) system. That file is pulled in by #include <xf86_OSproc.h>
Maybe there's another opaque.h
on your include path(?)
I'm attempting to compile xorgxrdp in Manjaro Linux. When running make, I get the following error.
I'm sure I'm doing something wrong, but I can't find any information online about what would be causing this