lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV 12/04 FM mods


From: James Troup
Subject: Re: LYNX-DEV 12/04 FM mods
Date: 05 Dec 1996 12:00:29 +0000

Ismael Cordeiro <address@hidden> writes:

> When compiling Lynx 2-6 with the 12/04 FM mods I got this error:
> 
> gcc -O -DFANCY_CURSES -DUNIX -DSVR4   -DSOLARIS2 -DCURS_PERFORMANCE
> -DUTMPX_FOR_UTMP -DUSE_DIRENT -DLOCALE -DHAVE_TERMIOS_H
> -I../WWW/Library/Implementation -DDIRED_SUPPORT -DOK_TAR -DOK_ZIP -DOK_GZIP
> -DOK_UUDECODE -DOK_OVERRIDE -DOK_PERMIT -I.. -c LYUtils.c
> LYUtils.c: In function `LYAddPathToHome':
> LYUtils.c:2819: parse error before `;'
> *** Error code 1
> make: Fatal error: Command failed for target `LYUtils.o'

missing bracket.

== 
James
== http://thor.lib.chalmers.se/~jamest/ ==

*** lynx2-6/src/LYUtils.c.orig  Thu Dec  5 11:45:46 1996
--- lynx2-6/src/LYUtils.c       Thu Dec  5 11:50:53 1996
***************
*** 2816,2822 ****
       *  Check whether we have a subdirectory path or just a filename. - FM
       */
      sprintf(fbuffer, "%s/%.*s", home, len,
!                    (strncmp(file, "./", 2) ? file : (file + 2));
  #endif /* VMS */
      FREE(home);
  }
--- 2816,2822 ----
       *  Check whether we have a subdirectory path or just a filename. - FM
       */
      sprintf(fbuffer, "%s/%.*s", home, len,
!                    (strncmp(file, "./", 2) ? file : (file + 2)));
  #endif /* VMS */
      FREE(home);
  }


;
; 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]