All,

Anyone come across this error when trying to compile XFree86? This
occurs at the same place on every 3 & 4 version of X.

Thanks for any help.

Paul

Building Release 6.4 of the X Window System.
 
I hope you checked the configuration parameters in ./config/cf
to see if you need to pass BOOTSTRAPCFLAGS.
 
Fri Mar 30 19:22:52 CST 2001
 
cd ./config/imake && make  -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc"
clean
make[1]: Entering directory `/usr/local/src/xc/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 `/usr/local/src/xc/config/imake'
make  Makefile.boot
make[1]: Entering directory `/usr/local/src/xc'
cd ./config/imake && make -w -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc"
make[2]: Entering directory `/usr/local/src/xc/config/imake'
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  -O -I../../include -I../../imports/x11/include/X11 imake.o
make[2]: Leaving directory `/usr/local/src/xc/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
In file included from config/cf/Imake.tmpl:1724,
                 from Imakefile.c:32:
config/makedepend/Imakefile:48: unterminated string or character
constant
config/makedepend/Imakefile:21: possible real start of unterminated
constant
config/makedepend/Imakefile:19: unterminated `#if' conditional
./config/imake/imake: Exit code 1.
  Stop.
make[1]: *** [config/makedepend/Makefile.proto] Error 1
make[1]: Leaving directory `/usr/local/src/xc'
make: *** [World] Error 2