-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to compile #340
Comments
It's a bit obscure. The variable |
I'm having the same issue on Gentoo compiling the latest version. I checked |
I don't have a Gentoo install here, but it looks like this might be the problem:- https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1351 The symbols are now in dix/dix_priv.h. You could try including this for now and see if it fixes the immediate issue. Please report back regardless, and we'll try to find a better solution. |
It still didn't find "display" defined in the include chain. |
I don't have a Gentoo installation to hand, and this version of @Atra99 - did you get to the bottom of the problem on your Manjaro installation? |
I'm compiling against the latest xrdp-0.10.1 and xorgxrdp-0.2.15. I found the the "display" global variable in dix/dix_priv.h as you specified but I'm had clone the xserver git repository. I'm guessing I'll have to change the Makefile to specify the location of the xserver source. |
I have noticed the Xorg guys are removing a bunch of exported symbols. They claim they are not used by anyone. |
display seems to removed here |
@jsorg71 - we can probably remove the dependency on |
Just opened an issue:- |
These versions are incompatible BTW. |
I've gotten a bit further. The original problem I encountered was during the build step for the xorgxrdp package. I tried to install xrdp and xorgxrdp from git which led down a rabbit hole of dependency packages. Finally I nailed the problem down to xrdp_client_info.h. xrdp_client_info.monitorCount has been moved to display_size_dscription in more recent versions. Some how I had the header from an the the most recent version of xrdp in /usr/src. Packages in the repository are based on xrdp 0.10.1 and xorgxrdp 0.2.15. |
The xorgxrdp package in the repository would seem to be a bit out of date then! What's the version of the xorg server in your setup? |
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
The text was updated successfully, but these errors were encountered: