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

            Bug ID: 122482
        Issue Type: DEFECT
           Summary: Impossible to build SDK C++ examples
           Product: App Dev
           Version: AOO400-dev
          Hardware: All
                OS: Windows, all
            Status: CONFIRMED
          Severity: normal
          Priority: P3
         Component: sdk
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

Building the complextoolbarcontrols example from the SDK you get:

MyProtocolHandler.cxx
C:\Program Files (x86)\OpenOffice 4\Basis\sdk/include/stl\hash_map(29) : fatal
error C1083: Cannot open include file: '../../VC/include/unordered_map': No
such file or directory

in that header:


#ifdef HAVE_STL_INCLUDE_PATH
    // TODO: use computed include file name
    #include_next <unordered_map>
#elif defined(_MSC_VER)
    #include <../../VC/include/unordered_map>
    #define STLP4_EMUBASE_NS ::std::tr1
#else // fall back to boost/tr1
    #include <boost/tr1/tr1/unordered_map>
    #define STLP4_EMUBASE_NS ::boost
#endif


<../../VC/include/unordered_map>

I have a hash_map header in C:\Program Files (x86)\Microsoft Visual Studio
9.0\VC\include
but unordered_map doesn't exist

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Reply via email to