Adrian Aichner <aichner(a)ecf.teradyne.com> writes:
>>>>> "Hrvoje" == Hrvoje Niksic
<hniksic(a)srce.hr> writes:
Hrvoje> Vin Shelton <acs(a)xemacs.org> writes:
>> I can't build 21.2 from the latest CVS sources, due to dependencies
>> on puresize-adjust.h.:
>>
>> make[1]: *** No rule to make target `puresize-adjust.h', needed by
>> `alloc.o'. Stop.
Hrvoje> You have to rebuild the dependencies. I think I've done it with
Hrvoje> `make depend' followed by a reinvocation of `config.status'.
After
cvs -z3 update -Pd -A -r release-21-2
today I had the problems Vin reported.
Building for native NT, "make depend" fails as follows (I did M-q
(fill-paragraph-or-region) on the output and added trailing \ on each
line.
cd d:\export\home\tmp\21.2\xemacs\nt\
nmake -f xemacs.mak depend
Compilation started at Tue May 04 00:07:00 1999
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
[...]
Compilation exited abnormally with code 2 at Tue May 04 00:07:00
Hi Adrian,
I received the same error. I tried to remove pure-adjust.h from
xemacs.mak, but couldn't dump temacs afterwards, although the build
looked ok, so there might be some other 'feature' in my make call I
haven't glimpsed by now.