Ticket #131 (new defect)

Opened 5 years ago

Last modified 3 years ago

problem building new component with timing support

Reported by: cdietric Owned by: Snyder.Jason
Priority: major Milestone: Abeyance
Component: tools Version:
Keywords: Cc:

Description (last modified by balister) (diff)

Error listing from make when trying to build new component with 1 uses, 1 provides port and timing support: (note timingStatus.idl is in customInterfaces)

component20.h:95: error: ISO C++ forbids declaration of ‘timingStatus_u’ with no type
component20.h:95: error: invalid use of ‘::’
component20.h:95: error: expected ‘;’ before ‘*’ token
component20.cpp: In constructor ‘component20_i::component20_i(const char*, omni_condition*)’:
component20.cpp:33: error: ‘dataOut_1’ was not declared in this scope
component20.cpp:33: error: expected type-specifier
component20.cpp:33: error: expected `;'
component20.cpp: In destructor ‘virtual component20_i::~component20_i()’:
component20.cpp:48: error: ‘dataOut_1’ was not declared in this scope
component20.cpp: In member function ‘virtual CORBA::Object* component20_i::getPort(const char*)’:
component20.cpp:74: error: ‘dataOut_1’ was not declared in this scope
make: *** [component20.o] Error 1

Change History

Changed 5 years ago by balister

  • description modified (diff)

Changed 5 years ago by DrewCormier

  • owner changed from acormier to DrewCormier

Is this with the basic ports template or the custom ports template?

Changed 5 years ago by cdietric

  • milestone set to Release 0.6.2

Adding to 0.6.2

Changed 5 years ago by cdietric

  • milestone changed from Release 0.6.2 to Abeyance

Requires use of custom ports, will save for next release

Changed 5 years ago by cdietric

  • owner changed from DrewCormier to Snyder.Jason
  • milestone changed from Abeyance to Release 0.7.0

Need to add timing capability to basic ports

Changed 3 years ago by cdietric

  • milestone changed from Release 0.8.0 to Abeyance
Note: See TracTickets for help on using tickets.