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 2013/01/30 16:22:21 UTC

[Bug 121689] New: SDK support on MacOS x86_64

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

            Bug ID: 121689
        Issue Type: DEFECT
           Summary: SDK support on MacOS x86_64
    Classification: Code
           Product: sdk
           Version: AOO 3.4.1
          Hardware: Mac
                OS: Mac OSX, 10.7
            Status: CONFIRMED
          Severity: normal
          Priority: P3
         Component: samples
          Assignee: issues@openoffice.apache.org
          Reporter: gunaa.kannan@gmail.com
                CC: issues@openoffice.apache.org

Its a query to know whether SDK headers can be used in MacOS for x86_64
architecture. I develop an C++ application using Xcode4.3.3 which includes SDK
include files. But am getting error like, "Couldn't find 16-bit type, add
support for your architecture." from various .h files (types.h, textenc.h,
alloca.h, interlck.h..etc..) Is there a way to tweak this to make it work and
compile my code? OR Is there any specific download available for x86_64
platform?

Thanks / Anandha

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

[Bug 121689] SDK support on MacOS x86_64

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

Ariel Constenla-Haile <ar...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED

--- Comment #2 from Ariel Constenla-Haile <ar...@apache.org> ---
Closing.

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

[Bug 121689] SDK support on MacOS x86_64

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

Ariel Constenla-Haile <ar...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
                 CC|                            |arielch@apache.org
         Resolution|---                         |INVALID

--- Comment #1 from Ariel Constenla-Haile <ar...@apache.org> ---
(In reply to comment #0)
> Its a query 

This is a bug tracker, queries should be send to the mailing lists, for this
topic api@openoffice.apache.org

> to know whether SDK headers can be used in MacOS for x86_64
> architecture. 

OpenOffice is a 32 bits application in MacOS. Of course, you can compile a 32
bits application in a 64 bits OS; you have to take care of the switches.

Try using the SDK build environment to build a C++ example, like the ones
included in the SDK (examples/cpp), and you'll see the defines and switches
needed to include the SDK headers and compile.

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