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 2012/08/29 17:48:16 UTC

[Bug 120751] New: Hunspell built with differant STL than lingucomponent

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

          Priority: P3
            Bug ID: 120751
                CC: rbircher@apache.org
          Assignee: ooo-issues@incubator.apache.org
           Summary: Hunspell built with differant STL than lingucomponent
          Severity: normal
        Issue Type: DEFECT
    Classification: Code
                OS: Solaris
          Reporter: jean-louis.fuchs@adfinis-sygroup.ch
          Hardware: Other
            Status: CONFIRMED
           Version: AOO340-dev
         Component: www
           Product: external prerequisites

Hunspell is built with libCstd on solaris, while AOO uses libstlport: This
causes linking errors in the compoment lingucomponent/source/spellcheck/spell.

I solved the problem by linking Hunspell against the liblstlport_sunpro in
$(SOLARVER)/$(INPATH)/lib.

I attached a patch. NOTE: I don't know if the dependancies must be changed,
since I fixed this at the end of my build.

-> Patch of ext_libraries/hunspell/makefile.mk

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

[Bug 120751] Hunspell built with different STL than lingucomponent

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

--- Comment #2 from SVN Robot <sv...@dev.null.org> ---
"pfg" committed SVN revision 1416566 into trunk:
#i120751# Hunspell built with different STL than lingucomponent.

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

[Bug 120751] Hunspell built with different STL than lingucomponent

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

Pedro Giffuni <pf...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
         Resolution|---                         |FIXED
           Assignee|issues@openoffice.apache.or |pfg@apache.org
                   |g                           |

--- Comment #3 from Pedro Giffuni <pf...@apache.org> ---
The change was properly ifdef'd for Solaris.

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

[Bug 120751] Hunspell built with different STL than lingucomponent

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

hdu@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #79217|0                           |1
           is patch|                            |

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

[Bug 120751] Hunspell built with different STL than lingucomponent

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

Jean-Louis Fuchs <je...@adfinis-sygroup.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Hunspell built with         |Hunspell built with
                   |differant STL than          |different STL than
                   |lingucomponent              |lingucomponent

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

[Bug 120751] Hunspell built with differant STL than lingucomponent

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

--- Comment #1 from Jean-Louis Fuchs <je...@adfinis-sygroup.ch> ---
Created attachment 79217
  --> https://issues.apache.org/ooo/attachment.cgi?id=79217&action=edit
Patching the makefile of hunspell to link against libstlport

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