[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference azur::mcc

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

6111.0. "MCC_EVC_SEND for AXP 6.1 ?" by YUPPY::BRIDLEG (Exquisitly Bored in E14) Tue Sep 06 1994 05:28

    
     Can anyone point me to an AXP version of the MCC_EVC_SEND
     program.  We have some 6.1 systems from which
     we'd like to send messages to our MCC data collector."
                                                   
    
     All help appreciated,
    
     Graham                        
    
T.RTitleUserPersonal
Name
DateLines
6111.1Try compiling itWELLIN::MCCALLUMTue Sep 06 1994 12:026
    
    I'd compile the source which is shipped with mcc.
    
    Also bored a Blackwall Yard.
    
    Dave
6111.2More Detail .....YUPPY::BRIDLEGExquisitly Bored in E14Mon Sep 12 1994 09:3324
    
    
    Not quite the answer I was hoping for ! I'll be a little more specific
    with the problem description.
    
    
    The MCC_EVC_SEND example supplied with MCC compiles and executes fine
    on a 5.5 system, however - if the source program and the .H files are
    copied to a 6.1 alpha, the compilation is ok but when executed the
    operation of the program is not complete, i.e the messages seem to lose
    the severity value and the second message superseded the original and
    only one copy of the alert was displayed in the notification window.
    
    Has anyone else tried this ? Is it a surprise that this does'nt work ?
    
    
    Help!
    
    
    Regards
    
    
    
    Graham
6111.3mcc_interface_def.h not in T1.4 kitGIDDAY::CHONGAndrew Chong - Sydney CSC Wed Jan 18 1995 08:598
I can't find the mcc_interface_def.h  in the t1.4 BMS or EMS kits. 
I need to compile an mcc_evc_send for an alpha vms system. 

any pointers to the file ?

thanks ,
andrew
6111.4still searching for mcc_interface_def.hGIDDAY::CHONGAndrew Chong - Sydney CSC Mon Feb 06 1995 01:198
    
    Hello,
    
    I am still having trouble finding mcc_interface_def.h . 
    
    Anyone has a copy ? please ?
    
    andrew
6111.5MCC_interface_def.h is definitely in the Developer's ToolkitSEISME::ANTEUNISKnowledge is a deadly tool, in the hands of fools (King Crimson)Mon Feb 06 1995 11:3319
Andrew,


It's definitely in the MCC Developer's Toolkit, in saveset .B

But since MCC_EVC_SEND.C is in BMS I think we should put MCC_INTERFACE_DEF.H there as well.

I have put a copy in the following place:

  $ dir toudon""::mcc$public:[decmcc_v140_patches]*.h

  Directory TOUDON""::MCC$PUBLIC:[DECMCC_V140_PATCHES]

  MCC_INTERFACE_DEF.H;1

  Total of 1 file.


Dirk
6111.6Other files missingFIRSC1::CASINIWed Jun 14 1995 10:0912
	Hi all,
	a customer of mine is making the same. He found the file
	mcc_interface_def.h in the Developer's Toolkit, but he says
	that the following other files are missing:

	da_include.h
	mcc_config.h
	mcc_descrip.h

	Anyone knows where to find them ? (MCC V1.4)
	Many thanks for your aid.
	Ciao Fabio.
6111.7AZUR::DURIFWed Jun 14 1995 16:3212
Hi,

You find all stuff and in particular mcc_config.h and mcc_descrip.h
on node TAEC in directory
MCC$PUBLIC:[MCC_V140_PATCHES.TOOLKIT.EXAMPLES.COLLECTION.FIX01]

Were the need for da_include comes form.
I did not find that dependency in the directory listed above

Ciao,

Benoit
6111.8compile erro on axpGIDDAY::CHONGAndrew Chong - Sydney CSC Fri Jun 30 1995 08:5923
when I compile mcc_evc_send.c  on an axp system I get the following errors :

$ cc MCC_EVC_SEND

#include <mcc_config.h>
.^
%CC-F-INCLUDEOPEN, An error occurred while attempting to open the include file <
mcc_config.h>: Key not found.
at line number 115 in file USER$TSC:[CHONG]MCC_EVC_SEND.C;5

#include <mcc_config.h>
.^
%CC-E-NOOBJ, Object file deleted.
at line number 115 in file USER$TSC:[CHONG]MCC_EVC_SEND.C;5
$


Did I miss any switch in the compile command ?

I dont known  C and would appreciate any help .

andrew
6111.9mcc_config.h is missingAZUR::DURIFFri Jun 30 1995 11:3912
Hi Andrew,

> Did I miss any switch in the compile command ?

No, this file is missing in V1.4 kit.

You can copy it from node TAEC in directory 
MCC$PUBLIC:[MCC_V140_PATCHES.TOOLKIT.EXAMPLES.COLLECTION.FIX01]

mcc_interface_def.h is also here if needed.

Benoit
6111.10GIDDAY::CHONGAndrew Chong - Sydney CSC Mon Jul 03 1995 02:049
Benoit, 

I had the files mcc_config.h and mcc_interface_def.h when the compile errors
were received. Those files were copied from the location you mentioned in .9.
I checked those files again today and they are the same. 

May be you can try it on an alpha and see it for yourself. 

andrew