public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* NCurses + acs_map
@ 2001-11-18 16:32 Igor Bujna
  2001-11-19  2:04 ` Charles Wilson
  2001-11-28  3:18 ` Igor Bujna
  0 siblings, 2 replies; 4+ messages in thread
From: Igor Bujna @ 2001-11-18 16:32 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 397 bytes --]

Hi,
i found problem when i compiled program with ncurses.
This problem is whith acs_map.
This is error-fix :
on line 141 in /usr/include/ncurse/curses.h:
----------------This is patch--------------------------------------
140c140
< #if BROKEN_LINKER
---
 > #if BROKEN_LINKER || defined(__CYGWIN__)
--------------------------------------------------------
<file:///H:%5Cmozilla%5Ceasy%5Clogo.jpg>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: NCurses + acs_map
  2001-11-18 16:32 NCurses + acs_map Igor Bujna
@ 2001-11-19  2:04 ` Charles Wilson
  2001-11-28 10:27   ` Charles Wilson
  2001-11-28  3:18 ` Igor Bujna
  1 sibling, 1 reply; 4+ messages in thread
From: Charles Wilson @ 2001-11-19  2:04 UTC (permalink / raw)
  To: Igor Bujna; +Cc: cygwin

Igor Bujna wrote:

> Hi,
> i found problem when i compiled program with ncurses.
> This problem is whith acs_map.
> This is error-fix :
> on line 141 in /usr/include/ncurse/curses.h:
> ----------------This is patch--------------------------------------
> 140c140
> < #if BROKEN_LINKER
> ---
>  > #if BROKEN_LINKER || defined(__CYGWIN__)
> --------------------------------------------------------


known bug, wrong fix.  The right answer is to get the PUBLIC headers 
that are installed with ncurses to include the #define BROKEN_LINKER 
directive.  Currently, that directive only appears in the private, 
uninstalled headers when building ncurses...working on it...

--Chuck



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* NCurses + acs_map
  2001-11-18 16:32 NCurses + acs_map Igor Bujna
  2001-11-19  2:04 ` Charles Wilson
@ 2001-11-28  3:18 ` Igor Bujna
  1 sibling, 0 replies; 4+ messages in thread
From: Igor Bujna @ 2001-11-28  3:18 UTC (permalink / raw)
  To: cygwin

Hi,
i found problem when i compiled program with ncurses.
This problem is whith acs_map.
This is error-fix :
on line 141 in /usr/include/ncurse/curses.h:
----------------This is patch--------------------------------------
140c140
< #if BROKEN_LINKER
---
 > #if BROKEN_LINKER || defined(__CYGWIN__)
--------------------------------------------------------
<file:///H:%5Cmozilla%5Ceasy%5Clogo.jpg>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: NCurses + acs_map
  2001-11-19  2:04 ` Charles Wilson
@ 2001-11-28 10:27   ` Charles Wilson
  0 siblings, 0 replies; 4+ messages in thread
From: Charles Wilson @ 2001-11-28 10:27 UTC (permalink / raw)
  To: Igor Bujna; +Cc: cygwin

Igor Bujna wrote:

> Hi,
> i found problem when i compiled program with ncurses.
> This problem is whith acs_map.
> This is error-fix :
> on line 141 in /usr/include/ncurse/curses.h:
> ----------------This is patch--------------------------------------
> 140c140
> < #if BROKEN_LINKER
> ---
>  > #if BROKEN_LINKER || defined(__CYGWIN__)
> --------------------------------------------------------


known bug, wrong fix.  The right answer is to get the PUBLIC headers 
that are installed with ncurses to include the #define BROKEN_LINKER 
directive.  Currently, that directive only appears in the private, 
uninstalled headers when building ncurses...working on it...

--Chuck



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-11-28 18:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-18 16:32 NCurses + acs_map Igor Bujna
2001-11-19  2:04 ` Charles Wilson
2001-11-28 10:27   ` Charles Wilson
2001-11-28  3:18 ` Igor Bujna

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).