An error when compiling sd module

Eike Rathke erack at redhat.com
Fri Dec 15 13:28:29 UTC 2017


Hi 张文豪,

On Thursday, 2017-12-14 21:19:59 +0800, 张文豪 wrote:

> I have finished the entire build on macOS. And when I tried to compile the
> sd module with Qt Creator, error below occurred:
> 
> <command line>:15: expanded from here
> 
> #define SDUI_DLL_NAME libsduilo.dylib

Seems to be an enquoting problem of Qt Creator or the script that
generates things out of gbuild, the name should be quoted like
"libsduilo.dylib" which in gbuild is done here:

sd/Library_sd.mk:52:    -DSDUI_DLL_NAME=\"$(call gb_Library_get_runtime_filename,$(call gb_Library__get_name,sdui))\" \

note the escaped \" quotes for literal quote characters around the
defined value.

  Eike

-- 
LibreOffice Calc developer. Number formatter stricken i18n transpositionizer.
GPG key 0x6A6CD5B765632D3A - 2265 D7F3 A7B0 95CC 3918  630B 6A6C D5B7 6563 2D3A
Care about Free Software, support the FSFE https://fsfe.org/support/?erack
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/libreoffice/attachments/20171215/d5c551bc/attachment.sig>


More information about the LibreOffice mailing list