www.delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin-developers/2001/05/28/18:31:28

Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-developers-subscribe AT sources DOT redhat DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin-developers/>
List-Post: <mailto:cygwin-developers AT sources DOT redhat DOT com>
List-Help: <mailto:cygwin-developers-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-developers-owner AT sources DOT redhat DOT com
Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com
Date: Mon, 28 May 2001 17:53:25 EDT
To: cygwin-developers AT cygwin DOT com
Subject: Re: release announcement for setup.exe?
X-Mailer: Virtual Access by Atlantic Coast PLC, http://www.atlantic-coast.com/va
Message-Id: <VA.000007c7.001c90d5@thesoftwaresource.com>
From: Brian Keener <bkeener AT thesoftwaresource DOT com>
Reply-To: bkeener AT thesoftwaresource DOT com
In-Reply-To: <20010528165557.C29676@redhat.com>
References: <20010525231633 DOT A29781 AT redhat DOT com> <VA DOT 000007bb DOT 0051cc77 AT thesoftwaresource DOT com> <VA DOT 000007c1 DOT 00577786 AT thesoftwaresource DOT com> <20010527170534 DOT A25094 AT redhat DOT com> <VA DOT 000007c4 DOT 00cbdfe8 AT thesoftwaresource DOT com> <20010528165557 DOT C29676 AT redhat DOT com>

Christopher Faylor wrote:
> >the file iniparse.h wouldn't happen to ring a bell would it.  I updated from 
> >cvs and now when I try to compile setup - the make is complaining about no such 
> >file or directory on iniparse.h.  This header is actually being referenced by 
> >inilex.l and iniparse.y.  I don't seem to have a copy of it in my source.
> >
> >Got any ideas?
> 
> Look at the setup.exe Makefile.
>
Yes I think that is where it might be - the change you submitted was as follows:

-iniparse.c iniparse.h : iniparse.y
-      bison -d -o iniparse.c $(srcdir)/iniparse.y
+iniparse.cc iniparse.h : iniparse.y
+      bison -d -o iniparse.cc $(srcdir)/iniparse.y

and I am still testing this theory but it appears the header file being built in my 
build directory is now called iniparse.cc.h instead of iniparse.h like it 
apparently used to be.  If I'm right I'm not sure how it should be fixed other than 
changing the two references of iniparse.h in inilex.l and iniparse.y to be 
references to iniparse.cc.h.  Is this bison that is causing this or is it deeper in 
the compile that just the Makefile.

bk

bk


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019