-
Notifications
You must be signed in to change notification settings - Fork 127
Description
rdpClientCon.c:827:18: error: 'XRDP_a8r8g8b8' undeclared (first use in this function); did yo>
827 | case XRDP_a8r8g8b8:
| ^~~~~~~~~~~~~
| PICT_a8r8g8b8
rdpClientCon.c:827:18: note: each undeclared identifier is reported only once for each functi>
rdpClientCon.c:828:18: error: 'XRDP_a8b8g8r8' undeclared (first use in this function); did yo>
828 | case XRDP_a8b8g8r8:
| ^~~~~~~~~~~~~
| PICT_a8b8g8r8
rdpClientCon.c:831:18: error: 'XRDP_r5g6b5' undeclared (first use in this function)
831 | case XRDP_r5g6b5:
| ^~~~~~~~~~~
rdpClientCon.c:832:18: error: 'XRDP_a1r5g5b5' undeclared (first use in this function); did yo>
832 | case XRDP_a1r5g5b5:
| ^~~~~~~~~~~~~
| PICT_a1r5g5b5
rdpClientCon.c:845:37: error: 'XRDP_r3g3b2' undeclared (first use in this function)
845 | clientCon->rdp_format = XRDP_r3g3b2;
|
I am compiling from source on NixOS. It has all the libraries it needs. I have enabled glamor and simd, but it did not work without them.