>>>> "James" == James A Crippen
<james(a)unlambda.com> writes:
James> OS is Win2k SP3. Compiler is MS VC++ .NET (v 7).
James> Downloaded fresh copy of 21.5.11 from
ftp.xemacs.org. No
James> patches, no CVS.
James> Just gave it a try with the current CVS checkout and got
James> the same failure.
OK, thanks for the confirmation. My guess is that it's something to
do with .NET VC++ nmake, as we have recent successful build reports,
eg
http://list-archive.xemacs.org/xemacs-build-reports/200303/msg00025.html
and I'm sure both Ben and Adrian have recent 21.5 builds from CVS.
It's probably a trivial modification of the makefile but you'd need to
be familiar with nmake's usage of single and double colon targets.
It could even be an nmake bug or a bad CVS update, as I can't find any
conflict such as that indicated by the error. Try searching for "::"
in your nt/xemacs.mak. I find:
$(BLDROOT)\Installation:: installation
installation::
docfile::
docfile:: $(DOC)
and no single colon dependencies for any of those targets in
xemacs.mak, config.inc.samp, or ../src/version.sh.
Ben? Adrian? Here's the error again:
C:\...\nt> nmake -f xemacs.mak
Microsoft (R) Program Maintenance Utility Version 7.00.9466
Copyright (C) Microsoft Corporation. All rights reserved.
WARNING: Compiling without dependency information.
Creating C:\Documents and
Settings\A10415\xemacs\xemacs-21.5.11\nt\..\lib-src\config.values
xemacs.mak(1466): fatal error U1087: cannot have : and :: dependents for same target
Stop.
--
Institute of Policy and Planning Sciences
http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
Ask not how you can "do" free software business;
ask what your business can "do for" free software.