Issue 120751

Summary: Hunspell built with different STL than lingucomponent
Product: Build Tools Reporter: Jean-Louis Fuchs <jean-louis.fuchs>
Component: external prerequisitesAssignee: Pedro Giffuni <pfg>
Status: CLOSED FIXED QA Contact:
Severity: Normal    
Priority: P3 CC: rbircher
Version: 4.0.0-dev   
Target Milestone: 4.0.0   
Hardware: Other   
OS: Solaris   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
Patching the makefile of hunspell to link against libstlport none

Description Jean-Louis Fuchs 2012-08-29 15:48:16 UTC
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
Comment 1 Jean-Louis Fuchs 2012-08-29 15:51:14 UTC
Created attachment 79217 [details]
Patching the makefile of hunspell to link against libstlport
Comment 2 SVN Robot 2012-12-03 15:48:23 UTC
"pfg" committed SVN revision 1416566 into trunk:
#i120751# Hunspell built with different STL than lingucomponent.
Comment 3 Pedro Giffuni 2012-12-03 16:32:20 UTC
The change was properly ifdef'd for Solaris.