X-Spam-Check-By: sourceware.org Message-ID: <43D24CD0.5000508@byu.net> Date: Sat, 21 Jan 2006 08:01:36 -0700 From: Eric Blake User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) MIME-Version: 1.0 To: Bob Rossi CC: cygwin AT cygwin DOT com Subject: Re: curses.h References: <20060120172639 DOT GA15196 AT brasko DOT net> <20060121142951 DOT GA20108 AT brasko DOT net> In-Reply-To: <20060121142951.GA20108@brasko.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 According to Bob Rossi on 1/21/2006 7:29 AM: > > I can admit that I changed the version of automake that I was using, > however I don't think that has much to do with looking for the files. > Here the related config.log. Has anything changed with Cygwin that would > cause this? Let's look at this a little closer: > configure:6066: checking curses.h presence > configure:6076: gcc -E conftest.c > conftest.c:49:20: curses.h: No such file or directory > configure:6082: $? = 1 Somehow, you've messed up your compilation environment. You need to figure out why the compiler can't find headers. Something to try would be taking the failed program (the next few lines in config.log), making a file with just those contents, and running the same gcc command line that configure tried, with -v added to see if gcc tells you more about the failure (such as which directories it searched). Also, you may want to repost your cygcheck output, with your current setup (the last one you posted, at http://cygwin.com/ml/cygwin/2006-01/msg00986.html, claimed that sh was not found, which hopefully has changed or you wouldn't have been able to run configure), to see if anyone spots a glaring problem in your setup. - -- Life is short - so eat dessert first! Eric Blake ebb9 AT byu DOT net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFD0kzP84KuGfSFAYARAuyDAKCpK6o5p9DFX0hjUTB8taDme5CAtQCff8tN 55b4QGu0UpIAPD+yoFXN/Wk= =q5E0 -----END PGP SIGNATURE----- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/