-
Notifications
You must be signed in to change notification settings - Fork 121
Closed
Description
I'm attempting to compile xorgxrdp in Manjaro Linux. When running make, I get the following error.
rdpClientCon.c: In function 'rdpClientConInit':
rdpClientCon.c:1564:21: error: 'display' undeclared (first use in this function)
1564 | i = (int)strtol(display, &endptr, 10);
| ^~~~~~~
rdpClientCon.c:1564:21: note: each undeclared identifier is reported only once for each function it app
ears in
make[3]: *** [Makefile:681: rdpClientCon.lo] Error 1
I'm sure I'm doing something wrong, but I can't find any information online about what would be causing this
Metadata
Metadata
Assignees
Labels
No labels