Replies to Peter and Dan.
From: <[EMAIL PROTECTED]> (Peter Prymmer)
>> Any ideas would be greatly appreciated.
>>
>How about a VMS specific post amble to the relevant Makefile.PL?
Sounds interesting, but needs perhaps some elaboration: Are you thinking of using the
post-amble to specify a dependency, which would force TK.OLB to be built before the
linking of EVENT.EXE, or have you something else in mind? Also, what mechanisms can be
used for adding the TK.OLB reference to the contents of EVENT.OPT (note, that I'm
already using LIBS to add the required reference to SYS$SHARE:DECW$XLIBSHR, but as far
as I have been able to determine, LIBS only works for libraries, which exist at "perl
makefile.pl" time, eg. not for libraries, which are themselves built by the ongoing
build).
From: Dan Sugalski <[EMAIL PROTECTED]>
> Are they maybe case issues? That happens sometimes. Also, are they perhaps
> identical routines just in multiple modules?
No, they are not case issues, each of the duplicates have identical spelling, also in
terms of case.
Further, some of them are identical, but alas - some of them aren't!
Somehow, it looks to me, as if the separation of some of the central code away from
TK.EXE into EVENT.EXE has created problems, where some routines have become
unreachable, which has made it necessary to copy them into TKGLUE.C to make them
available again. Here, I believe a comment from Nick would be the best way of clearing
things up.
Best regards
Jesper Naur