diff nt/config.inc.samp @ 1261:465bd3c7d932

[xemacs-hg @ 2003-02-06 06:35:47 by ben] various bug fixes mule/cyril-util.el: Fix compile warning. loadup.el, make-docfile.el, update-elc-2.el, update-elc.el: Set stack-trace-on-error, load-always-display-messages so we get better debug results. update-elc-2.el: Fix typo in name of lisp/mule, leading to compile failure. simple.el: Omit M-S-home/end from motion keys. update-elc.el: Overhaul: -- allow list of "early-compile" files to be specified, not hardcoded -- fix autoload checking to include all .el files, not just dumped ones -- be smarter about regenerating autoloads, so we don't need to use loadup-el if not necessary -- use standard methods for loading/not loading auto-autoloads.el (maybe fixes "Already loaded" error?) -- rename misleading NOBYTECOMPILE flag file. window-xemacs.el: Fix bug in default param. window-xemacs.el: Fix compile warnings. lwlib-Xm.c: Fix compile warning. lispref/mule.texi: Lots of Mule rewriting. internals/internals.texi: Major fixup. Correct for new names of Bytebpos, Ichar, etc. and lots of Mule rewriting. config.inc.samp: Various fixups. Makefile.in.in: NOBYTECOMPILE -> BYTECOMPILE_CHANGE. esd.c: Warning fixes. fns.c: Eliminate bogus require-prints-loading-message; use already existent load-always-display-messages instead. Make sure `load' knows we are coming from `require'. lread.c: Turn on `load-warn-when-source-newer' by default. Change loading message to indicate when we are `require'ing. Eliminate purify_flag hacks to display more messages; instead, loadup and friends specify this explicitly with `load-always-display-messages'. Add spaces when batch to clearly indicate recursive loading. Fassoc() does not GC so no need to gcpro. gui-x.c, gui-x.h, menubar-x.c: Fix up crashes when selecting menubar items due to lack of GCPROing of callbacks in lwlib structures. eval.c, lisp.h, print.c: Don't canonicalize to selected-frame when noninteractive, or backtraces get all screwed up as some values are printed through the stream console and some aren't. Export canonicalize_printcharfun() and use in Fbacktrace().
author ben
date Thu, 06 Feb 2003 06:36:17 +0000
parents 5f2f8dcbfb3e
children 4542b72c005e
line wrap: on
line diff
--- a/nt/config.inc.samp	Wed Feb 05 22:53:04 2003 +0000
+++ b/nt/config.inc.samp	Thu Feb 06 06:36:17 2003 +0000
@@ -35,29 +35,38 @@
 ############################################################################
 
 # Set this to enable XPM support (virtually mandatory), and specify
-# the directory containing xpm.
+# the directory containing xpm.  Get the library from
+# http://ftp.xemacs.org/aux/xpm-3.4k.tar.gz.
 HAVE_XPM=1
 XPM_DIR=c:\src\xpm-3.4k
 
-# Set this to enable GIF support.
+# Set this to enable GIF support (built-in).
 HAVE_GIF=1
 
 # Set this to enable PNG support (virtually mandatory), and specify
-# the directories containing png and zlib.
+# the directories containing png and zlib.  Get the latest version from
+# ftp://ftp.uu.net/graphics/png/.  You will have to rename the zlib directory
+# from zlib-1.1.3 or whatever to just `zlib' for the build to work.
 HAVE_PNG=1
-PNG_DIR=c:\src\libpng-1.0.9
+PNG_DIR=c:\src\libpng-1.0.12
 ZLIB_DIR=c:\src\zlib
 
 # Set this to enable TIFF support, and specify the directory containing tiff.
+# Get the latest version from ftp://ftp.uu.net/graphics/tiff/.  Not on by
+# default since TIFF isn't really very important and those TIFF wankers
+# couldn't be bothered to incorporate minimal MS-Windows patches they've
+# had sitting around for years, so getting it to build is a major pain in
+# the ass.
 HAVE_TIFF=0
-TIFF_DIR=
+TIFF_DIR=c:\src\tiff-v3.4
 
 # Set this to enable JPEG support, and specify the directory containing jpeg.
+# Get the latest version from ftp://ftp.uu.net/graphics/jpeg/.
 HAVE_JPEG=1
 JPEG_DIR=c:\src\jpeg-6b
 
 # Set this to enable XFace support, and specify the directory containing
-# compface.
+# compface.  Get the library from http://ftp.xemacs.org/aux/compface.tar.gz.
 HAVE_XFACE=0
 COMPFACE_DIR=
 
@@ -69,8 +78,9 @@
 # attempt to use its built-in, much slower texinfo support when building
 # info files.) If you are building XEmacs yourself, you probably have
 # Cygwin sitting around already.  If not, you should.  Cygwin provides a
-# `makeinfo.exe' in /usr/bin/makeinfo.
-MAKEINFO=c:\cygwin\usr\bin\makeinfo.exe
+# `makeinfo.exe' in /usr/bin/makeinfo (/usr/bin is virtual, it's /bin in
+# the actual file system).
+MAKEINFO=c:\cygwin\bin\makeinfo.exe
 
 # Set this to turn on optimization when compiling.
 OPTIMIZED_BUILD=0
@@ -125,7 +135,8 @@
 # routines, instead of the older "unexec" routines in unexnt.c.
 USE_PORTABLE_DUMPER=1
 
-# Set this to use new experimental GC algorithms.
+# Set this to use the new experimental garbage-collection routines instead
+# of the traditional XEmacs garbage-collection routines.
 USE_KKCC=0
 
 # Set this to turn on the use of the union type, which gets you improved