lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev lynx 2.8.2dev.4 vs my.yahoo.comrqr


From: dickey
Subject: Re: lynx-dev lynx 2.8.2dev.4 vs my.yahoo.comrqr
Date: Fri, 20 Nov 1998 19:09:21 -0500 (EST)

> 
> Hmm - well, I am rebuilding now with the -Xc flag to the compiler. 
> I'm concerned about doing this - this means use strictly only ANSI C 
> features, and don't include Solaris specific features.  I've not 
> seen a lot of luck with this, since things like #ifdef sun nolonger works... 
or just go down into WWW/Library/Implementation/HTUtils.h and change

#if defined(__STDC__) || defined(VMS)

to

#if 1 /* defined(__STDC__) || defined(VMS) */

(I'll add a configure test, but I assume you'd like to compile)
  
> But we will see. 
> --  
> Larry W. Virden                 <URL:mailto:address@hidden> 
> <URL:http://www.purl.org/NET/lvirden/> <*> O- "No one is what he seems." 
> Unless explicitly stated to the contrary, nothing in this posting should  
> be construed as representing my employer's opinions. 


-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey

reply via email to

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