bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Wrong 'break' statement when testing if etip.h needs math.h


From: Thomas Dickey
Subject: Re: Wrong 'break' statement when testing if etip.h needs math.h
Date: Sat, 18 Feb 2012 17:50:45 -0500
User-agent: Mutt/1.5.18 (2008-05-17)

On Sun, Feb 12, 2012 at 05:08:50PM +0100, Pierre Labastie wrote:
> Le 12/02/2012 15:38, Pierre Labastie a ?crit :
>>
>> When "checking for special defines needed for etip.h", configure uses
>> [...]
>> The correction is to use break 2. See attached patch.

I did overlook this (thanks)

> Answering myself because actually the picture seems more
> complicated. What I said in the preceding post is true. However,
> there is another issue. The compile test uses:
> ----------------
> #include <etip.h.in>
> ----------------------
> and <etip.h.in> does
> --------------------
> #includes <ncurses_dll.h>
> --------------------
> and at the time configure is run, ncurses_dll.h
> does not exist in the ncurses tree. (only ncurses_dll.h.in)

I made a fix for the missing ncurses_dll.h in December:

20111203
        + modify configure-check for etip.h dependencies, supplying a temporary
          copy of ncurses_dll.h since it is a generated file (prompted by
          Debian #646977).
        + modify CF_CPP_PARAM_INIT "main" function to work with current C++.

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]