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

Conference caldec::wrl_atom

Title:ATOM Tool Development System
Moderator:CALDEC::SCHMIDT
Created:Tue Sep 07 1993
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:309
Total number of notes:979

291.0. "Installation problem with 2.29 on V4.0" by TLE::WIDTH::MDAVIS (Mark Davis - compiler maniac) Fri Jan 24 1997 09:13

I think I blew away my atom include files and some test files(?).

When I setld -i|grep atom, I noticed:
tagged 375% setld -i|grep atm
ATMBASE340                      ATOM Program Analysis Tools (Software Development)
ATMBASE350           installed  Atom Program Analysis Tools (Software Development)
ATMBASE400           installed  Atom Program Analysis Tools (Software Development)

so I decided to blow away all of those versions:
# setld -d ATMBASE340 ATMBASE350 ATMBASE400
setld: ATMBASE340: not currently installed, cannot delete

Deleting "Atom Program Analysis Tools " (ATMBASE400).

Deleting "Atom Program Analysis Tools " (ATMBASE350).

I then installed the new kit:
# setld -l .
....
Atom Program Analysis Tools 
   Copying from . (disk)
   Verifying

1 of 1 subset(s) installed successfully.


Configuring "Atom Program Analysis Tools " (ATMBASE400)


I then decided to verify the install:
# setld -v ATMBASE400

Atom Program Analysis Tools  (ATMBASE400)
Running short confidence test suite
Building test program
Running tool: branch
atom: Error: Unable to compile file 'branch.inst.c'.
cc: Severe: branch.inst.c, line 57: Cannot find file <cmplrs/atom.inst.h> specified in
#include directive.
#include <cmplrs/atom.inst.h>
-^
....
Confidence test suite failed.
#


I assume I was naughty deleting ATMBASE350 (since the install instructions DO say
to delete ATMBASE400); what do I do in order to restore the header files (and
anything else I destroyed)???

tnx,
Mark
T.RTitleUserPersonal
Name
DateLines
291.1SMURF::FENSTERYaacov Fenster - System Engineering, Troubleshooting and other mFri Jan 24 1997 12:276
                               <<< Note 291.0 by TLE::WIDTH::MDAVIS "Mark Davis - compiler maniac" >>>
                                            -< Installation problem with 2.29 on V4.0 >-
    You should de-install and then re-install the OSF{CMPLRSEXT,INCLUDE}400
    subsets.
    
    	Yaacov
291.2Only needed /usr/include/cmplrs/atom.{anal,inst}.hTLE::WIDTH::MDAVISMark Davis - compiler maniacMon Jan 27 1997 11:3014
Gail Lyons indicated that these were the only files missing. I copied them
from another v4.0 system, and 

# setld -v ATMBASE400

Atom Program Analysis Tools  (ATMBASE400)
Running short confidence test suite
....
Confidence test suite passed.


Thanks Yaacov and Gail!

Mark