ik krijg bij het commando make voor het installeren van freemware deze fout:
weet iemand waar de fout in zit?
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| make[4]: Entering directory `/root/fmw-20000213/user/plugins/bochs/gui' c++ -c -g -O2 -fPIC -g -I../../../.. -I../../.. -I.. -I../iodev -I../instrument/ x.cc x.cc:21: X11/Xlib.h: No such file or directory x.cc:22: X11/Xutil.h: No such file or directory x.cc:23: X11/Xos.h: No such file or directory x.cc:24: X11/Xatom.h: No such file or directory x.cc:25: X11/keysym.h: No such file or directory make[4]: *** [x.o] Error 1 make[4]: Leaving directory `/root/fmw-20000213/user/plugins/bochs/gui' make[3]: *** [gui/libgui.a] Error 2 make[3]: Leaving directory `/root/fmw-20000213/user/plugins/bochs' make[2]: *** [all] Error 2 make[2]: Leaving directory `/root/fmw-20000213/user/plugins' make[1]: *** [ALL] Error 2 make[1]: Leaving directory `/root/fmw-20000213/user' make: *** [all] Error 2 |
weet iemand waar de fout in zit?