[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
Title: | DECmcc user notes file. Does not replace IPMT. |
Notice: | Use IPMT for problems. Newsletter location in note 6187 |
Moderator: | TAEC::BEROUD |
|
Created: | Mon Aug 21 1989 |
Last Modified: | Wed Jun 04 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 6497 |
Total number of notes: | 27359 |
2996.0. "Developper's Dictionary" by CCIIS1::ROGGEBAND (_ �hili��e _) Thu May 14 1992 11:49
Hi all,
Context : DECmcc T1.2.7 on Ultrix
My customer doesn't seem to be able to use a developper's dictionary with
T1.2.7.
We copied all the files as suggested in the documentation, and set the
MCC_SYS_LOCATION environment variable to point to the appropriate directory.
The first symptoms we got from the mcc_dap utility was a "check privileges
and protection message". As all protections were set to rwx, I then tried
to copy various files from /usr/mcc/mcc_system to my local account.
As it turned out, we now have to copy *all* dictionary and meta files to the
directory pointed by MCC_SYS_LOCATION, otherwise the dap won't run.
The other problem I have is that when I accessed the developper's dictionary,
it was totally empty (as opposed to T1.2.3 which contained MCC, DOMAIN,
REFERENCE ....)
Has something changed in the way the MCC_SYS_LOCATION variable is used? Is
there another (new?) variable I have to set ? Which set of files should I
copy to my directory to set up a provate dictionary ?
Thanks, cordialement,
Philippe.
T.R | Title | User | Personal Name | Date | Lines |
---|
2996.1 | See note 2006; use links | TOOK::MINTZ | Erik Mintz, DECmcc Development, dtn 226-5033 | Fri May 15 1992 00:17 | 7 |
| See note 2006 for information on the new use of MCC_SYS_LOCATION.
Making links to the dictionary files is easier than copying them.
I believe this is also shown in the new toolkit documentation.
The dictionary should certainly not be empty. We'll check it out tomorrow.
-- Erik
|
2996.2 | Commands to use developer's dictionary | MOLAR::BLACK | | Fri May 15 1992 09:25 | 21 |
| The T1.2.7 developer's dictionary is ok. Try this:
% setenv MCC_DICT_NAME mcc_dev_fdictionary
% setenv MCC_SYS_LOCATION $cwd
% cp /usr/mcc/mcc_system/*meta* .
% cp /usr/mcc/mcc_system/*dap* .
% cp /usr/mcc/mmtoolkit/examples/mcc_dev_fdictionary* .
% mcc_dap
%DAP-S-USE_DICT, Using dictionary file:/usr/users/black/mcc_dev_fdictionary.dat
DECmcc Dictionary Administrator Program Version T1.2.7
DAP> show
Class (1) : MCC 7
Class (1) : DOMAIN 8
Class (1) : COMMON 52
Class (1) : REFERENCE 332
Class (1) : GENERAL 16382
DAP>
|