Issue 2315 - hash_set not found
Summary: hash_set not found
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: current
Hardware: PC Windows 2000
: P3 Trivial (vote)
Target Milestone: ---
Assignee: Unknown
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-28 15:57 UTC by Unknown
Modified: 2003-03-16 20:14 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 Unknown 2001-11-28 15:57:58 UTC
While compiling project sal under Windows 2000, I get a complication error 
hash_set not found:

Where can I found it ?

C:\OpenOff\oo_638c\sal\systools\win32\tools32
-------------
C:\OpenOff\oo_638c\sal\systools\win32\user32
-------------
C:\OpenOff\oo_638c\sal\systools\win32\kernel32
-------------
C:\OpenOff\oo_638c\sal\systools\win32\comdlg32
-------------
C:\OpenOff\oo_638c\sal\systools\win32\advapi32
-------------
C:\OpenOff\oo_638c\sal\osl\w32
-------------
C:\OpenOff\oo_638c\sal\osl\all
-------------
C:\OpenOff\oo_638c\sal\systools\win32\shell32
-------------
C:\OpenOff\oo_638c\sal\rtl\source
--- EXCEPTIONSFILES ---
------------------------------
Making:..\..\wntmsci7.pro\slo\macro.obj
cl -Zm200 -c -nologo -W3 -Gs -Gy  -I. -I. -I..\inc -I..\..\inc -
I..\..\WIN\inc -
I..\..\wntmsci7.pro\inc -I. -IC:\OpenOff\oo_638c\solver\638
\wntmsci7.pro\inc\stl
 -IC:\OpenOff\oo_638c\solver\638\wntmsci7.pro\inc -
IC:\OpenOff\oo_638c\solver\63
8\wntmsci7.pro\inc\external -IC:\OpenOff\oo_638c\solenv\wntmsci7\inc -
IC:\OpenOf
f\oo_638c\solenv\inc -IC:\OpenOff\oo_638c\res -IC:\progra~1\micros~4\vc98
\includ
e -IC:\JDK1.3.1\include\win32 -IC:\JDK1.3.1\include     -I. -I..\..\res -I. -
Ob1
 -Ox -Gd  -GX   -DWNT -DWNT -DNT351 -DMSC -DMI200 -DINTEL -DUSE_PSPRINT -
DTF_SVD
ATA -DENABLEUNICODE -DTF_CFGDATA -DTF_FILEURL -D_USE_NAMESPACE -D_X86_=1  -
DFULL
_DESK -D__STL_NO_NEW_IOSTREAMS -DSTLPORT_VERSION=400 -D__STL_USE_ABBREVS -
D_MT -
DSUPD=638 -DBUILD=7313 -DSOLAR_PLUGIN -DVCL -DSO3 -DPRODUCT -DNDEBUG -
DPRODUCT_F
ULL -DOPTIMIZE -DEXCEPTIONS_ON -DGUI -DSOLAR_JAVA -DSRC638  -DSHAREDLIB -D_DLL_
-DWIN32 -D_MT -D_DLL -DWIN32 -D_MT -D_DLL -DMULTITHREAD  -
Fo..\..\wntmsci7.pro\s
lo\macro.obj C:/OpenOff/oo_638c/sal/rtl/source\macro.cxx
cl @s:\temp\mk14m
macro.cxx
C:/OpenOff/oo_638c/sal/rtl/source\macro.cxx(68) : fatal error C1083: Cannot 
open
 include file: 'hash_set': No such file or directory
dmake:  Error code 130, while making '..\..\wntmsci7.pro\slo\macro.obj'
---*TG_SLO.MK*---
dmake:  Error code 255, while making 'do_it_exceptions'
---*TG_SLO.MK*---
Error 65280 occurred while making C:\OpenOff\oo_638c\sal\rtl\source
dmake:  Error code 129, while making 'build_all'
---*TG_SLO.MK*---
Comment 1 sander_traveling 2001-11-28 20:21:27 UTC
moving to tools as not porting related issue
Comment 2 Unknown 2001-11-29 10:31:26 UTC
Hi, 

hash_set should come from STLport. 

If you configured with the 
--with-stlport4-home=//drive/your/path/to/stlport, search 
there for hash_set. If you cannot find it, then your own STLport4 
build is not complete. 

If you configured without this option, the module 'stlport' in OOo 
should have been build prior to sal, and the hash_set should be 
in the local output three there (stlport/wntmsci7.pro...). From 
there it should get copied to solver/641/wntmsci7.pro/inc/stl

please check this, and let us know here whether this solves your 
problem. 

armin
Comment 3 Unknown 2001-11-30 03:42:08 UTC
Fixed after recompile the stlport4.0 first.
Comment 4 michael.bemmer 2003-03-16 20:10:44 UTC
As discussed with Armin, he thought these bug were closed, he sees all of them
as verified.
Comment 5 michael.bemmer 2003-03-16 20:14:22 UTC
As discussed with Armin, he thought these bug were closed, he sees all of them
as verified.