neutrinolabs / xorgxrdp

Xorg drivers for xrdp
Other
428 stars 108 forks source link

building 0.9.20 on debian gnu/linux sid #299

Open alexmyczko opened 3 months ago

alexmyczko commented 3 months ago

I am failing to build 0.9.20 with the following problem:

http://sid.ethz.ch/debian/xorgxrdp/xorgxrdp_0.9.20-1_amd64.build

matt335672 commented 3 months ago

Hi @alexmyczko

xorgxrdp has a dependency on include files provided by xrdp.

The xrdp files you're currently including have development changes which are incompatible with 0.9.20 of xorgxrdp. These were introduced for neutrinolabs/xrdp@afa70e464a6f9550ac0f64527a94df1935bedf9b

You'll either need to build a later version of xorgxrdp, or install an earlier version of xrdp to get the compile to succeed.

Does that make sense?