bug-ncurses
[Top][All Lists]
Advanced

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

ncurses-5.2 compile-time-err.


From: Martin Willemoes Hansen
Subject: ncurses-5.2 compile-time-err.
Date: Fri, 17 Aug 2001 14:48:28 +0000

Hi there!

I get the following err. while compling ncurses:

make[1]: Entering directory 
`/mnt/gnu/source/console/libs/ncurses/ncurses-5.2/c++'
cp ./etip.h.in etip.h
sh ./edit_cfg.sh ../include/ncurses_cfg.h etip.h
substituting autoconf'd values from ../include/ncurses_cfg.h into etip.h
.. CPP_HAS_PARAM_INIT 0
.. ETIP_NEEDS_MATH_EXCEPTION 0
.. ETIP_NEEDS_MATH_H 1
.. HAVE_BUILTIN_H 0
.. HAVE_GXX_BUILTIN_H 0
.. HAVE_GPP_BUILTIN_H 0
.. HAVE_TYPEINFO 1
.. HAVE_VALUES_H 0
cd ../obj_s;  c++ -I../c++ -I../include -I. -DHAVE_CONFIG_H  -DNDEBUG -I.
-I../include -O2 -fPIC -c ../c++/cursesf.cc
cd ../obj_s;  c++ -I../c++ -I../include -I. -DHAVE_CONFIG_H  -DNDEBUG -I.
-I../include -O2 -fPIC -c ../c++/cursesm.cc
cd ../obj_s;  c++ -I../c++ -I../include -I. -DHAVE_CONFIG_H  -DNDEBUG -I.
-I../include -O2 -fPIC -c ../c++/cursesw.cc
./c++/cursesw.cc: In member function `int NCursesWindow::scanw(const
char*, 
   ...)':
./c++/cursesw.cc:55: no matching function for call to 
   `std::strstreambuf::vscan(const char*&, void*&)'
./c++/cursesw.cc: In member function `int NCursesWindow::scanw(int, int,
const 
   char*, ...)':
./c++/cursesw.cc:77: no matching function for call to 
   `std::strstreambuf::vscan(const char*&, void*&)'
make[1]: *** [../obj_s/cursesw.o] Error 1

I use Linux-2.4.9, glibc-2.2.3, gcc-3.0. Hope you can help.
-- 
Martin Willemoes Hansen

--------------------------------------------------------
E-Mail  address@hidden  Website mwh.sysrq.dk
IRC     MWH, openprojects       
--------------------------------------------------------               



From address@hidden Fri Aug 17 09:13:38 2001
Received: from herndon4.his.com ([209.67.207.7])
        by fencepost.gnu.org with esmtp (Exim 3.22 #1 (Debian))
        id 15XjRS-0000vC-00
        for <address@hidden>; Fri, 17 Aug 2001 09:13:38 -0400
Received: from localhost (address@hidden)
        by herndon4.his.com (8.9.3/8.9.3) with ESMTP id JAA04730;
        Fri, 17 Aug 2001 09:13:35 -0400 (EDT)
Date: Fri, 17 Aug 2001 09:13:34 -0400 (EDT)
From: "Thomas E. Dickey" <address@hidden>
Reply-To: <address@hidden>
To: Martin Willemoes Hansen <address@hidden>
cc: <address@hidden>
Subject: Re: ncurses-5.2 compile-time-err.
In-Reply-To: <address@hidden>
Message-ID: <address@hidden>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: address@hidden
Errors-To: address@hidden
X-BeenThere: address@hidden
X-Mailman-Version: 2.0.5
Precedence: bulk
List-Help: <mailto:address@hidden>
List-Post: <mailto:address@hidden>
List-Subscribe: <http://mail.gnu.org/mailman/listinfo/bug-ncurses>,
        <mailto:address@hidden>
List-Id: Bug reports for ncurses,
        the GNU implementation of curses <bug-ncurses.gnu.org>
List-Unsubscribe: <http://mail.gnu.org/mailman/listinfo/bug-ncurses>,
        <mailto:address@hidden>
List-Archive: <http://mail.gnu.org/pipermail/bug-ncurses/>

On Fri, 17 Aug 2001, Martin Willemoes Hansen wrote:

fixed in the rollup patch
        ftp://dickey.his.com/ncurses/5.2/patch-5.2-20010714.sh

> Hi there!
>
> I get the following err. while compling ncurses:
>
> make[1]: Entering directory 
> `/mnt/gnu/source/console/libs/ncurses/ncurses-5.2/c++'
> cp ./etip.h.in etip.h
> sh ./edit_cfg.sh ../include/ncurses_cfg.h etip.h
> substituting autoconf'd values from ../include/ncurses_cfg.h into etip.h
> .. CPP_HAS_PARAM_INIT 0
> .. ETIP_NEEDS_MATH_EXCEPTION 0
> .. ETIP_NEEDS_MATH_H 1
> .. HAVE_BUILTIN_H 0
> .. HAVE_GXX_BUILTIN_H 0
> .. HAVE_GPP_BUILTIN_H 0
> .. HAVE_TYPEINFO 1
> .. HAVE_VALUES_H 0
> cd ../obj_s;  c++ -I../c++ -I../include -I. -DHAVE_CONFIG_H  -DNDEBUG -I.
> -I../include -O2 -fPIC -c ../c++/cursesf.cc
> cd ../obj_s;  c++ -I../c++ -I../include -I. -DHAVE_CONFIG_H  -DNDEBUG -I.
> -I../include -O2 -fPIC -c ../c++/cursesm.cc
> cd ../obj_s;  c++ -I../c++ -I../include -I. -DHAVE_CONFIG_H  -DNDEBUG -I.
> -I../include -O2 -fPIC -c ../c++/cursesw.cc
> ./c++/cursesw.cc: In member function `int NCursesWindow::scanw(const
> char*,
>    ...)':
> ./c++/cursesw.cc:55: no matching function for call to
>    `std::strstreambuf::vscan(const char*&, void*&)'
> ./c++/cursesw.cc: In member function `int NCursesWindow::scanw(int, int,
> const
>    char*, ...)':
> ./c++/cursesw.cc:77: no matching function for call to
>    `std::strstreambuf::vscan(const char*&, void*&)'
> make[1]: *** [../obj_s/cursesw.o] Error 1
>
> I use Linux-2.4.9, glibc-2.2.3, gcc-3.0. Hope you can help.
>

-- 
T.E.Dickey <address@hidden>
http://dickey.his.com
ftp://dickey.his.com



reply via email to

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