lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev Lynx 2-8-1 rel 11 on VMS


From: newsmgr
Subject: lynx-dev Lynx 2-8-1 rel 11 on VMS
Date: Sun, 18 Oct 1998 17:15:26 +1000

        RE Lynx2-8-1.rel11 on VMS

Build on VMS 5.5-2, VAX C 3.2, UCX 4.1 was clean...

Build on VMS 7.1, DEC 5.7, UCX 4.1 developed a minor new twist....

$! DECC:
$  cc := cc/decc/prefix=all/nomember -
           /DEFINE=(DEBUG,ACCESS_AUTH,UCX,__VMS_CURSES)-
           /INCLUDE=([],[-],[-.WWW.Library.Implementation],[.chrtrans]) 
$!
......
$ cc LYCharSets
$ cc LYCharUtils
$ cc LYClean
$ cc LYCookie

    HTSYS_purge(cookie_file);
....^
%CC-W-NOTCONSTQUAL, In this statement, the referenced type of the pointer value 
"cookie_file" is const, but the referenced type of the target of this 
assignment is not.
at line number 2043 in file DISK$UTIL_DISK:[UTIL.LYNX2-8-1.SRC]LYCOOKIE.C;1
$ cc LYCurses
$ cc LYDownload
$ cc LYEdit
.....

      2   29316         /*
      2   29317          *  Show the domain's cookies. - FM
      2   29318          */
      3   29319         for (cl = de->cookie_list; cl != NULL; cl = cl->next) {
      3   29320             /*
      3   29321              *  First object is always NULL. - FM
      3   29322              */
      3   29323             if ((co = (cookie *)cl->object) == NULL)
      3   29324                 continue;
      3   29325 
      3   29326             CTRACE(tfp, "COOKIE: %ld cf %ld\n", (long) now, 
(long) co->expires);
      3   29327             fprintf(cookie_handle, 
"%s\t%s\t%s\t%s\t%ld\t%s\t%s\n",
      3   29328                 de->domain,
      3   29329                 "FALSE", co->path,
      3   29330                 co->flags & COOKIE_FLAG_SECURE ? "TRUE" : 
"FALSE",
      3   29331                 (long) co->expires, co->name, co->value);
      2   29332         }
      1   29333     }
      1   29334     fclose(cookie_handle);
      1   29335 
      1   29336     HTSYS_purge(cookie_file);
                ....1                         
%CC-W-NOTCONSTQUAL, (1) In this statement, the referenced type of the 
pointer value "cookie_file" is const, but the referenced type 
of the target of this assignment is not.

      1   29337 }
          29338 #endif
          29339 


Both versions working well so far.

Another Minor note - the cookie file and options save increment the VMS
file version number, no problem until after 32767 updates, the maximium version
number, then the files are no longer updated. No errors or crash, the file is
simply not changed.

                                Regards
 *      *     *     *     *       Tony Bolton   
****  ****   **     **   **       address@hidden
** **** **   *********   **       MANLY HYDRAULICS LABORATORY.
**  **  **   *********   **       110B King ST. Manly Vale 2093 Sydney AUSTRALIA
**      **   **     **   ******** Phone +61 2 99490200 FAX +61 2 99486185

reply via email to

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