root@freebsd:~/cde-freebsd/cde # 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.
jeu 4 jul 2013 10:54:39 UTC
cd ./config/imake && make -f Makefile.ini BOOTSTRAPCFLAGS="" clean
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 Makefile.boot
cd ./config/imake && make -f Makefile.ini BOOTSTRAPCFLAGS=""
making imake with BOOTSTRAPCFLAGS= in config/imake
cc -o ccimake -O -I../../include -I../../imports/x11/include/X11 ccimake.c
cc -c -O -I../../include -I../../imports/x11/include/X11 `./ccimake` imake.c
cc -o imake imake.o
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
In file included from Imakefile.c:8:
In file included from ./config/cf/Imake.tmpl:85:
./config/cf/FreeBSD.cf:81:35: error: '#' is not followed by a macro parameter
#define IncludeMakefile(file) @@# dependencies are in .depend
^
In file included from Imakefile.c:8:
In file included from ./config/cf/Imake.tmpl:148:
./config/cf/Imake.rules:1196:27: warning: empty character constant [-Winvalid-pp-token]
for flag in ${MAKEFLAGS} ''; do \ @@\
^
In file included from Imakefile.c:8:
./config/cf/Imake.tmpl:1169:10: fatal error: ' cde .rules' file not found
#include ProjectRulesFile
^
./config/cf/Imake.tmpl:1167:35: note: expanded from macro 'ProjectRulesFile'
# define ProjectRulesFile Concat3(<,TopLevelProject,.rules>)
^
./config/cf/Imake.rules:227:23: note: expanded from macro 'Concat3'
#define Concat3(a,b,c)a/**/b/**/c
^
1 warning and 2 errors generated.
./config/imake/imake: Exit code 1.
Stop.
*** Error code 1
Stop.
make: stopped in /root/cde-freebsd/cde
*** Error code 1
Stop.
make: stopped in /root/cde-freebsd/cde