Nancy --

That line does not look like GT.M code.  The new version of GT.M is probably 
trying to recompile modules that it uses.  Why not just do a mass recompile?  
For example, if you have VistA source in /home/nancy/myVistA0.4/r and object 
files in /home/nancy/myVistA0.4/o, try the following:

  export gtm_dist=/usr/local/gtm # or wherever you have it installed
  cd /home/nancy/myVistA
  rm -rf o # just blow away all old object files
  mkdir o  # create a new directory for object files
  cd o
  find ../r -iname \*.m $gtm_dist/mumps {} \; # compile them
  # relax over a cup of coffee and the newspaper for a few minutes

If you want to get fancy and be able to retain the ability to run both versions 
of GT.M with the same routines, it's trivial and all managed by the settings of 
$gtmroutines.  Let me know if you want to know.

-- Bhaskar

-----Original Message-----
From:   [EMAIL PROTECTED] on behalf of Nancy E. Anthracite
Sent:   Wed 1/5/2005 6:26 AM
To:     Hardhats
Cc:     
Subject:        [Hardhats-members] More New GTM
Now I ran into this, which I assume is the same "old code for other operating 
systems and just recompile and ignore it" problem.  Am I correct?

GTM>D ^XUP

Setting up programmer environment
Access Code:
         . S (%,%1)=$ZGETDVI($I,"TT_ACCPORNAM")
                     ^-----
                At column 14, line 44, source 
module /home/nancy/VADemo/r/_ZIS4.m
%GTM-E-FNOTONSYS, Function or special variable is not supported by this 
operating system

Terminal Type set to: C-VT100

Select OPTION NAME:     
-- 
Nancy Anthracite


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members




***************************************************************************
This electronic mail transmission contains confidential and/or privileged 
information intended only for the person(s) named.  
Any use, distribution, copying or disclosure by another person is strictly 
prohibited.
***************************************************************************

NOTE: Ce courriel est destine exclusivement au(x) destinataire(s) mentionne(s) 
ci-dessus et peut contenir de l'information privilegiee, confidentielle et/ou 
dispensee de divulgation aux termes des lois applicables. Si vous avez recu ce 
message par erreur, ou s'il ne vous est pas destine, veuillez le mentionner 
immediatement a l'expediteur et effacer ce courriel.



<<winmail.dat>>

Reply via email to