This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: curses.h


-----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@byu.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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]