Issue 119253

Summary: Compiler fails for librptui.so in debug build
Product: Build Tools Reporter: Jean-Louis Fuchs <jean-louis.fuchs>
Component: codeAssignee: AOO issues mailing list <issues>
Status: CONFIRMED --- QA Contact:
Severity: Normal    
Priority: P3 CC: contact, issues
Version: 3.4.0 Beta (OOo)   
Target Milestone: ---   
Hardware: Sun   
OS: Solaris   
URL: http://mail-archives.apache.org/mod_mbox/incubator-ooo-dev/201204.mbox/%3c2C98FB49-794D-4D63-91EE-68B4D69F7071@adfinis-sygroup.ch%3e
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
Patch: Workarbound none

Description Jean-Louis Fuchs 2012-04-19 15:45:40 UTC
Created attachment 77465 [details]
Patch: Workarbound

Pasted from
http://mail-archives.apache.org/mod_mbox/incubator-ooo-dev/201204.mbox/%3c2C98FB49-794D-4D63-91EE-68B4D69F7071@adfinis-sygroup.ch%3e

--
ParagraphData is not used in dlgedfunc.cxx (in reportdesigner), it is 
also not exported from libediteng (see paragraphdata.hxx). Seems to be a 
solaris compiler thingy; somehow (maybe includes and inlines) he wants 
that constructor.

ParagraphData is not used outside editengine module, thus it is okay not 
to export it (each single export makes the startup slower, thus this was 
optimized once). If you find no solution, you may add EDITENG_DLLPUBLIC 
to the ParagraphData definition in paragraphdata.hxx, rebuild and 
deliver editeng module and try again.
--

IMO because this only happens in debug build it has low priority.
Comment 1 Pedro Giffuni 2012-12-03 16:25:42 UTC
Perhaps Armin can review this as he appears in the thread.
Comment 2 Marcus 2017-05-20 11:35:15 UTC
Reset assigne to the default "issues@openoffice.apache.org".