Dear Xrdp developers,

In the current master and v0.8 I get the following error when trying to run
make install:

rail.c:31:35: fatal error: X11/extensions/Xrandr.h: No such file or
directory

What am I doing wrong?
I am running Fedora 3.13.5-103.fc19.x86_64


Thank you for any hint!
All the best
Steffen


sudo make install
[sudo] password for steffen:
Making install in common
make[1]: Entering directory `/home/steffen/Downloads/xrdp-master/common'
make[2]: Entering directory `/home/steffen/Downloads/xrdp-master/common'
 /usr/bin/mkdir -p '/usr/local/lib/xrdp'
 /bin/sh ../libtool   --mode=install /usr/bin/install -c
libcommon.la'/usr/local/lib/xrdp'
libtool: install: /usr/bin/install -c .libs/libcommon.so.0.0.0
/usr/local/lib/xrdp/libcommon.so.0.0.0
libtool: install: (cd /usr/local/lib/xrdp && { ln -s -f libcommon.so.0.0.0
libcommon.so.0 || { rm -f libcommon.so.0 && ln -s libcommon.so.0.0.0
libcommon.so.0; }; })
libtool: install: (cd /usr/local/lib/xrdp && { ln -s -f libcommon.so.0.0.0
libcommon.so || { rm -f libcommon.so && ln -s libcommon.so.0.0.0
libcommon.so; }; })
libtool: install: /usr/bin/install -c .libs/libcommon.lai
/usr/local/lib/xrdp/libcommon.la
libtool: install: /usr/bin/install -c .libs/libcommon.a
/usr/local/lib/xrdp/libcommon.a
libtool: install: chmod 644 /usr/local/lib/xrdp/libcommon.a
libtool: install: ranlib /usr/local/lib/xrdp/libcommon.a
libtool: finish: PATH="/sbin:/bin:/usr/sbin:/usr/bin:/sbin" ldconfig -n
/usr/local/lib/xrdp
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib/xrdp

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/steffen/Downloads/xrdp-master/common'
make[1]: Leaving directory `/home/steffen/Downloads/xrdp-master/common'
Making install in vnc
make[1]: Entering directory `/home/steffen/Downloads/xrdp-master/vnc'
make[2]: Entering directory `/home/steffen/Downloads/xrdp-master/vnc'
 /usr/bin/mkdir -p '/usr/local/lib/xrdp'
 /bin/sh ../libtool   --mode=install /usr/bin/install -c
libvnc.la'/usr/local/lib/xrdp'
libtool: install: warning: relinking `libvnc.la'
libtool: install: (cd /home/steffen/Downloads/xrdp-master/vnc; /bin/sh
/home/steffen/Downloads/xrdp-master/libtool  --tag CC --mode=relink gcc
-DXRDP_CFG_PATH=\"/etc/xrdp\" -DXRDP_SBIN_PATH=\"/usr/local/sbin\"
-DXRDP_SHARE_PATH=\"/usr/local/share/xrdp\" -DXRDP_PID_PATH=\"/var/run\" -g
-O2 -o libvnc.la -rpath /usr/local/lib/xrdp vnc.lo ../common/libcommon.la )
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/vnc.o   -Wl,-rpath
-Wl,/usr/local/lib/xrdp -L/usr/local/lib/xrdp -lcommon -lcrypto -lssl
-lpthread  -O2   -Wl,-soname -Wl,libvnc.so.0 -o .libs/libvnc.so.0.0.0
libtool: install: /usr/bin/install -c .libs/libvnc.so.0.0.0T
/usr/local/lib/xrdp/libvnc.so.0.0.0
libtool: install: (cd /usr/local/lib/xrdp && { ln -s -f libvnc.so.0.0.0
libvnc.so.0 || { rm -f libvnc.so.0 && ln -s libvnc.so.0.0.0 libvnc.so.0; };
})
libtool: install: (cd /usr/local/lib/xrdp && { ln -s -f libvnc.so.0.0.0
libvnc.so || { rm -f libvnc.so && ln -s libvnc.so.0.0.0 libvnc.so; }; })
libtool: install: /usr/bin/install -c .libs/libvnc.lai /usr/local/lib/xrdp/
libvnc.la
libtool: install: /usr/bin/install -c .libs/libvnc.a
/usr/local/lib/xrdp/libvnc.a
libtool: install: chmod 644 /usr/local/lib/xrdp/libvnc.a
libtool: install: ranlib /usr/local/lib/xrdp/libvnc.a
libtool: finish: PATH="/sbin:/bin:/usr/sbin:/usr/bin:/sbin" ldconfig -n
/usr/local/lib/xrdp
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib/xrdp

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/steffen/Downloads/xrdp-master/vnc'
make[1]: Leaving directory `/home/steffen/Downloads/xrdp-master/vnc'
Making install in rdp
make[1]: Entering directory `/home/steffen/Downloads/xrdp-master/rdp'
make[2]: Entering directory `/home/steffen/Downloads/xrdp-master/rdp'
 /usr/bin/mkdir -p '/usr/local/lib/xrdp'
 /bin/sh ../libtool   --mode=install /usr/bin/install -c
librdp.la'/usr/local/lib/xrdp'
libtool: install: warning: relinking `librdp.la'
libtool: install: (cd /home/steffen/Downloads/xrdp-master/rdp; /bin/sh
/home/steffen/Downloads/xrdp-master/libtool  --tag CC --mode=relink gcc
-DXRDP_CFG_PATH=\"/etc/xrdp\" -DXRDP_SBIN_PATH=\"/usr/local/sbin\"
-DXRDP_SHARE_PATH=\"/usr/local/share/xrdp\" -DXRDP_PID_PATH=\"/var/run\"
-DXRDP_NODEBUG -g -O2 -o librdp.la -rpath /usr/local/lib/xrdp rdp.lo
rdp_bitmap.lo rdp_iso.lo rdp_lic.lo rdp_mcs.lo rdp_orders.lo rdp_rdp.lo
rdp_sec.lo rdp_tcp.lo ../common/libcommon.la )
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/rdp.o .libs/rdp_bitmap.o
.libs/rdp_iso.o .libs/rdp_lic.o .libs/rdp_mcs.o .libs/rdp_orders.o
.libs/rdp_rdp.o .libs/rdp_sec.o .libs/rdp_tcp.o   -Wl,-rpath
-Wl,/usr/local/lib/xrdp -L/usr/local/lib/xrdp -lcommon -lcrypto -lssl
-lpthread  -O2   -Wl,-soname -Wl,librdp.so.0 -o .libs/librdp.so.0.0.0
libtool: install: /usr/bin/install -c .libs/librdp.so.0.0.0T
/usr/local/lib/xrdp/librdp.so.0.0.0
libtool: install: (cd /usr/local/lib/xrdp && { ln -s -f librdp.so.0.0.0
librdp.so.0 || { rm -f librdp.so.0 && ln -s librdp.so.0.0.0 librdp.so.0; };
})
libtool: install: (cd /usr/local/lib/xrdp && { ln -s -f librdp.so.0.0.0
librdp.so || { rm -f librdp.so && ln -s librdp.so.0.0.0 librdp.so; }; })
libtool: install: /usr/bin/install -c .libs/librdp.lai /usr/local/lib/xrdp/
librdp.la
libtool: install: /usr/bin/install -c .libs/librdp.a
/usr/local/lib/xrdp/librdp.a
libtool: install: chmod 644 /usr/local/lib/xrdp/librdp.a
libtool: install: ranlib /usr/local/lib/xrdp/librdp.a
libtool: finish: PATH="/sbin:/bin:/usr/sbin:/usr/bin:/sbin" ldconfig -n
/usr/local/lib/xrdp
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib/xrdp

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/steffen/Downloads/xrdp-master/rdp'
make[1]: Leaving directory `/home/steffen/Downloads/xrdp-master/rdp'
Making install in xup
make[1]: Entering directory `/home/steffen/Downloads/xrdp-master/xup'
make[2]: Entering directory `/home/steffen/Downloads/xrdp-master/xup'
 /usr/bin/mkdir -p '/usr/local/lib/xrdp'
 /bin/sh ../libtool   --mode=install /usr/bin/install -c
libxup.la'/usr/local/lib/xrdp'
libtool: install: warning: relinking `libxup.la'
libtool: install: (cd /home/steffen/Downloads/xrdp-master/xup; /bin/sh
/home/steffen/Downloads/xrdp-master/libtool  --tag CC --mode=relink gcc
-DXRDP_CFG_PATH=\"/etc/xrdp\" -DXRDP_SBIN_PATH=\"/usr/local/sbin\"
-DXRDP_SHARE_PATH=\"/usr/local/share/xrdp\" -DXRDP_PID_PATH=\"/var/run\" -g
-O2 -o libxup.la -rpath /usr/local/lib/xrdp xup.lo ../common/libcommon.la )
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/xup.o   -Wl,-rpath
-Wl,/usr/local/lib/xrdp -L/usr/local/lib/xrdp -lcommon -lcrypto -lssl
-lpthread  -O2   -Wl,-soname -Wl,libxup.so.0 -o .libs/libxup.so.0.0.0
libtool: install: /usr/bin/install -c .libs/libxup.so.0.0.0T
/usr/local/lib/xrdp/libxup.so.0.0.0
libtool: install: (cd /usr/local/lib/xrdp && { ln -s -f libxup.so.0.0.0
libxup.so.0 || { rm -f libxup.so.0 && ln -s libxup.so.0.0.0 libxup.so.0; };
})
libtool: install: (cd /usr/local/lib/xrdp && { ln -s -f libxup.so.0.0.0
libxup.so || { rm -f libxup.so && ln -s libxup.so.0.0.0 libxup.so; }; })
libtool: install: /usr/bin/install -c .libs/libxup.lai /usr/local/lib/xrdp/
libxup.la
libtool: install: /usr/bin/install -c .libs/libxup.a
/usr/local/lib/xrdp/libxup.a
libtool: install: chmod 644 /usr/local/lib/xrdp/libxup.a
libtool: install: ranlib /usr/local/lib/xrdp/libxup.a
libtool: finish: PATH="/sbin:/bin:/usr/sbin:/usr/bin:/sbin" ldconfig -n
/usr/local/lib/xrdp
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib/xrdp

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/steffen/Downloads/xrdp-master/xup'
make[1]: Leaving directory `/home/steffen/Downloads/xrdp-master/xup'
Making install in mc
make[1]: Entering directory `/home/steffen/Downloads/xrdp-master/mc'
make[2]: Entering directory `/home/steffen/Downloads/xrdp-master/mc'
 /usr/bin/mkdir -p '/usr/local/lib/xrdp'
 /bin/sh ../libtool   --mode=install /usr/bin/install -c
libmc.la'/usr/local/lib/xrdp'
libtool: install: warning: relinking `libmc.la'
libtool: install: (cd /home/steffen/Downloads/xrdp-master/mc; /bin/sh
/home/steffen/Downloads/xrdp-master/libtool  --tag CC --mode=relink gcc
-DXRDP_CFG_PATH=\"/etc/xrdp\" -DXRDP_SBIN_PATH=\"/usr/local/sbin\"
-DXRDP_SHARE_PATH=\"/usr/local/share/xrdp\" -DXRDP_PID_PATH=\"/var/run\" -g
-O2 -o libmc.la -rpath /usr/local/lib/xrdp mc.lo ../common/libcommon.la )
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/mc.o   -Wl,-rpath
-Wl,/usr/local/lib/xrdp -L/usr/local/lib/xrdp -lcommon -lcrypto -lssl
-lpthread  -O2   -Wl,-soname -Wl,libmc.so.0 -o .libs/libmc.so.0.0.0
libtool: install: /usr/bin/install -c .libs/libmc.so.0.0.0T
/usr/local/lib/xrdp/libmc.so.0.0.0
libtool: install: (cd /usr/local/lib/xrdp && { ln -s -f libmc.so.0.0.0
libmc.so.0 || { rm -f libmc.so.0 && ln -s libmc.so.0.0.0 libmc.so.0; }; })
libtool: install: (cd /usr/local/lib/xrdp && { ln -s -f libmc.so.0.0.0
libmc.so || { rm -f libmc.so && ln -s libmc.so.0.0.0 libmc.so; }; })
libtool: install: /usr/bin/install -c .libs/libmc.lai /usr/local/lib/xrdp/
libmc.la
libtool: install: /usr/bin/install -c .libs/libmc.a
/usr/local/lib/xrdp/libmc.a
libtool: install: chmod 644 /usr/local/lib/xrdp/libmc.a
libtool: install: ranlib /usr/local/lib/xrdp/libmc.a
libtool: finish: PATH="/sbin:/bin:/usr/sbin:/usr/bin:/sbin" ldconfig -n
/usr/local/lib/xrdp
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib/xrdp

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/steffen/Downloads/xrdp-master/mc'
make[1]: Leaving directory `/home/steffen/Downloads/xrdp-master/mc'
Making install in libxrdp
make[1]: Entering directory `/home/steffen/Downloads/xrdp-master/libxrdp'
make[2]: Entering directory `/home/steffen/Downloads/xrdp-master/libxrdp'
 /usr/bin/mkdir -p '/usr/local/lib/xrdp'
 /bin/sh ../libtool   --mode=install /usr/bin/install -c
libxrdp.la'/usr/local/lib/xrdp'
libtool: install: warning: relinking `libxrdp.la'
libtool: install: (cd /home/steffen/Downloads/xrdp-master/libxrdp; /bin/sh
/home/steffen/Downloads/xrdp-master/libtool  --tag CC --mode=relink gcc
-DXRDP_CFG_PATH=\"/etc/xrdp\" -DXRDP_SBIN_PATH=\"/usr/local/sbin\"
-DXRDP_SHARE_PATH=\"/usr/local/share/xrdp\" -DXRDP_PID_PATH=\"/var/run\"
-DXRDP_NODEBUG -g -O2 -L/usr/local/lib -Wl,-rpath -Wl,/usr/local/lib -o
libxrdp.la -rpath /usr/local/lib/xrdp libxrdp.lo xrdp_channel.lo
xrdp_iso.lo xrdp_mcs.lo xrdp_orders.lo xrdp_rdp.lo xrdp_sec.lo
xrdp_bitmap_compress.lo xrdp_bitmap32_compress.lo xrdp_jpeg_compress.lo
xrdp_orders_rail.lo xrdp_mppc_enc.lo ../common/libcommon.la )
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/libxrdp.o
.libs/xrdp_channel.o .libs/xrdp_iso.o .libs/xrdp_mcs.o .libs/xrdp_orders.o
.libs/xrdp_rdp.o .libs/xrdp_sec.o .libs/xrdp_bitmap_compress.o
.libs/xrdp_bitmap32_compress.o .libs/xrdp_jpeg_compress.o
.libs/xrdp_orders_rail.o .libs/xrdp_mppc_enc.o   -Wl,-rpath
-Wl,/usr/local/lib/xrdp -L/usr/local/lib -L/usr/local/lib/xrdp -lcommon
-lcrypto -lssl -lpthread  -O2 -Wl,-rpath -Wl,/usr/local/lib   -Wl,-soname
-Wl,libxrdp.so.0 -o .libs/libxrdp.so.0.0.0
libtool: install: /usr/bin/install -c .libs/libxrdp.so.0.0.0T
/usr/local/lib/xrdp/libxrdp.so.0.0.0
libtool: install: (cd /usr/local/lib/xrdp && { ln -s -f libxrdp.so.0.0.0
libxrdp.so.0 || { rm -f libxrdp.so.0 && ln -s libxrdp.so.0.0.0
libxrdp.so.0; }; })
libtool: install: (cd /usr/local/lib/xrdp && { ln -s -f libxrdp.so.0.0.0
libxrdp.so || { rm -f libxrdp.so && ln -s libxrdp.so.0.0.0 libxrdp.so; }; })
libtool: install: /usr/bin/install -c .libs/libxrdp.lai /usr/local/lib/xrdp/
libxrdp.la
libtool: install: /usr/bin/install -c .libs/libxrdp.a
/usr/local/lib/xrdp/libxrdp.a
libtool: install: chmod 644 /usr/local/lib/xrdp/libxrdp.a
libtool: install: ranlib /usr/local/lib/xrdp/libxrdp.a
libtool: finish: PATH="/sbin:/bin:/usr/sbin:/usr/bin:/sbin" ldconfig -n
/usr/local/lib/xrdp
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib/xrdp

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/steffen/Downloads/xrdp-master/libxrdp'
make[1]: Leaving directory `/home/steffen/Downloads/xrdp-master/libxrdp'
Making install in xrdp
make[1]: Entering directory `/home/steffen/Downloads/xrdp-master/xrdp'
make[2]: Entering directory `/home/steffen/Downloads/xrdp-master/xrdp'
 /usr/bin/mkdir -p '/usr/local/sbin'
  /bin/sh ../libtool   --mode=install /usr/bin/install -c xrdp
'/usr/local/sbin'
libtool: install: /usr/bin/install -c .libs/xrdp /usr/local/sbin/xrdp
 /usr/bin/mkdir -p '/usr/local/share/xrdp'
 /usr/bin/install -c -m 644 ad24b.bmp ad256.bmp xrdp24b.bmp xrdp256.bmp
xrdp_logo.bmp sans-10.fv1 cursor0.cur cursor1.cur '/usr/local/share/xrdp'
 /usr/bin/mkdir -p '/etc/xrdp'
 /usr/bin/install -c -m 644 xrdp.ini '/etc/xrdp'
make[2]: Leaving directory `/home/steffen/Downloads/xrdp-master/xrdp'
make[1]: Leaving directory `/home/steffen/Downloads/xrdp-master/xrdp'
Making install in sesman
make[1]: Entering directory `/home/steffen/Downloads/xrdp-master/sesman'
Making install in libscp
make[2]: Entering directory
`/home/steffen/Downloads/xrdp-master/sesman/libscp'
make[3]: Entering directory
`/home/steffen/Downloads/xrdp-master/sesman/libscp'
 /usr/bin/mkdir -p '/usr/local/lib/xrdp'
 /bin/sh ../../libtool   --mode=install /usr/bin/install -c
