Issue 125736 - fatal error: 'unordered_set' file not found while building sal module
Summary: fatal error: 'unordered_set' file not found while building sal module
Status: UNCONFIRMED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: 4.1.1
Hardware: Mac OS X 10.9
: P3 Major (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-10 07:02 UTC by ugur
Modified: 2014-10-23 22:42 UTC (History)
0 users

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


Attachments
log of building from source (37.05 KB, application/zip)
2014-10-10 07:02 UTC, ugur
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
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?