lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev Build error/Please see the next mail.


From: T.E.Dickey
Subject: Re: lynx-dev Build error/Please see the next mail.
Date: Wed, 17 Jun 1998 15:02:53 -0400 (EDT)

These are some instances of the Multistore problems:

        + remove the line declaring bzero

        + remove the line declaring __TIME_T

also, just in case you did not see my earlier note about the patch, these
are the fixes I needed when building 2.8 on VMS:

Index: WWW/Library/Implementation/HTFile.h
--- lynx2.8rel.3/WWW/Library/Implementation/HTFile.h    Fri Feb 27 14:00:00 1998
+++ lynx2.8rel.3-fixes/WWW/Library/Implementation/HTFile.h      Mon May 11 
15:21:32 1998
@@ -13,7 +13,7 @@
 #include "HTFormat.h"
 #include "HTAccess.h"
 #ifndef HTML_H
-#include "HTML.h"               /* SCW */
+#include <HTML.h>               /* SCW */
 #endif /* HTML_H */
 
 /*
Index: WWW/Library/Implementation/HTMLGen.h
--- lynx2.8rel.3/WWW/Library/Implementation/HTMLGen.h   Mon Feb 21 15:57:38 1994
+++ lynx2.8rel.3-fixes/WWW/Library/Implementation/HTMLGen.h     Mon May 11 
15:21:54 1998
@@ -8,7 +8,7 @@
 #ifndef HTMLGEN_H
 #define HTMLGEN_H
 
-#include "HTML.h"
+#include <HTML.h>
 #include "HTStream.h"
 
> $ define/user sys$output DKA200:[PUBLIC.LYNX2-8.SRC.CHRTRANS]mnem2_suni.h 
> !RFC 1 
 /* Subclass:
> 345 Mnemonic 
> $ makeuctb mnem2_suni.tbl 
> makeuctb: mnemonic: translation map (_mnemonic). 
> $ define/user sys$output DKA200:[PUBLIC.LYNX2-8.SRC.CHRTRANS]mnem_suni.h 
> !(not used) 
> $ makeuctb mnem_suni.tbl 
> makeuctb: mnem: translation map (_mnem). 
> $ set default [-.-] 
> $! 
> $!      Compile the Lynx [.SRC] modules 
> $! 
> $ set default [.SRC] 
> $! DECC: 
> $  cc := cc/decc/prefix=all/nomember- 
>            
> /DEFINE=(DEBUG,ACCESS_AUTH,MULTINET,_DECC_V4_SOURCE,__SOCKET_TYPEDEFS 
> ,__VMS_CURSES)- 
>            /INCLUDE=([-],[-.WWW.Library.Implementation],[.chrtrans]) 
> $! 
> $ cc DefaultStyle 
>  
> extern int bzero(); 
> .................^ 
> %CC-W-TOOFEWACTUALS, Too few actual parameters in macro call. 
> at line number 292 in file 
> DKA200:[PUBLIC.LYNX2-8.WWW.LIBRARY.IMPLEMENTATION]TCP 
> .H;1 
>  
> extern int bzero(); 
> ...........^ 
> %CC-E-NOTEXPECTING, Error parsing parameter list. Found "," when expecting 
> one o 
> f: <type-specifier>, <identifier>, "...", ")". 
> at line number 292 in file 
> DKA200:[PUBLIC.LYNX2-8.WWW.LIBRARY.IMPLEMENTATION]TCP 
> .H;1 
>  
> #define __TIME_T 1 
> .................^ 
> %CC-W-MACROREDEF, The redefinition of the macro "__TIME_T" conflicts with a 
> curr 
> ent definition because the replacement lists differ.  The redefinition is now 
> in 
>  effect. 
> at line number 321 in file 
> DKA200:[PUBLIC.LYNX2-8.WWW.LIBRARY.IMPLEMENTATION]TCP 
> .H;1 
> $ CLEANUP: 
> Default directory: 
>   DKA200:[PUBLIC.LYNX2-8] 


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

reply via email to

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