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

Conference turris::c_plus_plus

Title:C++
Notice:Read 1.* and use keywords (e.g. SHOW KEY/FULL KIT_CXX_VAX_VMS)
Moderator:DECCXX::AMARTIN
Created:Fri Nov 06 1987
Last Modified:Thu Jun 05 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:3604
Total number of notes:18242

3476.0. "Installation fails with no Includefiles found" by ATZIS2::EHRLICH_K (Never met a Lady like her before!) Wed Mar 05 1997 06:07

Hi, yes, it's me again ;-(

	on a system which has been run DEC C++ since V4.6 I got 
the following error-message during IVP of the C++ V5.5-017 installation.
There was no *INCLUDE* logical setup before.

The funny thing is, that all includefiles are there on the right place.
SYS$SYSDEVICE:<SYS0.SYSCOMMON.CXX$LIB.REFERENCE.CXXL$DEF_HXX>NEW.HXX

Testing than a small program -> The compiler doesn't find 
any include files per default. Only specifying the
Include logicals to the same location as above works now pretty fine.
Any ideas what can causes this behaviour?
Many thanks in advance,

Cheers
Charly

    Beginning DEC C++ Combined Installation Verification Procedure

    Copyright (c) Digital Equipment Corporation, 1995.  All rights reserved.

    Restricted Rights: Use, duplication, or disclosure by the U.S.
    Government is subject to restrictions as set forth in subparagraph
    (c) (1) (ii) of DFARS 252.227-7013, or in FAR 52.227-19, or in FAR
    52.227-14 Alt. III, as applicable.
                
    This software is proprietary to and embodies the confidential
    technology of Digital Equipment Corporation. Possession, use, or
    copying of this software and media is authorized only pursuant to a
    valid written license from Digital or an authorized sublicensor.
                

    Test compiler operation and error messages...


    Test Class library headers...
        #include <new.hxx>
        .^
%CXX-F-NOINCLFILE, Cannot find file <new.hxx> specified in #include directive.
       At line number 35 in SYS$INPUT:.;.
%DCL-W-SKPDAT, image data (record not beginning with "$") ignored
    **** DEC C++ Installation Verification Procedure Failed ****
.......
    
T.RTitleUserPersonal
Name
DateLines
3476.1NotedDECCXX::AMARTINAlan H. MartinWed Mar 05 1997 13:254
Re .0:

Thanks; I've notified a host of kit/header developers.
				/AHM
3476.2This should have been found in the text libraryCXXC::REPETERich Peterson 381-1802 ZKO2-3/N30Wed Mar 05 1997 15:147
> There was no *INCLUDE* logical setup before.

If a show logical CXX$*INCLUDE* did not show any logicals defined
when this test failed, then the compiler should have resolved the
#include to text library module NEW in SYS$LIBRARY:CXXL$DEF_HXX.TLB.
Can you do a lib/lis sys$library:CXXL$DEF_HXX.TLB and verify that there
is a module named NEW in it?
3476.3OOuuuppsm, my fault!ATZIS2::EHRLICH_KNever met a Lady like her before!Fri Mar 07 1997 04:2112
    Hi Rich,
    
    	YOU're right. I now remember my problem -> I tried to
    reproduce a customer problem who has moved all his include
    files (SYS$LIBRARY:CXXL$DEF_HXX.TLB) to another location.
    I didn't take my changings back.
    
    Sorry, my fault.
    
    Cheers
    Charly
    
3476.4CLDECCXX::AMARTINAlan H. MartinFri Mar 07 1997 11:564
Re .3:

OK, thanks for letting us know.
				/AHM