Issue 17903 - IRIX: xmlhelp #include<stl/....> assumes using STLport
Summary: IRIX: xmlhelp #include<stl/....> assumes using STLport
Status: CLOSED FIXED
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: Martin Hollmichel
QA Contact: issues@porting
URL:
Keywords:
Depends on:
Blocks: 809
  Show dependency tree
 
Reported: 2003-08-06 03:09 UTC by nickb
Modified: 2004-02-05 12:40 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 03:09:17 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     -I. -I../../../res -I. -O2 -g  
-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/Query.o
/build1/nickb/openoffice/workarea/11rc/oo_1.1rc_src/xmlhelp/source/cxxhelp/qe/Query.cxx
cc-1005 CC: ERROR File =
/build1/nickb/openoffice/workarea/11rc/oo_1.1rc_src/xmlhelp/source/cxxhelp/qe/Query.cxx,
Line = 156
  The source file "stl/algorithm" is unavailable.

  #include <stl/algorithm>
                          ^

1 catastrophic error detected in the compilation of
"/build1/nickb/openoffice/workarea/11rc/oo_1.1rc_src/xmlhelp/source/cxxhelp/qe/Query.cxx".
Comment 1 nickb 2003-08-06 03:10:17 UTC
xmlhelp/source/cxxhelp/qe/Query.cxx

Changed #include <stl/algorithm> to just #include <algorithm>
Comment 2 Martin Hollmichel 2003-08-07 15:56:33 UTC
set target milestone to 1.1.1
Comment 3 sander_traveling 2003-10-16 19:33:04 UTC
commited in ooo111fix1
Comment 4 sander_traveling 2003-10-16 20:38:42 UTC
closing
Comment 5 Martin Hollmichel 2004-02-05 12:29:05 UTC
mark as verified.
Comment 6 Martin Hollmichel 2004-02-05 12:40:12 UTC
closing issue, feel free to reopen in case a problem is left.