You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2014/10/10 09:02:53 UTC

[Issue 125736] New: fatal error: 'unordered_set' file not found while building sal module

https://issues.apache.org/ooo/show_bug.cgi?id=125736

          Issue ID: 125736
        Issue Type: DEFECT
           Summary: fatal error: 'unordered_set' file not found while
                    building sal module
           Product: General
           Version: 4.1.1
          Hardware: Mac
                OS: Mac OSX, 10.9
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: code
          Assignee: issues@openoffice.apache.org
          Reporter: ugurkoc.uk@hotmail.com

Created attachment 84053
  --> https://issues.apache.org/ooo/attachment.cgi?id=84053&action=edit
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

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

[Issue 125736] fatal error: 'unordered_set' file not found while building sal module

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=125736

--- Comment #1 from ugur <ug...@hotmail.com> ---
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

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

[Issue 125736] fatal error: 'unordered_set' file not found while building sal module

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=125736

--- Comment #3 from ugur <ug...@hotmail.com> ---
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?

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

[Issue 125736] fatal error: 'unordered_set' file not found while building sal module

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=125736

--- Comment #2 from ugur <ug...@hotmail.com> ---
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

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.