Craig Berry wrote recently:

!MMK does not have this problem.  At first glance I don't see any
!substantive recent changes to the .xs.c rule or the dependencies for
!the .c file.  I try to track this down but thought I'd see if anyone
!else had encountered this and/or can reproduce it.  Here's my MMS
!version:
!
!$ mms/ident
!%MMS-I-IDENT, MMS V3.3-4 � Digital Equipment Corporation 1989, 1998. All
rights reserved. � Electronic Data !Systems Limited 1995, 19
!98

You may need to check your MMS$ logical names
for a rules file that needs tweaking(?).
I found that with a configure of:

$ @configure "-Dusevmsdebug" "-Dusedebugperl" "-des"

the procedure told me to run C<MMK/macro=("__DEBUG__=1")>
simlpy because I have the foreign symbol for MMK
and configure.com prefers it to MMS.  At any rate I
ignored its advice to use MMK and ran literally:

$ mms/macro=("__DEBUG__=1")

and I got well past the attrs built, in fact I built
all extensions, and just after the pod stuff I saw
a most interesting error message:

Copy/NoConfirm/Log [.POD]PERLXSTUT.POD [.lib.pod]
%COPY-S-COPIED,
$1$DGA3004:[FDS0.PERL.581RC.PERL_20724_B0.POD]PERLXSTUT.POD;1 copied to
$1$DGA3004:[FDS0.PERL.581RC.PERL_20724_B0.LI
B.POD]PERLXSTUT.POD;1 (98 blocks)

%DCL-W-PARMDEL, invalid parameter delimiter - check use of special
characters
 \=1") test' to run test suite."\
%MMS-F-ABORT, For target ALL, CLI returned abort status: %X00038110.
-CLI-W-PARMDEL, invalid parameter delimiter - check use of special
characters

Which I think I can fix with a little "tweak".
I obtain the same result if I use an invokation of:

$ mms/macro=(__DEBUG__=1)

I did this with:

$ mms/ident
%MMS-I-IDENT, MMS V3.2-01 � Digital Equipment Corporation 1989, 1997. All
rights reserved. � Electronic Data Systems Limited 1995, 1997

And I specifically rsynced the [EMAIL PROTECTED] kit from
Activestate.

Hence I'll say there is a problem with MMS
and the $(MMSQUALIFIERS) macro in the write sys$output
message for telling you how to run the tests,
but I have not been able to reproduce your build
problem with this older version of MMS.

Peter Prymmer

Reply via email to