Issue 17902 - IRIX: sw - type is inaccessable
Summary: IRIX: sw - type is inaccessable
Status: CLOSED WONT_FIX
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 RC
Hardware: SGI IRIX
: P3 Trivial (vote)
Target Milestone: AOO PleaseHelp
Assignee: sander_traveling
QA Contact: issues@porting
URL:
Keywords:
Depends on:
Blocks: 809 60776
  Show dependency tree
 
Reported: 2003-08-06 02:10 UTC by nickb
Modified: 2010-11-10 17:29 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 02:10:08 UTC
CC -c -I.  -I. -I../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     -Is:/solar/inc/hm -I../../../res
-I. -O2 -g   -LANG:ansi-for-init-scope=OFF -LANG:std
-LANG:libc_in_namespace_std=ON -LANG:exceptions=OFF   -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_OFF -DCUI
-DSOLAR_JAVA -DSRX645  -DNUM_RELSPACE -DVERTICAL_LAYOUT -DACCESSIBLE_LAYOUT
-DBIDI -DSHAREDLIB -D_DLL_  -DMULTITHREAD  -w -o
../../../unxirxm3.pro/slo/thints.o
/build1/nickb/openoffice/workarea/11rc/oo_1.1rc_src/sw/source/core/txtnode/thints.cxx
cc-1238 CC: ERROR File =
/build1/nickb/openoffice/workarea/11rc/oo_1.1rc_src/sw/source/core/txtnode/thints.cxx,
Line = 1864
  The type "SwpHtStart_SAR::SwpHtStart_SAR" is inaccessible.

                SwpHtStart_SAR *pTmpHints = 0;
                ^

cc-1238 CC: ERROR File =
/build1/nickb/openoffice/workarea/11rc/oo_1.1rc_src/sw/source/core/txtnode/thints.cxx,
Line = 2041
  The type "SwpHtStart_SAR::SwpHtStart_SAR" is inaccessible.

                                                                               
        pTmpHints = new SwpHtStart_SAR();
                                                                               
                        ^

cc-1238 CC: ERROR File =
/build1/nickb/openoffice/workarea/11rc/oo_1.1rc_src/sw/source/core/txtnode/thints.cxx,
Line = 2090
  The type "SwpHtStart_SAR::SwpHtStart_SAR" is inaccessible.

                                                                               
        pTmpHints = new SwpHtStart_SAR();
                                                                               
                        ^

3 errors detected in the compilation of
"/build1/nickb/openoffice/workarea/11rc/oo_1.1rc_src/sw/source/core/txtnode/thints.cxx".
dmake:  Error code 2, while making '../../../unxirxm3.pro/slo/thints.obj'
---* TG_SLO.MK *---

ERROR: Error 65280 occurred while making
/build1/nickb/openoffice/workarea/11rc/oo_1.1rc_src/sw/source/core/txtnode
Comment 1 nickb 2003-08-06 03:00:31 UTC
Strange...

Changing
SwpHtStart_SAR
to
::SwpHtStart_SAR

in all three places fixed this.
Comment 2 Martin Hollmichel 2003-08-07 15:56:30 UTC
set target milestone to 1.1.1
Comment 3 Martin Hollmichel 2003-10-17 08:21:21 UTC
reassigned.
Comment 4 caolanm 2010-03-29 20:59:45 UTC
per issue 106845 sb removed the partial irix port, so this doesn't make sense in
isolation anymore
Comment 5 caolanm 2010-03-29 21:00:24 UTC
closing
Comment 6 wotnalovent 2010-11-10 17:29:09 UTC
Created attachment 73498