Hi Thomas. Alas the "TCPIP" mode build still fails on OpenVMS/Alpha V8.3 and OpenVMS/I64 8.3-1H1, as detailed in my original bug report.
I would speculate that the "TCPIP" build mode might have worked on earlier version of OpenVMS with earlier versions of the distributed C library (7.2?), but that is no longer the case by V8.3. I have been forced to abandon attempting to build/workaround LYNX 2.8.7 from scratch, and have reverted to using a "AEST" binary translated copy of Lynx Version 2.8.4dev.14 (03 Nov 2000). If you come up with a solution at some future date I would be interested in hearing it. Thank-you. -- Rod Regier, Software Development bus:(902)422-1973 x108 Dymaxion Research Ltd., 5515 Cogswell St., fax:(902)421-1267 Halifax, Nova Scotia, B3J 1R2 Canada mailto:[email protected] OpenVMS - the secure, multi-site OS that just works http://www.dymaxion.ca -----Original Message----- From: Thomas Dickey [mailto:[email protected]] Sent: February 24, 2011 6:35 PM To: RR - Rod Regier Cc: [email protected] Subject: Re: [Lynx-dev] RE: Lynx 2.8.7 bug report - suppplemental On Thu, 24 Feb 2011, RR - Rod Regier wrote: > DSA2:[DYMAX.LYNX.LYNX2-8-7.WWW.LIBRARY.IMPLEMENTATION]htformat.h > > struct _HTPresentation { > HTAtom *rep; /* representation name atomized */ > HTAtom *rep_out; /* resulting representation */ > HTConverter *converter; /* routine to gen the stream stack */ > char *command; /* MIME-format command string */ > char *testcommand; /* MIME-format test string */ > float quality; /* Between 0 (bad) and 1 (good) */ > float secs; > float secs_per_byte; > off_t maxbytes; > BOOL get_accept; /* list in "Accept:" for GET */ > int accept_opt; /* matches against LYAcceptMedia */ > }; > > GOOGLE "maxbytes" lynx vms htformat.h may supply background > > From: RR - Rod Regier > Sent: February 23, 2011 10:25 AM > To: RR - Rod Regier > Subject: Lynx 2.8.7 build attempt > > DYMD::RR_01 10:22:09 (DCL) CPU=00:00:01.75 PF=3844 IO=11945 MEM=319 > V:LYNX> @DSA2:[DYMAX.LYNX.LYNX2-8-7]build.com > Default directory: > DSA2:[DYMAX.LYNX.LYNX2-8-7] > > Acceptable TCP/IP agents are > [1] MULTINET (default) > [2] UCX > [3] WIN_TCP > [4] CMU_TCP > [5] SOCKETSHR_TCP > [6] TCPWARE > [7] DECNET > [8] TCPIP > Agent [1,2,3,4,5,6,7,8] (RETURN = [1]) 8 > $! > $! Build the WWWLibrary > $! > $ set default [.WWW.Library.VMS] > $ v1 = f$verify(v0) > $ show sym cc > CC = "CC/DECC/PREFIX=ALL /NOMEMBER /WARNING=(DISABLE=IMPLICITFUNC) > /DEFINE=(TC > PIP,ACCESS_AUTH,_DECC_V4_SOURCE,TCPIP_SERVICES) > /INCLUDE=([-.IMPLEMENTATION],[-- > -.SRC],[---.SRC.CHRTRANS],[---])" > $ cc [-.Implementation]HTString.c just reading the source, I'd expect types.h to be included via this chain: HTString.c includes HTUtils.h HTUtils.h includes www_tcp.h www_tcp.h includes types.h (ifdef'd by TCPIP_SERVICES). -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net _______________________________________________ Lynx-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lynx-dev
