Subject: Re: slang
To: Patrick Welche <prlw1@newn.cam.ac.uk>
From: David Brownlee <abs@anim.dreamworks.com>
List: tech-pkg
Date: 03/14/1999 15:20:28
	Hmm - seems to work fine for me on NetBSD/i386 1.3I.
	Have you tried ensuring you have the latest pkgsrc?
	On what architecture/version of NetBSD are you having the problem?

		David/absolute

	 -=-  "There will not be a send-off, a funeral or mass"  -=-

On Wed, 10 Mar 1999, Patrick Welche wrote:

> This is my first use of the package system... I sup'ed pkgsrc
> cd /usr/pkgsrc/www/lynx
> make && make install
> Sat back and was amazed.
> But later (there's always a but), I got the error messages included at the
> bottom. First, what is libslang? I have never seen it, yet always use lynx.
> Second, have I missed out something in the package system (seeing as it's
> my first attempt), or is it time for a straight debug of slang?
> 
> Cheers,
> 
> Patrick
> 
> PS CBREAK and friends seem to live in /usr/include/sys/ioctl_compat.h...
> 
> 
> ===>  Building for libslang-1.2.2
> cd src; make all
> cd .; /usr/pkg/bin/pkglibtool-1.2p1  cc -c -Dunix -O2 -fno-strength-reduce -DSLA
> NG /usr/pkgsrc/devel/libslang/work/slang/src/slutty.c
> cc -c -Dunix -O2 -fno-strength-reduce -DSLANG -fPIC -DPIC /usr/pkgsrc/devel/libs
> lang/work/slang/src/slutty.c
> In file included from /usr/include/stdio.h:45,
>                  from /usr/pkgsrc/devel/libslang/work/slang/src/slutty.c:12:
> /usr/include/sys/types.h:74: warning: empty declaration
> /usr/include/sys/types.h:77: warning: empty declaration
> /usr/include/sys/types.h:80: warning: empty declaration
> /usr/include/sys/types.h:84: warning: empty declaration
> /usr/pkgsrc/devel/libslang/work/slang/src/slutty.c:91: field `t' has incomplete type
> /usr/pkgsrc/devel/libslang/work/slang/src/slutty.c:92: field `lt' has incomplete type
> /usr/pkgsrc/devel/libslang/work/slang/src/slutty.c:93: field `s' has incomplete type
> /usr/pkgsrc/devel/libslang/work/slang/src/slutty.c: In function `SLang_init_tty':
> /usr/pkgsrc/devel/libslang/work/slang/src/slutty.c:280: `TIOCGETC' undeclared (first use in this function)
> /usr/pkgsrc/devel/libslang/work/slang/src/slutty.c:280: (Each undeclared identifier is reported only once
> /usr/pkgsrc/devel/libslang/work/slang/src/slutty.c:280: for each function it appears in.)
> /usr/pkgsrc/devel/libslang/work/slang/src/slutty.c:280: `TIOCGLTC' undeclared (first use in this function)
> /usr/pkgsrc/devel/libslang/work/slang/src/slutty.c:280: `TIOCGETP' undeclared (first use in this function)
> /usr/pkgsrc/devel/libslang/work/slang/src/slutty.c:299: `ECHO' undeclared (first use in this function)
> /usr/pkgsrc/devel/libslang/work/slang/src/slutty.c:300: `CRMOD' undeclared (first use in this function)
> /usr/pkgsrc/devel/libslang/work/slang/src/slutty.c:309: `CBREAK' undeclared (first use in this function)
>