[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Configury broken for etip.h special defines
From: |
Greg Schafer |
Subject: |
Re: Configury broken for etip.h special defines |
Date: |
Wed, 19 Mar 2003 21:52:58 +1100 |
User-agent: |
Mutt/1.4i |
On Wed, Mar 19, 2003 at 05:42:09AM -0500, Thomas E. Dickey wrote:
> On Wed, 19 Mar 2003, Greg Schafer wrote:
>
> > Hi
> >
> > Using ncurses-5.3 release (20021012) on i686-pc-linux-gnu with gcc-3.2.x
> >
> > On a system with ncurses NOT already installed:-
>
> I'm not sure: the only instances where I've seen the missing ncurses_dll.h
> message show up is when installing on a system where gcc was built, and
> its buggy fixincludes script decides to make a copy of curses.h in its
> shadow directory. I made a recent work-around for that (but it won't
> affect systems where there's a curses.h under your gcc-lib).
Fixincludes has given me grief in the past so I purposely disable it. So
that is definitely not the problem here.
You should be able to reproduce the bug by moving the system installed
ncurses_dll.h out of the way temporarily:-
mv /usr/include/ncurses_dll.h /usr/include/ncurses_dll.h.XXX
or something..
I'm building up new systems inside a chroot and hence noticed the problem
when comparing the headers from a system with an already installed ncurses
to the new one inside my chroot.
Greg