Issue 119253 - Compiler fails for librptui.so in debug build
Summary: Compiler fails for librptui.so in debug build
Status: CONFIRMED
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: 3.4.0 Beta (OOo)
Hardware: Sun Solaris
: P3 Normal (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL: http://mail-archives.apache.org/mod_m...
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-19 15:45 UTC by Jean-Louis Fuchs
Modified: 2017-05-20 11:35 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Patch: Workarbound (358 bytes, patch)
2012-04-19 15:45 UTC, Jean-Louis Fuchs
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
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".