From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28068 invoked by alias); 15 Jun 2013 18:21:25 -0000 Mailing-List: contact cygwin-xfree-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-xfree-owner@cygwin.com Reply-To: cygwin-xfree@cygwin.com Mail-Followup-To: cygwin-xfree@cygwin.com Received: (qmail 28059 invoked by uid 89); 15 Jun 2013 18:21:24 -0000 X-Spam-SWARE-Status: No, score=2.8 required=5.0 tests=AWL,BAYES_05,KHOP_DNSBL_BUMP,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,RCVD_IN_MSPIKE_BL,RCVD_IN_MSPIKE_L3 autolearn=no version=3.3.1 Received: from p3plsmtpa09-10.prod.phx3.secureserver.net (HELO p3plsmtpa09-10.prod.phx3.secureserver.net) (173.201.193.239) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Sat, 15 Jun 2013 18:21:24 +0000 Received: from [10.0.1.102] ([68.9.29.195]) by p3plsmtpa09-10.prod.phx3.secureserver.net with id oiMM1l00Z4CauTG01iMNed; Sat, 15 Jun 2013 11:21:22 -0700 Message-ID: <51BCB086.5090404@codespunk.com> Date: Sat, 15 Jun 2013 18:21:00 -0000 From: "Matt D." User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.28) Gecko/20120306 Thunderbird/3.1.20 MIME-Version: 1.0 To: cygwin-xfree Subject: Make error when compiling xserver-cygwin-1.14.1-1 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-SW-Source: 2013-06/txt/msg00027.txt.bz2 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/