Issue 17913 - IRIX: configmgr - not a typename
Summary: IRIX: configmgr - not a typename
Status: CLOSED DUPLICATE of issue 1858
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 RC
Hardware: SGI IRIX
: P3 Trivial (vote)
Target Milestone: OOo 1.1.1
Assignee: sander_traveling
QA Contact: issues@porting
URL:
Keywords:
Depends on:
Blocks: 809
  Show dependency tree
 
Reported: 2003-08-06 08:27 UTC by nickb
Modified: 2004-02-27 13:07 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description nickb 2003-08-06 08:27:12 UTC
CC -c -I.  -I. -I../inc -I../../source/inc/inc -I../../inc -I../../unx/inc
-I../../unxirxm3.pro/inc -I.
-I/build1/nickb/openoffice/workarea/11rc/oo_1.1rc_src/solver/645/unxirxm3.pro/inc/stl
-I/build1/nickb/openoffice/workarea/11rc/oo_1.1rc_src/solver/645/unxirxm3.pro/inc/external
-I/build1/nickb/openoffice/workarea/11rc/oo_1.1rc_src/solver/645/unxirxm3.pro/inc
-I/build1/nickb/openoffice/workarea/11rc/oo_1.1rc_src/solenv/unxirxm3/inc
-I/build1/nickb/openoffice/workarea/11rc/oo_1.1rc_src/solenv/inc
-I/build1/nickb/openoffice/workarea/11rc/oo_1.1rc_src/res
-I/build1/nickb/openoffice/workarea/11rc/oo_1.1rc_src/solver/645/unxirxm3.pro/inc/stl
-I/build1/nickb/openoffice/workarea/11rc/oo_1.1rc_src/solenv/inc/Xp31
-I/usr/java2/include -I/usr/java2/include/irix
-I/usr/java2/include/native_threads/include     -I. -I../../res -I. -O2  
-LANG:ansi-for-init-scope=OFF -LANG:std -LANG:libc_in_namespace_std=ON
-LANG:exceptions=ON   -KPIC -DIRIX -DUNX -DVCL -DC730 -DC730 -DMIPS -DCVER=C730
-D_USE_NAMESPACE -DSTLPORT_VERSION=0x450 -D_USE_NAMESPACE=1 -DNEW_SOLAR
-DSGI_STL -D__STL_THROW_RANGE_ERRORS -D__DMAKE -DUNIX -DCPPU_ENV=MipsPro
-DSUPD=645 -DBUILD=8639 -DPRODUCT -DNDEBUG -DPRODUCT_FULL -DOSL_DEBUG_LEVEL=0
-DOPTIMIZE -DEXCEPTIONS_ON -DCUI -DSOLAR_JAVA -DSRX645  -DSHAREDLIB -D_DLL_ 
-DMULTITHREAD  -w -o ../../unxirxm3.pro/slo/apitreeimplobj.o
/build1/nickb/openoffice/workarea/11rc/oo_1.1rc_src/configmgr/source/api2/apitreeimplobj.cxx
cc-3193 CC: ERROR File =
/build1/nickb/openoffice/workarea/11rc/oo_1.1rc_src/configmgr/source/api2/listenercontainer.hxx,
Line = 158
  The nontype "std::vector<configmgr::configapi::SpecialListenerContainer<Key_,
          KeyHash_, KeyEq_, KeyToIndex_>::BasicContainerInfo,
          std::allocator<configmgr::configapi::SpecialListenerContainer<Key_,
          KeyHash_, KeyEq_, KeyToIndex_>::BasicContainerInfo>>::size_type" is
          not a type name.

                        typedef BasicContainerHelperArray::size_type    Index;
                                ^

1 error detected in the compilation of
"/build1/nickb/openoffice/workarea/11rc/oo_1.1rc_src/configmgr/source/api2/apitreeimplobj.cxx".
Comment 1 nickb 2003-08-06 08:28:19 UTC
Index: source/api2/listenercontainer.hxx
===================================================================
RCS file: /cvs/util/configmgr/source/api2/listenercontainer.hxx,v
retrieving revision 1.11
diff -u -r1.11 listenercontainer.hxx
--- source/api2/listenercontainer.hxx   19 Mar 2003 16:18:34 -0000   
  1.11
+++ source/api2/listenercontainer.hxx   6 Aug 2003 07:28:51 -0000
@@ -155,7 +155,7 @@
                                BasicContainerInfo() : pInterface(0),
pContainer(0) {}
                        };
                        typedef std::vector<BasicContainerInfo>      
          BasicContainerHelperArray;
-                       typedef BasicContainerHelperArray::size_type 
  Index;
+                       typedef typename
BasicContainerHelperArray::size_type   Index;

                        typedef Key_ Key;
             typedef typename KeyToIndex_::KeyFinder KeyFinder;
Comment 2 Martin Hollmichel 2003-08-07 15:56:08 UTC
set target milestone to 1.1.1
Comment 3 Martin Hollmichel 2003-10-17 08:21:05 UTC
reassigned.
Comment 4 sander_traveling 2003-12-04 04:29:17 UTC
this is fixed in rev 1.11.54.1 of
configmgr/source/api2/listenercontainer.hxx (#i1858#)


*** This issue has been marked as a duplicate of 1858 ***
Comment 5 Martin Hollmichel 2004-02-27 13:07:02 UTC
close issue