Система: Archlinux x86_64. Сабж не собирается, почему - понять не могу ввиду того, что я не програмист. Кто знает, что не так, помогите:
$ LANG=C make World
Building Release 2.2.0 of CDE
I hope you checked the configuration parameters in ./config/cf
to see if you need to pass BOOTSTRAPCFLAGS.
Fri Aug 10 22:42:19 EEST 2012
cd ./config/imake && make -f Makefile.ini BOOTSTRAPCFLAGS="" clean
make[1]: Entering directory `/home/keed/Документи/CDE/cde/config/imake'
rm -f ccimake imake.o imake
rm -f *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a tags TAGS make.log \#*
rm -f -r Makefile.proto Makefile Makefile.dep bootstrap
make[1]: Leaving directory `/home/keed/Документи/CDE/cde/config/imake'
make Makefile.boot
make[1]: Entering directory `/home/keed/Документи/CDE/cde'
cd ./config/imake && make -w -f Makefile.ini BOOTSTRAPCFLAGS=""
make[2]: Entering directory `/home/keed/Документи/CDE/cde/config/imake'
making imake with BOOTSTRAPCFLAGS= in config/imake
cc -o ccimake -O -I../../include -I../../imports/x11/include/X11 ccimake.c
ccimake.c: In function 'main':
ccimake.c:62:2: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
cc -c -O -I../../include -I../../imports/x11/include/X11 `./ccimake` imake.c
imake.c: In function 'LogFatalI':
imake.c:608:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
cc -o imake imake.o
make[2]: Leaving directory `/home/keed/Документи/CDE/cde/config/imake'
rm -f ./config/makedepend/Makefile.proto
./config/imake/imake -I./config/cf -s ./config/makedepend/Makefile.proto -f ./config/makedepend/Imakefile -DTOPDIR=../.. -DCURDIR=./config/makedepend
./config/imake/imake: No such file or directory
./config/imake/imake: Cannot exec /lib/cpp.
Stop.
./config/imake/imake: Exit code 1.
Stop.
make[1]: *** [config/makedepend/Makefile.proto] Error 1
make[1]: Leaving directory `/home/keed/Документи/CDE/cde'
make: *** [World] Error 2