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: Thomas Dickey
Subject: Re: ncurses-5.3-20031206.patch.gz
Date: Mon, 8 Dec 2003 15:11:15 -0500 (EST)

On Mon, 8 Dec 2003, Mike Castle wrote:

> 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.

I should have added a -I$srcdir/ncurses to the options.

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net




reply via email to

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