Select the version
25.0.0.X
Describe your issue
xlibre-xserver-devel 25.0.0.14
xorgxrdp 0.10.4
Building xorgxrdp with xlibre-xserver-devel fails while compiling rdpClientCon.c due to 'display' being undeclared.
This on Artix Linux (Arch derivative).
Error is:
rdpClientCon.c: In function 'rdpClientConInit':
rdpClientCon.c:1584:21: error: 'display' undeclared (first use in this function)
1584 | i = (int)strtol(display, &endptr, 10);
Steps to reproduce
- Install xlibre-xserver-devel
- Build xorgxrdp
The git version of xorgxrdp also fails to compile
What did you expect?
xorgxrdp to build successfully with xlibre-xserver-devel
Additional Information
No response
Extra fields