Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Fri, 16 Mar 2001 17:45:58 +0300 From: Egor Duda X-Mailer: The Bat! (v1.45) Personal Reply-To: Egor Duda Organization: DEO X-Priority: 3 (Normal) Message-ID: <549259644.20010316174558@logos-m.ru> To: "Charles S. Wilson" CC: Dan Levin , cygwin AT cygwin DOT com Subject: Re: Problem with scanw() in ncurses In-reply-To: <3AB21FB8.3B708AF0@ece.gatech.edu> References: <3AAF3338 DOT 2732C4FB AT mdh DOT se> <3AB21FB8 DOT 3B708AF0 AT ece DOT gatech DOT edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi! Friday, 16 March, 2001 Charles S. Wilson cwilson AT ece DOT gatech DOT edu wrote: CSW> Known problem; no known explanation. I think there's a note in the CSW> release announcement that the test program CSW> (/usr/bin/ncurses-test-dll/testscanw.exe) doesn't work; check CSW> cygwin-announce archives. This problem is not dll-related, because the CSW> statically-linked version (/usr/bin/ncurses-test-stat/testscanw.exe) CSW> also does not work. CSW> Debug results and patches gratefully and gleefully accepted. when i looked at it last time i've seen the following code fragment along this function execution: ncurses\base\vsscanf.c: .... NCURSES_EXPORT(int, vsscanf) (const char *str, const char *format, va_list ap) { /* * You don't have a native vsscanf(3), and you don't have System-V * compatible stdio internals. You're probably using a BSD * older than 4.4 or a really old Linux. You lose. Upgrade * to a current C library to win. */ return -1; /* not implemented */ } ... i believe this is the reason. Egor. mailto:deo AT logos-m DOT ru ICQ 5165414 FidoNet 2:5020/496.19 -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple