View Issue Details

IDProjectCategoryView StatusLast Update
0011262Open CASCADEOCCT:Foundation Classespublic2010-06-29 16:37
Reporterimv Assigned Tobugmaster  
PrioritynormalSeveritytrivial 
Status closedResolutionunable to reproduce 
OSLinux 
Summary0011262: Compilation Errors with gcc3.4
Descriptiongcc 3.4 returns the next errors at QANCollection compilation:
Info : -------> :KAS:dev:ros:QANCollection:source:QANCollection2.cxx
Error : Errors occured in Shell
In file included from /dn04/KAS/dev/ros/inc/NCollection_DefineDoubleMap.hxx:17,

                 from /dn04/KAS/dev/ros/inc/QANCollection_Common2.hxx:46,

                 from /dn04/KAS/dev/ros/inc/QANCollection_FuncTest.hxx:11,

                 from /dn04/KAS/dev/ros/src/QANCollection/QANCollection2.cxx:28:

/dn04/KAS/dev/ros/inc/NCollection_DoubleMap.hxx: In member function `const
TheKey2Type& NCollection_DoubleMap<TheKey1Type,
TheKey2Type>::DoubleMapNode::Key2()':

/dn04/KAS/dev/ros/inc/NCollection_DoubleMap.hxx:55: error: `myValue' undeclared
(first use this function)

/dn04/KAS/dev/ros/inc/NCollection_DoubleMap.hxx:55: error: (Each undeclared
identifier is reported only once for each function it appears in.)

In file included from /dn04/KAS/dev/ros/inc/NCollection_DefineSList.hxx:44,

                 from /dn04/KAS/dev/ros/inc/QANCollection_Common2.hxx:76,

                 from /dn04/KAS/dev/ros/inc/QANCollection_FuncTest.hxx:11,

                 from /dn04/KAS/dev/ros/src/QANCollection/QANCollection2.cxx:28:

/dn04/KAS/dev/ros/inc/NCollection_SList.hxx: In member function
`NCollection_SList<TheItemType>& NCollection_SList<TheItemType>::operator=(const
NCollection_SList<TheItemType>&)':

/dn04/KAS/dev/ros/inc/NCollection_SList.hxx:148: error: `myAllocator' undeclared
(first use this function)

Error : Failed : QANCollection2.cxx
Info : -------> :KAS:dev:ros:QANCollection:source:QANCollection3.cxx
Error : Errors occured in Shell
In file included from /dn04/KAS/dev/ros/inc/NCollection_DefineDoubleMap.hxx:17,

                 from /dn04/KAS/dev/ros/inc/QANCollection_Common3.hxx:46,

                 from /dn04/KAS/dev/ros/inc/QANCollection_PerfTest.hxx:12,

                 from /dn04/KAS/dev/ros/src/QANCollection/QANCollection3.cxx:14:

/dn04/KAS/dev/ros/inc/NCollection_DoubleMap.hxx: In member function `const
TheKey2Type& NCollection_DoubleMap<TheKey1Type,
TheKey2Type>::DoubleMapNode::Key2()':

/dn04/KAS/dev/ros/inc/NCollection_DoubleMap.hxx:55: error: `myValue' undeclared
(first use this function)

/dn04/KAS/dev/ros/inc/NCollection_DoubleMap.hxx:55: error: (Each undeclared
identifier is reported only once for each function it appears in.)

In file included from /dn04/KAS/dev/ros/inc/NCollection_DefineSList.hxx:44,

                 from /dn04/KAS/dev/ros/inc/QANCollection_Common3.hxx:76,

                 from /dn04/KAS/dev/ros/inc/QANCollection_PerfTest.hxx:12,

                 from /dn04/KAS/dev/ros/src/QANCollection/QANCollection3.cxx:14:

/dn04/KAS/dev/ros/inc/NCollection_SList.hxx: In member function
`NCollection_SList<TheItemType>& NCollection_SList<TheItemType>::operator=(const
NCollection_SList<TheItemType>&)':

/dn04/KAS/dev/ros/inc/NCollection_SList.hxx:148: error: `myAllocator' undeclared
(first use this function)
TagsNo tags attached.
Test case number

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2010-06-29 16:37 bugmaster Status new => closed
2010-06-29 16:37 bugmaster Resolution @0@ => unable to reproduce
2011-08-02 11:23 bugmaster Category OCCT:FDC => OCCT:Foundation Classes