From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7126 invoked by alias); 15 Jun 2013 21:36:24 -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 7117 invoked by uid 89); 15 Jun 2013 21:36:24 -0000 X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_40,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE autolearn=ham version=3.3.1 Received: from nm1-vm2.bt.bullet.mail.ir2.yahoo.com (HELO nm1-vm2.bt.bullet.mail.ir2.yahoo.com) (212.82.99.120) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Sat, 15 Jun 2013 21:36:21 +0000 Received: from [212.82.98.47] by nm1.bt.bullet.mail.ir2.yahoo.com with NNFMP; 15 Jun 2013 21:36:18 -0000 Received: from [217.146.189.75] by tm8.bt.bullet.mail.ir2.yahoo.com with NNFMP; 15 Jun 2013 21:36:18 -0000 Received: from [127.0.0.1] by smtp825.mail.ird.yahoo.com with NNFMP; 15 Jun 2013 21:36:18 -0000 X-Yahoo-SMTP: u.JgLvyswBBMp9ZJJfsX14qmYb3T2ivhMAr6OupnxLpNQEFZ9g-- X-Rocket-Received: from [192.168.1.72] (jon.turney@86.132.53.148 with plain) by smtp825.mail.ird.yahoo.com with SMTP; 15 Jun 2013 14:36:18 -0700 PDT Message-ID: <51BCDE58.20808@dronecode.org.uk> Date: Sat, 15 Jun 2013 21:36:00 -0000 From: Jon TURNEY Reply-To: cygwin-xfree User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: cygwin-xfree@cygwin.com CC: matt@codespunk.com Subject: Re: Make error when compiling xserver-cygwin-1.14.1-1 References: <51BCB086.5090404@codespunk.com> In-Reply-To: <51BCB086.5090404@codespunk.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SW-Source: 2013-06/txt/msg00029.txt.bz2 On 15/06/2013 19:20, Matt D. wrote: > 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. > Here is the error: > > LEX winprefslex.c > CC winprefslex.o > gcc: winprefslex.c: No such file or directory > gcc: no input files I can only offer the observation that the file that gcc is failing to compile because it doesn't exist is supposed to have been made by flex on the line above. You might like to try using 'make V=1' to see how flex is being invoked, and then try that manually to try to work out why it's not making any output... -- Jon TURNEY Volunteer Cygwin/X X Server maintainer -- 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/