CAD CAM EDM DRO - Yahoo Group Archive

Re: EMC help.

Posted by Fred Proctor
on 1999-09-01 13:11:10 UTC
Paul Corner wrote:

> I've got the emc files downloaded onto my hard disk.
> I've tried to install - the files decompress ok - but the compile fails.
> it would appear tclextend.h can't be found and hence generates loads of errors.
>
> Where can I find a copy ?

It comes with Red Hat 5.2, so you either have another distribution or it
wasn't installed. If you have Red Hat, you can put the CD in and look at
the RedHat/RPMS directory, for something that looks like tcl-8.0.rpm and
tclx-8.0.rpm . You can then install them with:

rpm -Uvh tcl-8.0.rpm
rpm -Uvh tclx-8.0.rpm

The names may be different on your CD, but they should be
tcl-something.rpm.

The EMC doesn't really need this Tcl thing. It only builds an
experimental Tcl-based shell I was trying out for scripting automatic
tests. I seem to have a problem where I don't test thoroughly enough
between releases.

If you don't want to install the Tcl packages, you can remove "autoemc"
from the list of binaries to build, in the emc/src/emctask/Makefile
file, like this:

BINS = \
...
emcdummy \
autoemc <-- remove this and the backslash on above line

and try the ./compile in the nist/ directory again.

--Fred

Discussion Thread

Paul Corner 1999-08-31 17:32:14 UTC EMC help. Fred Proctor 1999-09-01 13:11:10 UTC Re: EMC help. Paul Corner@t... 1999-09-08 18:00:19 UTC Re: EMC help. Jon Elson 1999-09-08 23:21:19 UTC Re: EMC help. Fred Proctor 1999-09-09 06:50:31 UTC Re: EMC help. Paul Corner 1999-09-09 17:39:26 UTC Re: EMC help. Paul Corner 1999-09-09 17:50:10 UTC Re: EMC help. Don Hughes 1999-09-09 17:34:39 UTC Re: EMC help. WAnliker@x... 1999-09-09 18:58:12 UTC Re: EMC help. Don Hughes 1999-09-09 19:08:02 UTC Re: EMC help. Jon Elson 1999-09-09 22:08:26 UTC Re: EMC help. Tim Goldstein 1999-09-09 23:01:41 UTC RE: EMC help. Fred Proctor 1999-09-10 06:53:44 UTC Re: EMC help. Paul Corner 1999-09-11 03:07:14 UTC Re: EMC help. Don Hughes 1999-09-11 16:36:15 UTC Re: EMC help. Jon Elson 1999-09-12 22:19:02 UTC Re: EMC help.