libscp.la'/usr/local/lib/xrdp'
libtool: install: warning: relinking `libscp.la'
libtool: install: (cd /home/steffen/Downloads/xrdp-master/sesman/libscp;
/bin/sh /home/steffen/Downloads/xrdp-master/libtool  --tag CC --mode=relink
gcc -DXRDP_CFG_PATH=\"/etc/xrdp\" -DXRDP_SBIN_PATH=\"/usr/local/sbin\"
-DXRDP_SHARE_PATH=\"/usr/local/share/xrdp\" -DXRDP_PID_PATH=\"/var/run\" -g
-O2 -o libscp.la -rpath /usr/local/lib/xrdp libscp_connection.lo
libscp_init.lo libscp_lock.lo libscp_session.lo libscp_tcp.lo libscp_v0.lo
libscp_v1c.lo libscp_v1s.lo libscp_v1c_mng.lo libscp_v1s_mng.lo
libscp_vX.lo ../../common/libcommon.la -lpthread )
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/libscp_connection.o
.libs/libscp_init.o .libs/libscp_lock.o .libs/libscp_session.o
.libs/libscp_tcp.o .libs/libscp_v0.o .libs/libscp_v1c.o .libs/libscp_v1s.o
.libs/libscp_v1c_mng.o .libs/libscp_v1s_mng.o .libs/libscp_vX.o
-Wl,-rpath -Wl,/usr/local/lib/xrdp -L/usr/local/lib/xrdp -lcommon -lcrypto
-lssl -lpthread  -O2   -Wl,-soname -Wl,libscp.so.0 -o .libs/libscp.so.0.0.0
libtool: install: /usr/bin/install -c .libs/libscp.so.0.0.0T
/usr/local/lib/xrdp/libscp.so.0.0.0
libtool: install: (cd /usr/local/lib/xrdp && { ln -s -f libscp.so.0.0.0
libscp.so.0 || { rm -f libscp.so.0 && ln -s libscp.so.0.0.0 libscp.so.0; };
})
libtool: install: (cd /usr/local/lib/xrdp && { ln -s -f libscp.so.0.0.0
libscp.so || { rm -f libscp.so && ln -s libscp.so.0.0.0 libscp.so; }; })
libtool: install: /usr/bin/install -c .libs/libscp.lai /usr/local/lib/xrdp/
libscp.la
libtool: install: /usr/bin/install -c .libs/libscp.a
/usr/local/lib/xrdp/libscp.a
libtool: install: chmod 644 /usr/local/lib/xrdp/libscp.a
libtool: install: ranlib /usr/local/lib/xrdp/libscp.a
libtool: finish: PATH="/sbin:/bin:/usr/sbin:/usr/bin:/sbin" ldconfig -n
/usr/local/lib/xrdp
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib/xrdp

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory
`/home/steffen/Downloads/xrdp-master/sesman/libscp'
make[2]: Leaving directory
`/home/steffen/Downloads/xrdp-master/sesman/libscp'
Making install in tools
make[2]: Entering directory
`/home/steffen/Downloads/xrdp-master/sesman/tools'
make[3]: Entering directory
`/home/steffen/Downloads/xrdp-master/sesman/tools'
 /usr/bin/mkdir -p '/usr/local/bin'
  /bin/sh ../../libtool   --mode=install /usr/bin/install -c xrdp-sesrun
xrdp-sesadmin xrdp-dis '/usr/local/bin'
libtool: install: /usr/bin/install -c .libs/xrdp-sesrun
/usr/local/bin/xrdp-sesrun
libtool: install: /usr/bin/install -c .libs/xrdp-sesadmin
/usr/local/bin/xrdp-sesadmin
libtool: install: /usr/bin/install -c xrdp-dis /usr/local/bin/xrdp-dis
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory
`/home/steffen/Downloads/xrdp-master/sesman/tools'
make[2]: Leaving directory
`/home/steffen/Downloads/xrdp-master/sesman/tools'
Making install in sessvc
make[2]: Entering directory
`/home/steffen/Downloads/xrdp-master/sesman/sessvc'
make[3]: Entering directory
`/home/steffen/Downloads/xrdp-master/sesman/sessvc'
 /usr/bin/mkdir -p '/usr/local/sbin'
  /bin/sh ../../libtool   --mode=install /usr/bin/install -c xrdp-sessvc
'/usr/local/sbin'
libtool: install: /usr/bin/install -c .libs/xrdp-sessvc
/usr/local/sbin/xrdp-sessvc
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory
`/home/steffen/Downloads/xrdp-master/sesman/sessvc'
make[2]: Leaving directory
`/home/steffen/Downloads/xrdp-master/sesman/sessvc'
Making install in chansrv
make[2]: Entering directory
`/home/steffen/Downloads/xrdp-master/sesman/chansrv'
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../common
-DXRDP_CFG_PATH=\"/etc/xrdp\" -DXRDP_SBIN_PATH=\"/usr/local/sbin\"
-DXRDP_SHARE_PATH=\"/usr/local/share/xrdp\" -DXRDP_PID_PATH=\"/var/run\"
-g -O2 -MT rail.o -MD -MP -MF .deps/rail.Tpo -c -o rail.o rail.c
rail.c:31:35: fatal error: X11/extensions/Xrandr.h: No such file or
directory
 #include <X11/extensions/Xrandr.h>
                                   ^
compilation terminated.
make[2]: *** [rail.o] Error 1
make[2]: Leaving directory
`/home/steffen/Downloads/xrdp-master/sesman/chansrv'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/steffen/Downloads/xrdp-master/sesman'
make: *** [install-recursive] Error 1
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
xrdp-devel mailing list
xrdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xrdp-devel

Reply via email to