lynx-dev
[Top][All Lists]
Advanced

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

[Lynx-dev] NetBSD 2.0 more than warnings


From: Stef Caunter
Subject: [Lynx-dev] NetBSD 2.0 more than warnings
Date: Tue, 22 Mar 2005 23:15:58 -0500 (EST)

Sorry to be taking rather than giving lately, but 2.0 isn't liking dev11 to the
point that it errors out, same with 2.8.5rel1.

Here is some of stderr (from about 200 lines) followed by some of config.log to 
do with character sets.

I know that NetBSD doesn't have a term.h from previous adventures with
antiword (probably not it). The check for alternate charsets by curses fails.

UCdomap.c:41:59: cp1250_uni.h: No such file or directory
UCdomap.c:56:59: cp869_uni.h: No such file or directory
UCdomap.c:57:59: def7_uni.h: No such file or directory
UCdomap.c:58:59: dmcs_uni.h: No such file or directory
UCdomap.c:59:59: hp_uni.h: No such file or directory
UCdomap.c:80:61: pt154_uni.h: No such file or directory
UCdomap.c: In function `con_set_default_unimap':
UCdomap.c:601: error: `dfont_unitable' undeclared (first use in this function)
UCdomap.c:601: error: (Each undeclared identifier is reported only once
UCdomap.c:601: error: for each function it appears in.)
UCdomap.c:603: error: `dfont_unicount' undeclared (first use in this function)
UCdomap.c:611: error: `dfont_replacedesc' undeclared (first use in this 
function)
UCdomap.c:611: error: `repl_map' undeclared (first use in this function)
UCdomap.c: In function `UCInit':
~UCdomap.c:2065: error: `UC_CHARSET_SETUP_koi8_u' undeclared (first use in this
function)
UCdomap.c:2066: error: `UC_CHARSET_SETUP_ptcp154' undeclared (first use in this 
function)

Here is some of config.log that might be relevant.

#include <LYCurses.h>
#include <termio.h>
int main() {
putchar(0x0a)
; return 0; }
configure:18630: checking for curses/term.h
configure:18640: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:18636:25: curses/term.h: No such file or directory
configure: failed program was:
#line 18635 "configure"
#include "confdefs.h"
#include <curses/term.h>
configure:18630: checking for term.h
configure:18640: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:18636:18: term.h: No such file or directory
configure: failed program was:
#line 18635 "configure"
#include "confdefs.h"
#include <term.h>
configure:18668: checking if curses supports alternate-character set
configure:18685: gcc -o conftest -O2   conftest.c -lcurses -lssl -lcrypto -lssl
1>&5
configure: In function `main':
configure:18681: error: `acs_map' undeclared (first use in this function)
configure:18681: error: (Each undeclared identifier is reported only once
configure:18681: error: for each function it appears in.)
configure: failed program was:
#line 18676 "configure"
#include "confdefs.h"

#include <curses.h>

int main() {
chtype x = acs_map['l']; acs_map['m'] = 0
; return 0; }
configure:18685: gcc -o conftest -O2   conftest.c -lcurses -lssl -lcrypto -lssl
1>&5
configure:18708: checking if curses supports fancy attributes
configure:18727: gcc -o conftest -O2   conftest.c -lcurses -lssl -lcrypto -lssl
1>&5
configure:18795: checking if curses supports color attributes
configure:18816: gcc -o conftest -O2   conftest.c -lcurses -lssl -lcrypto -lssl
1>&5
configure:18850: checking for termio.h
configure:18850: checking for termios.h
configure:18850: checking for unistd.h
configure:18936: checking whether termios.h needs _POSIX_SOURCE
configure:18945: gcc -c -O2  conftest.c 1>&5
configure:18986: checking declaration of size-change
configure:19039: gcc -c -O2  conftest.c 1>&5



--

__Stef

http://caunter.ca/contact.html




reply via email to

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