lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev 2.8.5pre.3.patch.gz


From: Doug Kaufman
Subject: Re: lynx-dev 2.8.5pre.3.patch.gz
Date: Sat, 24 Jan 2004 21:36:12 -0800 (PST)

On Sat, 24 Jan 2004, Thomas Dickey wrote:

> * remove intl subdirectory (gettext-0.10.35), since some of the ".po" files
>   have been modified to rely upon gettext 0.11.x.  Modified configure script
>   macro to report this properly -TD 

I am not sure what you mean by "rely upon gettext 0.11.x". The latest
port of gettext to DJGPP is 0.10.40. I don't get any errors when I use
msgfmt on the .po files. What kind of problem is there?

I tried to compile lynx with the premade "makefile.dos" files. I only
checked with pdcurses, not with slang. The following patch fixes up
problems that I noted. I removed defines no longer used in the lynx
source. I also put in a patch for makeuctb.c, since gcc complains
about the non-void funtion not having a return value.
                             Doug


--- configure.in.ori    2004-01-24 18:16:54.000000000 -0800
+++ configure.in        2004-01-24 21:20:38.000000000 -0800
@@ -237,7 +237,7 @@
        ;;
 msdosdjgpp*)
        LIBS="$LIBS -lwatt"
-       TRY_CFLAGS="$TRY_CFLAGS -DDOSPATH -DNOUSERS -DWATT32"
+       TRY_CFLAGS="$TRY_CFLAGS -DDOSPATH -DNOUSERS"
        ;;
 next*)
        TRY_CFLAGS="$TRY_CFLAGS -DNEXT"
--- www/Library/djgpp/makefile.ori      2001-06-03 11:58:00.000000000 -0800
+++ www/Library/djgpp/makefile  2004-01-24 20:08:18.000000000 -0800
@@ -8,10 +8,7 @@
 #ASIS_MACH = hardware/os
 
 # Use this option to enable optional and *experimental* color style.
-#ENABLE_COLOR_STYLE = \
- -DUSE_COLOR_STYLE \
- -DUSE_HASH \
- -DLINKEDSTYLES
+#ENABLE_COLOR_STYLE = -DUSE_COLOR_STYLE
 
 # comment this line to suppress DIRED support
 DIRED_DEFS = -DDIRED_SUPPORT
@@ -23,16 +20,15 @@
  $(ENABLE_COLOR_STYLE) \
  -DDISP_PARTIAL \
  -DDOSPATH \
- -DEXP_FILE_UPLOAD \
+ -DUSE_FILE_UPLOAD \
  -DNOUSERS \
- -DSOURCE_CACHE \
+ -DUSE_SOURCE_CACHE \
  -DUSE_PRETTYSRC \
  -DUSE_ZLIB \
- -DWATT32 \
  -I../Implementation \
  -I../../../src \
  -I../../.. \
- -I/djgpp/pdcur24 \
+ -I/djgpp/pdcur26 \
  -I/djgpp/watt32/inc \
  -I/djgpp/watt32/inc/sys
 
--- www/Library/djgpp/CommonMakefile.ori        2001-06-03 11:58:00.000000000 
-0800
+++ www/Library/djgpp/CommonMakefile    2004-01-24 19:00:16.000000000 -0800
@@ -69,7 +69,7 @@
 # XMOsAIC hack is only for server to cope with xmosaic kludge for mmedia
 #
 # add -DNEW_GATEWAY here for the new gateway config stuff
-CFLAGS2 = $(CFLAGS) $(LYFLAGS) $(WAISCFLAGS) -I$(CMN) -DXMOSAIC_HACK 
-DACCESS_AUTH
+CFLAGS2 = $(CFLAGS) $(LYFLAGS) $(WAISCFLAGS) -I$(CMN) -DACCESS_AUTH
 
 CERNLIBBIN = $(WWW)/bin
 
--- src/chrtrans/makefile.dos.ori       2004-01-07 18:03:08.000000000 -0800
+++ src/chrtrans/makefile.dos   2004-01-24 19:19:14.000000000 -0800
@@ -12,7 +12,7 @@
 CFLAGS = $(MCFLAGS)
 
 CC = gcc
-MCFLAGS = -O2 -DDOSPATH -DNO_TTYTYP \
+MCFLAGS = -O2 -DDOSPATH \
 -I. \
 -I../../WWW/Library/Implementation \
 -I/djgpp/watt32/inc \
--- src/chrtrans/makeuctb.c.ori 2004-01-07 18:03:08.000000000 -0800
+++ src/chrtrans/makeuctb.c     2004-01-24 19:23:30.000000000 -0800
@@ -887,4 +887,5 @@
     }
 
     done(EX_OK);
+return 0;
 }
--- src/makefile.dos.ori        2004-01-24 18:16:56.000000000 -0800
+++ src/makefile.dos.dist       2004-01-24 19:28:54.000000000 -0800
@@ -21,8 +21,7 @@
  -DOK_OVERRIDE
 
 # Use this option to enable optional and *experimental* color style.
-#ENABLE_COLOR_STYLE = \
- -DUSE_COLOR_STYLE
+#ENABLE_COLOR_STYLE = -DUSE_COLOR_STYLE
 
 CC = gcc
 
@@ -67,7 +66,7 @@
 #INTLFLAGS = -DHAVE_GETTEXT -DHAVE_LIBINTL_H
 #INTLLIBS= -lintl -liconv
 
-# Uncomment the followint to enable SSL.
+# Uncomment the following to enable SSL.
 #SSLFLAGS = -DUSE_SSL
 #SSLLIB = -lssl -lcrypto
 #SSLINC = -I/djgpp/include/openssl

-- 
Doug Kaufman
Internet: address@hidden


; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

reply via email to

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