Ticket #131 (new defect)
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
Note: See
TracTickets for help on using
tickets.