This is the mail archive of the cygwin-xfree mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Make error when compiling xserver-cygwin-1.14.1-1


Can anyone advise me on how to proceed? I've managed to install all of the necessary dependencies but I'm getting an error from make while compiling xserver-cygwin.

I've deleted the source directory and redone the autoconf, configure, and make twice now without success.

Here is the error:

winprefsyacc.y: In function ‘yyparse’:
winprefsyacc.y:213:5: warning: passing argument 1 of ‘AddMenuLine’ discards qualifiers from pointer target type winprefsyacc.y:76:13: note: expected ‘char *’ but argument is of type ‘const char *’ winprefsyacc.y:213:5: warning: passing argument 3 of ‘AddMenuLine’ discards qualifiers from pointer target type winprefsyacc.y:76:13: note: expected ‘char *’ but argument is of type ‘const char *’ winprefsyacc.y:214:5: warning: passing argument 3 of ‘AddMenuLine’ discards qualifiers from pointer target type winprefsyacc.y:76:13: note: expected ‘char *’ but argument is of type ‘const char *’ winprefsyacc.y:217:5: warning: passing argument 3 of ‘AddMenuLine’ discards qualifiers from pointer target type winprefsyacc.y:76:13: note: expected ‘char *’ but argument is of type ‘const char *’ winprefsyacc.c:1973:9: warning: passing argument 1 of ‘yyerror’ discards qualifiers from pointer target type winprefsyacc.y:91:12: note: expected ‘char *’ but argument is of type ‘const char *’ winprefsyacc.c:2090:3: warning: passing argument 1 of ‘yyerror’ discards qualifiers from pointer target type winprefsyacc.y:91:12: note: expected ‘char *’ but argument is of type ‘const char *’
winprefsyacc.y: In function ‘yyerror’:
winprefsyacc.y:296:3: warning: nested extern declaration of ‘yylineno’
  LEX      winprefslex.c
  CC       winprefslex.o
gcc: winprefslex.c: No such file or directory
gcc: no input files
Makefile:925: recipe for target `winprefslex.o' failed
make[4]: *** [winprefslex.o] Error 1
make[4]: Leaving directory `/usr/src/xorg-server-1.14.1-1/src/xserver-cygwin-1.14.1-1/hw/xwin'
Makefile:1041: recipe for target `all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/src/xorg-server-1.14.1-1/src/xserver-cygwin-1.14.1-1/hw/xwin'
Makefile:764: recipe for target `all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/xorg-server-1.14.1-1/src/xserver-cygwin-1.14.1-1/hw/xwin'
Makefile:518: recipe for target `all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/xorg-server-1.14.1-1/src/xserver-cygwin-1.14.1-1/hw'
Makefile:676: recipe for target `all-recursive' failed
make: *** [all-recursive] Error 1



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://x.cygwin.com/docs/
FAQ:                   http://x.cygwin.com/docs/faq/


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