From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8144 invoked by alias); 15 Jun 2013 22:48:01 -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 8113 invoked by uid 89); 15 Jun 2013 22:47:57 -0000 X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE autolearn=ham version=3.3.1 Received: from nm3-vm2.bt.bullet.mail.ir2.yahoo.com (HELO nm3-vm2.bt.bullet.mail.ir2.yahoo.com) (212.82.99.122) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Sat, 15 Jun 2013 22:47:56 +0000 Received: from [212.82.98.45] by nm3.bt.bullet.mail.ir2.yahoo.com with NNFMP; 15 Jun 2013 22:47:53 -0000 Received: from [77.238.189.18] by tm6.bt.bullet.mail.ir2.yahoo.com with NNFMP; 15 Jun 2013 22:47:53 -0000 Received: from [127.0.0.1] by smtp818.mail.ird.yahoo.com with NNFMP; 15 Jun 2013 22:47:53 -0000 X-Yahoo-SMTP: u.JgLvyswBBMp9ZJJfsX14qmYb3T2ivhMAr6OupnxLpNQEFZ9g-- X-Rocket-Received: from [192.168.1.72] (jon.turney@86.132.53.148 with plain) by smtp818.mail.ird.yahoo.com with SMTP; 15 Jun 2013 22:47:53 +0000 UTC Message-ID: <51BCEF1F.7020805@dronecode.org.uk> Date: Sat, 15 Jun 2013 22:48: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: <51BCE57E.9080101@codespunk.com> In-Reply-To: <51BCE57E.9080101@codespunk.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SW-Source: 2013-06/txt/msg00031.txt.bz2 On 15/06/2013 23:06, Matt D. wrote: > The error appears to be here: > > /bin/sh ../../ylwrap winprefslex.l .c winprefslex.c > > 'winprefslex.c' is not created but ylwrap is not returning an error. This is > unfamiliar territory for me but I'll see what I can do. > > Off the top of your head, is there a way to slim this down to remove ylwrap? > Maybe it will throw something helpful. That doesn't look right. I have: /bin/sh ../../ylwrap winprefslex.l lex.yy.c winprefslex.c -- flex -i $ ./ylwrap --help Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]... So, it looks like maybe something has gone wrong in the autofoolery as it hasn't found the name of your lex successfully, but has still configured. I think now might be an appropriate time to ask if you have all the prerequisites listed in [1]? http://x.cygwin.com/docs/cg/prog-build-prerequisites.html -- 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/