-=XoDuS=-
Lieutenant
- Registriert
- März 2005
- Beiträge
- 855
Hallo,
beim Kompilieren von xRDP bekomme ich eine Fehlermeldung. Vorgegangen bin ich nach dieser Anleitung:
https://github.com/neutrinolabs/xrdp/issues/246
https://github.com/neutrinolabs/xrdp/wiki/Building-on-Debian-8
Beim Punkt Build and install xorgxrdp gehe ich wie folgt vor:
Build and install xorgxrdp
cd "${BD}"/git/neutrinolabs
tar xvfz xorgxrdp-0.2.0.tar.gz
cd "${BD}"/git/neutrinolabs/xorgxrdp-0.2.0
./bootstrap
./configure
make
Wenn ich make mache kommt folgende Fehlermeldung.
~/git/neutrinolabs/xorgxrdp-0.2.0 $ make
make all-recursive
make[1]: Entering directory '/home/pi/git/neutrinolabs/xorgxrdp-0.2.0'
Making all in module
make[2]: Entering directory '/home/pi/git/neutrinolabs/xorgxrdp-0.2.0/module'
CC rdpDraw.lo
In file included from /usr/include/xorg/dixfontstr.h:28:0,
from rdpDraw.c:40:
/usr/include/xorg/dixfont.h:32:32: fatal error: X11/fonts/fontutil.h: No such file or directory
#include <X11/fonts/fontutil.h>
^
compilation terminated.
Makefile:635: recipe for target 'rdpDraw.lo' failed
make[2]: *** [rdpDraw.lo] Error 1
make[2]: Leaving directory '/home/pi/git/neutrinolabs/xorgxrdp-0.2.0/module'
Makefile:411: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/pi/git/neutrinolabs/xorgxrdp-0.2.0'
Makefile:342: recipe for target 'all' failed
make: *** [all] Error 2
Was muss ich machen damit keine Fehlermeldung mehr bekomme.
beim Kompilieren von xRDP bekomme ich eine Fehlermeldung. Vorgegangen bin ich nach dieser Anleitung:
https://github.com/neutrinolabs/xrdp/issues/246
https://github.com/neutrinolabs/xrdp/wiki/Building-on-Debian-8
Beim Punkt Build and install xorgxrdp gehe ich wie folgt vor:
Build and install xorgxrdp
cd "${BD}"/git/neutrinolabs
tar xvfz xorgxrdp-0.2.0.tar.gz
cd "${BD}"/git/neutrinolabs/xorgxrdp-0.2.0
./bootstrap
./configure
make
Wenn ich make mache kommt folgende Fehlermeldung.
~/git/neutrinolabs/xorgxrdp-0.2.0 $ make
make all-recursive
make[1]: Entering directory '/home/pi/git/neutrinolabs/xorgxrdp-0.2.0'
Making all in module
make[2]: Entering directory '/home/pi/git/neutrinolabs/xorgxrdp-0.2.0/module'
CC rdpDraw.lo
In file included from /usr/include/xorg/dixfontstr.h:28:0,
from rdpDraw.c:40:
/usr/include/xorg/dixfont.h:32:32: fatal error: X11/fonts/fontutil.h: No such file or directory
#include <X11/fonts/fontutil.h>
^
compilation terminated.
Makefile:635: recipe for target 'rdpDraw.lo' failed
make[2]: *** [rdpDraw.lo] Error 1
make[2]: Leaving directory '/home/pi/git/neutrinolabs/xorgxrdp-0.2.0/module'
Makefile:411: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/pi/git/neutrinolabs/xorgxrdp-0.2.0'
Makefile:342: recipe for target 'all' failed
make: *** [all] Error 2
Was muss ich machen damit keine Fehlermeldung mehr bekomme.