On 2010-11-28 19:43 +0100, Thomas Dickey wrote:
> On Sun, 28 Nov 2010, Thomas Dickey wrote:
>>
>> Referring to your email:
>>
>> $ mkdir -p build && cd build && ../test/configure && make
>>
>> I'd thought that (a) would match this case. But trying just that, I
>> see that I was mistaken:
>>
>> config.status: creating Makefile
>> config.status: creating ncurses_cfg.h
>> compiling background
>> gcc: background.c: No such file or directory
>> gcc: no input files
>> make: *** [../build/background.o] Error 1
>>
>> (this is dragging on - I'll see if I have time today to address this)
>
> done...
>
> Bear in mind that the --with-curses-dir option needs an absolute pathname
> (I did that with a `cd ..;pwd` for instance).
I had figured this out the hard way already. Fortunately, our
debian/rules is already prepared for that, recording the full pathname
in $(objdir).
> I checked the other configurations as well, don't see that I've broken
> anything.
It seems to work now. Thank you.
Cheers,
Sven
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]