lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV UnixWare-Slang Compiling Errors!


From: Klaus Weide
Subject: Re: LYNX-DEV UnixWare-Slang Compiling Errors!
Date: Sun, 8 Dec 1996 02:34:19 -0600 (CST)

On Sun, 8 Dec 1996, Jason Sizemore wrote:

> After getting some help from Nelson, we were unable to figure out why I'm 
> getting the following errors when compiling Lynx with Slang:
> 
> make unixware-slang
>         cd WWW/Library/svr4; make LYFLAGS="-DNO_BCOPY -DUNIXWARE \
>                  -DLONG_LIST  "
> UX:make: INFO: `../../Library/svr4/libwww.a' is up to date.

You didn't `make clean'.  I don't know whether that is relevant here
though.

>         cd src; make all CC="cc" MCFLAGS="-O -DUNIX -DUSE_SLANG \
>                 -DCURS_PERFORMANCE \
>                 -I../WWW/Library/Implementation -DUTMPX_FOR_UTMP -DSVR4 
> -DTRUE=1 -DFALSE=0 \
>                 -DNO_BCOPY -DUNIXWARE   -DOK_TAR -DOK_ZIP -DOK_GZIP 
> -DOK_UUDECODE -DOK_OVERRIDE -DOK_PERMIT  " \
>                 LIBS="-lsocket -lnsl \
>                   " \
>                 WWWLIB="../WWW/Library/svr4/libwww.a" \
>                 SLANGLIB="-L/home/Titus/bin/lib -lslang -lm" 
> SLANGINC="-I/home/Titus/bin/include"
> Compiling Lynx sources
>         cc -O -DUNIX -DUSE_SLANG        -DCURS_PERFORMANCE      
> -I../WWW/Library/Implementation -DUTMPX_FOR_UTMP -DSVR4 -DTRUE=1 -DFALSE=0    
>   -DNO_BCOPY -DUNIXWARE   -DOK_TAR -DOK_ZIP -DOK_GZIP -DOK_UUDECODE 
> -DOK_OVERRIDE -DOK_PERMIT   -I.. -I/home/Titu
> s/bin/include -c LYUtils.c
> UX:acomp: ERROR: "LYUtils.c", line 1196: incomplete struct/union/enum 
> ttysize: win
> UX:acomp: ERROR: "LYUtils.c", line 1205: undefined struct/union member: 
> ts_lines
> UX:acomp: WARNING: "LYUtils.c", line 1207: improper member use: ts_lines
> UX:acomp: ERROR: "LYUtils.c", line 1212: undefined struct/union member: 
> ts_cols
> UX:acomp: WARNING: "LYUtils.c", line 1213: improper member use: ts_cols
> *** Error code 1 (bu21)
> UX:make: ERROR: fatal error.

The unixware targets may need a -DHAVE_TERMIOS_H or -DHAVE_TERMIO_H
definition.  Try adding one of those (depending on whether you have
/usr/include/termios.h or /usr/include/termio.h) in the top level
Makefile.

If that doesn't work, try it with -DNO_SIZECHANGE.

  Klaus

;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

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