Re: Problem with curses and UTF-8
"Martin v. Löwis" <martin@v.loewi s.de> wrote:[color=blue][color=green]
>> I'll test it if someone would dumb down "link with ncursesw instead of
>> ncurses" a little for me.
>>
>> I tried:
>> ./configure --with-libs="ncursesw5 "
>>
>> and it failed saying:
>> checking size of wchar_t... configure: error: cannot compute sizeof
>> (wchar_t), 77[/color][/color]
[color=blue]
> If that was Python's configure: don't do that. Instead, hack setup.py[/color]
yes - python's configure script needs a lot of work
(alternatively, it is not the sort of script I would write).
[color=blue]
> to make it change the compiler/linker settings, or even edit the
> compiler/linker line manually at first.[/color]
that works
--
Thomas E. Dickey
ftp://invisible-island.net
"Martin v. Löwis" <martin@v.loewi s.de> wrote:[color=blue][color=green]
>> I'll test it if someone would dumb down "link with ncursesw instead of
>> ncurses" a little for me.
>>
>> I tried:
>> ./configure --with-libs="ncursesw5 "
>>
>> and it failed saying:
>> checking size of wchar_t... configure: error: cannot compute sizeof
>> (wchar_t), 77[/color][/color]
[color=blue]
> If that was Python's configure: don't do that. Instead, hack setup.py[/color]
yes - python's configure script needs a lot of work
(alternatively, it is not the sort of script I would write).
[color=blue]
> to make it change the compiler/linker settings, or even edit the
> compiler/linker line manually at first.[/color]
that works
--
Thomas E. Dickey
ftp://invisible-island.net
Comment