Issue 125736

Summary: fatal error: 'unordered_set' file not found while building sal module
Product: General Reporter: ugur <ugurkoc.uk>
Component: codeAssignee: AOO issues mailing list <issues>
Status: UNCONFIRMED --- QA Contact:
Severity: Major    
Priority: P3    
Version: 4.1.1   
Target Milestone: ---   
Hardware: Mac   
OS: OS X 10.9   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
log of building from source none

Description ugur 2014-10-10 07:02:53 UTC
Created attachment 84053 [details]
log of building from source

--------Used Commands--------
./configure --with-dmake-path=/usr/local/bin/dmake  --with-epm-url=http://www.msweet.org/files/project2/epm-3.7-source.tar.gz --disable-odk --prefix=/Users/ugurmeryem/Documents/workspace/currentaoo --with-junit=../extras/junit-4.10.jar
./bootstrap
source MacOSXX64Env.Set.sh
cd instsetoo_native
build --all

---------------------------
In file included from /Users/ugurmeryem/Documents/workspace/aoo/main/sal/rtl/source/hash.cxx:30:
/Users/ugurmeryem/Documents/workspace/aoo/main/solver/420/unxmaccx.pro/inc/stl/hash_set:27:16: fatal error: 'unordered_set' file not found
        #include_next <unordered_set>
                      ^
1 error generated.
dmake:  Error code 1, while making '../../unxmaccx.pro/obj/hash.obj'

1 module(s): 
	sal
need(s) to be rebuilt

Reason(s):

ERROR: error 65280 occurred while making /Users/ugurmeryem/Documents/workspace/aoo/main/sal/rtl/source
-------------------------------------------------------------

System info
dmake 4.12
python 2.7.6
Comment 1 ugur 2014-10-11 19:58:58 UTC
Following configuration did not compile neither

./configure --with-dmake-url=http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2 --with-epm-url=http://www.msweet.org/files/project2/epm-3.7-source.tar.gz --disable-odk --disable-binfilter --without-junit
./bootstrap
source MacOSXX64Env.Set.sh
cd instsetoo_native
build --all
Comment 2 ugur 2014-10-15 18:55:29 UTC
I realised there there was a TODO in the code

#ifdef HAVE_STL_INCLUDE_PATH
	// TODO: use computed include file name
	#include_next <unordered_set>


Are you looking at this?
Thanks
Comment 3 ugur 2014-10-23 22:42:54 UTC
Hello,
I want to run testing experiments using aoo as subject application.
But this problem blocks me.
Can you help me?
Is it a bug?