This is the mail archive of the cygwin-xfree@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: CVS Build broken?


 John,

Yesterday, XF86 4.0.1d was released for internal use.  The fixes I
submitted,
including Harold patches were incorporated.  Could you try a cvs update
please?
If still it gives the problems, let me know, I will download CVS tree and
try
to fix the problems.

Suhaib

-----Original Message-----
From: fortinj@attglobal.net
To: cygwin-xfree@sourceware.cygnus.com
Sent: 10/28/2000 9:56 AM
Subject: CVS Build broken?

I just downloaded the Latest CVS Tree.

There seem to be several problems...

1) 
make[2]: Entering directory `/cvs/xc/config/imake'
making imake with BOOTSTRAPCFLAGS= in config/imake
gcc -c  -O -I../../include -I../../imports/x11/include/X11 `./ccimake`
imake.c
imake.c:1192: Invalid token in expression
make[2]: *** [imake.o] Error 1
make[2]: Leaving directory `/cvs/xc/config/imake'
make[1]: *** [imake.proto] Error 2
make[1]: Leaving directory `/cvs/xc'
make: *** [World] Error 2

gcc does not seem to recognize the line continuation character '\'

after 'fixing'
2)
make[1]: Entering directory `/cvs/xc'
cd ./config/imake && make - --unix -w -f Makefile.ini BOOTSTRAPCFLAGS=""
CC="gcc"
make[2]: Entering directory `/cvs/xc/config/imake'
making imake with BOOTSTRAPCFLAGS= in config/imake
gcc -c  -O -I../../include -I../../imports/x11/include/X11 `./ccimake`
imake.c
gcc -o imake  -O -I../../include -I../../imports/x11/include/X11 imake.o
make[2]: Leaving directory `/cvs/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:41,
                 from Imakefile.c:8:
config/cf/site.def:64: Invalid token in expression
                                                            ********
Same as #1
In file included from config/cf/Imake.tmpl:90,
                 from Imakefile.c:8:
config/cf/cygwin.cf:43: warning: `HasGcc' redefined
Imakefile.c:2: warning: this is the location of the previous definition
config/cf/cygwin.cf:44: warning: `HasGcc2' redefined
Imakefile.c:3: warning: this is the location of the previous definition
In file included from config/cf/cygwin.cf:169,
                 from config/cf/Imake.tmpl:90,
                 from Imakefile.c:8:
config/cf/xfree86.cf:910: Invalid token in expression
                                                            ********
Same as #1
In file included from config/cf/Imake.tmpl:222,
                 from Imakefile.c:8:
config/cf/Imake.rules:3189: macro `LinkBuildNamedModule' used with too
many (3) args
config/cf/Imake.rules:1576: unterminated `#if' conditional
In file included from config/cf/Imake.tmpl:1690,
                 from Imakefile.c:8:
/tmp/IIf.001155:87: unterminated `#ifdef' conditional
./config/imake/imake: Exit code 1.
  Stop.
make[1]: *** [config/makedepend/Makefile.proto] Error 1
make[1]: Leaving directory `/cvs/xc'
make: *** [World] Error 2


At this point I can't get any farther.

John

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]