Missing file: error: tao/TypeCode_Base_Attributes.cpp: No such file or directory

Bug #3621 reported by Peter Soetens
4
Affects Status Importance Assigned to Milestone
ace (Ubuntu)
Fix Released
Medium
MOTU

Bug Description

Package version libtao-dev 5.4.7-3ubuntu1

When compiling a tao_idl generated client file, this cpp file is missing :

In file included from /usr/include/tao/Alias_TypeCode_Static.h:27,
                 from src/KernelInterfaceC.cpp:39:
/usr/include/tao/TypeCode_Base_Attributes.h:86:45: error: tao/TypeCode_Base_Attributes.cpp: No such file or directory

The maintainer probably forgot to package it.

Changed in ace:
assignee: nobody → motu
Revision history for this message
roel (m9dhatter) wrote :

current workaround is to create the Missing file and append the contents:

// $Id: TypeCode_Base_Attributes.cpp,v 1.3 2005/03/29 12:30:21 jwillemsen Exp $

#ifndef TAO_TYPECODE_BASE_ATTRIBUTES_CPP
#define TAO_TYPECODE_BASE_ATTRIBUTES_CPP

#include "tao/TypeCode_Base_Attributes.h"

#ifndef __ACE_INLINE__
# include "tao/TypeCode_Base_Attributes.inl"
#endif /* !__ACE_INLINE__ */

#endif /* TAO_TYPECODE_BASE_ATTRIBUTES_CPP */

note: i got the contents from:
http://www.dre.vanderbilt.edu/~isisbuilds/documentation/ACE_wrappers/TAO/tao/TypeCode_Base_Attributes.cpp
although i still have linking errors after this..

Revision history for this message
Barry deFreese (bddebian) wrote :

Fixed in Dapper libtao-dev 5.4.7-8

Changed in ace:
status: Unconfirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.