bug-ncurses
[Top][All Lists]
Advanced

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

Re: ncurses-5.3-20031206.patch.gz


From: Mike Castle
Subject: Re: ncurses-5.3-20031206.patch.gz
Date: Mon, 08 Dec 2003 10:16:48 -0800

In article <address@hidden>,
Thomas Dickey  <address@hidden> wrote:
>       + folded ncurses/base/sigaction.c into includes of ncurses/SigAction.h,
>         since that header is used only within ncurses/tty/lib_tstp.c, for
>         non-POSIX systems (discussion with Stanislav Ievlev).

This particular change seems to be causing issues w.r.t. building outside
of the srcdir.

cd ../obj_s;  i386-linux-gcc -DHAVE_CONFIG_H -I../ncurses 
-I../../ncurses-5.3/ncurses -I../../ncurses-5.3/ncurses/../include -I.  
-I../include  -D_GNU_SOURCE -DNDEBUG -O2 -fPIC -c 
../../ncurses-5.3/ncurses/base/lib_slktouch.c
cd ../obj_s;  i386-linux-gcc -DHAVE_CONFIG_H -I../ncurses 
-I../../ncurses-5.3/ncurses -I../../ncurses-5.3/ncurses/../include -I.  
-I../include  -D_GNU_SOURCE -DNDEBUG -O2 -fPIC -c 
../../ncurses-5.3/ncurses/base/lib_touch.c
make[1]: *** No rule to make target `SigAction.h', needed by 
`../obj_s/lib_tstp.o'.  Stop.
make[1]: Leaving directory `/usr/src/ncurses/ncurses-5.3-build/ncurses'
make: *** [all] Error 2

I verified and previous patch did build correctly outside of srcdir.

Cheers,
mrc
-- 
     Mike Castle      address@hidden      www.netcom.com/~dalgoda/
    We are all of us living in the shadow of Manhattan.  -- Watchmen
fatal ("You are in a maze of twisty compiler features, all different"); -- gcc




reply via email to

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