bug-ncurses
[Top][All Lists]
Advanced

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

Re: HELP! -- make problem, after initial ./configure


From: Thomas Dickey
Subject: Re: HELP! -- make problem, after initial ./configure
Date: Tue, 11 Jun 2002 06:20:18 -0400
User-agent: Mutt/1.2.5i

On Tue, Jun 11, 2002 at 12:04:10AM -0700, Thomas G ONeil wrote:
> Help!
> 
> After successfully running ./configure (section 1.3 of
> HOWTO/NCURSES-Programming) immediately after un-tarring the ncurses files
> to the newly created directory, "ncurses-5.2", I tried running "make", per
> the instructions in sec 1.3, but make stopped with errors.  Following my
> name and email address is a snippet of the end of the progress with make:

that's a problem with gcc 3.x which is addressed in the rollup patch at

        ftp://invisible-island.net/ncurses/5.2/
 
rollup and development patches are discussed in my faq:

        http://dickey.his.com/ncurses/ncurses.faq.html

> Please help!
> Thanks.
> Greg O'Neil
> address@hidden
> ----------------------------------
> 
> 
>         cd ../objects;  gcc -I../test -I.  -DNDEBUG -I. -I../include
> -I/usr/local/include -DHAVE_CONFIG_H -O2  -c ../test/worm.c
>          gcc -o worm ../objects/worm.o -L../lib -L/usr/local/lib -lform
> -lmenu -lpanel -lncurses
>         cd ../objects;  gcc -I../test -I.  -DNDEBUG -I. -I../include
> -I/usr/local/include -DHAVE_CONFIG_H -O2  -c ../test/xmas.c
>          gcc -o xmas ../objects/xmas.o -L../lib -L/usr/local/lib -lform
> -lmenu -lpanel -lncurses
> Target "all" is up to date.
>         cd c++ && make DESTDIR="" all
>         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 ../objects;  g++ -I../c++ -I../include -I. -DHAVE_CONFIG_H
> -DNDEBUG -I. -I../include -I/usr/local/include -O2 -c ../c++/cursesf.cc
> In file included from ../c++/cursesp.h:39,
>                  from ../c++/cursesf.h:39,
>                  from ../c++/cursesf.cc:34:
> ../c++/cursesw.h:17: strstream.h: A file or directory in the path name does
> not exist.
> make: 1254-004 The error code from the last command is 1.
> 
> 
> Stop.
> make: 1254-004 The error code from the last command is 2.
> 
> 
> Stop.
> w43p251: /user1/gonei/tools/ncurses/ncurses-5.2>
> 
> 
> 
> 
> _______________________________________________
> Bug-ncurses mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-ncurses

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



reply via email to

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