On 31 October 2012 11:50, Matúš Kukan <matus.kukan@gmail.com> wrote:
Hi,
When building external libraries with gbuild, we need to export symbols somehow.
Linux - gb_Library_set_visibility_default avoids -fvisibility=hidden
-> all symbols are visible
OS X - maybe it does not know hidden symbols ?
Windows - you need to use DEF:name-of-.def-file.
example: neon/Library_neon.mk
The .def file is somehow generated with dmake,
so when converting, just adjust it; git add; and add to makefile.
It's nice that librsvg has been converted, but does it also work ? (I
can't test it)
For example in 'about' dialog you should see nice background, but
without librsvg nothing (I've tested this on Linux)
(btw: the code is in vcl/source/components/rasterizer_rsvg.cxx )
Well, I've realized we use only few symbols, so it's easy to add them
to makefile.
Should be fixed with
<http://cgit.freedesktop.org/libreoffice/core/commit/?id=56e40f3c602f7c85f61e5a196e3d820935b0c139>
Best,
Matus
Context
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.