T.R | Title | User | Personal Name | Date | Lines |
---|
6111.1 | Try compiling it | WELLIN::MCCALLUM | | Tue Sep 06 1994 12:02 | 6 |
|
I'd compile the source which is shipped with mcc.
Also bored a Blackwall Yard.
Dave
|
6111.2 | More Detail ..... | YUPPY::BRIDLEG | Exquisitly Bored in E14 | Mon Sep 12 1994 09:33 | 24 |
|
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.3 | mcc_interface_def.h not in T1.4 kit | GIDDAY::CHONG | Andrew Chong - Sydney CSC | Wed Jan 18 1995 08:59 | 8 |
|
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.4 | still searching for mcc_interface_def.h | GIDDAY::CHONG | Andrew Chong - Sydney CSC | Mon Feb 06 1995 01:19 | 8 |
|
Hello,
I am still having trouble finding mcc_interface_def.h .
Anyone has a copy ? please ?
andrew
|
6111.5 | MCC_interface_def.h is definitely in the Developer's Toolkit | SEISME::ANTEUNIS | Knowledge is a deadly tool, in the hands of fools (King Crimson) | Mon Feb 06 1995 11:33 | 19 |
| 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.6 | Other files missing | FIRSC1::CASINI | | Wed Jun 14 1995 10:09 | 12 |
| 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.7 | | AZUR::DURIF | | Wed Jun 14 1995 16:32 | 12 |
| 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.8 | compile erro on axp | GIDDAY::CHONG | Andrew Chong - Sydney CSC | Fri Jun 30 1995 08:59 | 23 |
|
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.9 | mcc_config.h is missing | AZUR::DURIF | | Fri Jun 30 1995 11:39 | 12 |
| 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.10 | | GIDDAY::CHONG | Andrew Chong - Sydney CSC | Mon Jul 03 1995 02:04 | 9 |
| 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
|