>>>> "Jay" == Jay Levitt <jay(a)jay.fm>
writes:
Jay> I finally got the time to reinstall my broken VC++ 6.0 and
Jay> update to SP4, so now I can build beta builds instead of
Jay> relying on the binary kits.�
Jay> �
Jay> I followed the build instructions in nt/README, and opted to
Jay> include PNG support.� I successfully built zlib and PNG, but
Jay> when I went to build xemacs itself, I got the following
Jay> error.� It looks like it is trying to treat zlib as an object
Jay> instead of an include directory, but the nmake args look
Jay> right to me.� Any ideas?
What does your nt\config.inc look like?
Ever since > 21.2-b32 xemacs.mak uses config.inc instead of
command-line options.
Here is my config.inc:
How did you obtain 21.2-b35 (CVS or tarballs)?
If the answer is CVS, make sure your version is unmodified (run cvs
update again).
Maybe the SPC in your zlib path is causing the trouble?
Try moving it from "My Documents" to some place without a SPC in the
name.
Hope this helps,
Adrian
Jay> �
Jay> ������� nmake -nologo -f minitar.mak ZLIB="E:\My
Jay> Documents\Development\xemacs-21
Jay> .2.35\jaux\zlib" NT="..\nt" LIB_SRC="..\lib-src"
Jay> ������� cl -Fo..\lib-src\minitar.obj -c ..\nt\minitar.c -I E:\My
Jay> Documents\Devel
Jay> opment\xemacs-21.2.35\jaux\zlib
Jay> Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8804 for 80x86
Jay> Copyright (C) Microsoft Corp 1984-1998. All rights reserved.
Jay> �
Jay> Command line warning D4024 : unrecognized source file type
Jay> 'Documents\Developmen
Jay> t\xemacs-21.2.35\jaux\zlib', object file assumed
Jay> Command line warning D4027 : source file
Jay> 'Documents\Development\xemacs-21.2.35\j
Jay> aux\zlib' ignored
Jay> minitar.c
Jay> ..\nt\minitar.c(18) : fatal error C1083: Cannot open include file:
'zlib.h':
Jay> No
Jay> such file or directory
Jay> NMAKE : fatal error U1077: 'cl' : return code '0x2'
Jay> Stop.
Jay> NMAKE : fatal error U1077: '"E:\Program Files\Microsoft Visual
Jay> Studio\VC98\bin\N
Jay> MAKE.EXE"' : return code '0x2'
Jay> Stop.
Jay> �
Jay> Jay Levitt����������������� | This is not the start of World War III
Jay> Fairfax, VA���������������� | No political ploys
Jay> jay@jay.fm����������������� | I think both your constitutions are
Jay>
http://jay.fm�������������� | terrific, so now you know - be good boys
--
Adrian Aichner <adrian(a)xemacs.org>