lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV Lynx 2-7 + bugfixes + chartrans patches on Ultrix


From: Klaus Weide
Subject: Re: LYNX-DEV Lynx 2-7 + bugfixes + chartrans patches on Ultrix
Date: Fri, 28 Feb 1997 10:59:26 -0600 (CST)

On Fri, 28 Feb 1997, Hynek Med wrote:

> Hi,
> 
> I'm just trying to compile Subj. on a Decstation/Ultrix.. With the default
> DEC's cc (make ultrix or make ultrix-slang), it makes this error:
[...] 
> cfe: Error: ../../Library/Implementation/SGML.c, line 128: Syntax Error
>  static           void set_chartrans_handling ( context, * anchor,
> chndl)                 
>  ---------------------------------------------- ---------^
> cfe: Error: ../../Library/Implementation/SGML.c, line 128: Syntax Error
>  static           void set_chartrans_handling ( context, * anchor,
> chndl)                 
>  ---------------------------------------------- ------------------
> -----^
> *** Error code 1
> 
> Stop.
> *** Error code 1
> 
> 
> I don't know if it's the fault of libWWW, lynx 2-7 or the Chartrans
> patches.. GCC looks fine.


No, my fault...  Change line 128 in SGML.c from

        HTParentAnchor, * anchor,

to

        HTParentAnchor *, anchor,

I hope there aren't more of those..

By the way, to the folks who want to get rid of the K&R macros:
This compilation is using them.  (I don't know whether that compiler
can equally well be invoked in ANSI mode; at least compiler flags would
have to change.)  

  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]