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/08/06 08:59:01 UTC

[Issue 125372] New: icu can't be build with gcc on Solaris

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

          Issue ID: 125372
        Issue Type: DEFECT
           Summary: icu can't be build with gcc on Solaris
           Product: Build Tools
           Version: 4.1.0
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: external prerequisites
          Assignee: issues@openoffice.apache.org
          Reporter: alp@rsu.ru

Created attachment 83793
  --> https://issues.apache.org/ooo/attachment.cgi?id=83793&action=edit
don't define _XOPEN_SOURCE_EXTENDED on Solaris

icu can't be build with gcc on Solaris,.because it defines
_XOPEN_SOURCE_EXTENDED.This efficiently hides _XOPEN_SOURCE=600 definition and
leads to compilation failure with 
#error "Compiler or options invalid for pre-UNIX 03 X/Open applications \
        and pre-2001 POSIX applications"

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

[Issue 125372] icu can't be build with gcc on Solaris

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

Kay <ks...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kschenk@apache.org
           Hardware|All                         |Other
                 OS|All                         |Solaris

--- Comment #1 from Kay <ks...@apache.org> ---
Changed OS information specific to Solaris.

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