error creating LO installation dmg file using make

2018-08-15 Thread Ch g
I tried to create dmg installation file from a local branch in terminal getting 
following errors:

[build ALL] All modules but instset: UnoControls accessibility animations 
apple_remote avmedia basctl basegfx basic bean binaryurp bridges canvas chart2 
cli_ure codemaker comphelper configmgr connectivity cppcanvas cppu cppuhelper 
cpputools cui dbaccess desktop drawinglayer dtrans editeng embeddedobj 
embedserv emfio eventattacher extensions external apache-commons beanshell 
boost clew clucene coinmp cppunit curl epoxy expat firebird glm gpgmepp 
graphite harfbuzz hsqldb hunspell hyphen icu jfreereport lcms2 libabw libassuan 
libcdr libcmis libebook libepubgen libetonyek libexttextcat libfreehand 
libgpg-error libjpeg-turbo liblangtag libmspub libmwaw libnumbertext libodfgen 
liborcus libpagemaker libpng libqxp librevenge libstaroffice libtommath 
libvisio libwpd libwpg libwps libzmf lpsolve lxml mdds more_fonts mythes neon 
nss openldap openssl pdfium poppler postgresql redland rhino ucpp xmlsec extras 
filter forms formula fpicker framework helpcompiler hwpfilter i18nlangtag 
i18npool i18nutil idl idlc io javaunohelper jurt jvmaccess jvmfwk l10ntools 
librelogo libreofficekit lingucomponent linguistic lotuswordpro o3tl odk offapi 
officecfg onlineupdate oovbaapi oox opencl package postprocess pyuno 
readlicense_oo registry remotebridges reportbuilder reportdesign ridljar sal 
salhelper sax sc scaddins sccomp scp2 scripting sd sdext setup_native sfx2 
shell slideshow smoketest solenv soltools sot starmath stoc store svgio svl 
svtools svx sw swext sysui test testtools toolkit tools ucb ucbhelper udkapi 
uitest unodevtools unoidl unoil unotest unotools unoxml ure uui vbahelper vcl 
winaccessibility wizards writerfilter writerperfect xmerge xmlhelp xmloff 
xmlreader xmlscript xmlsecurity
[build PRL] CustomTarget/instsetoo_native/install/install.phony
... checking environment variables ...
ERROR: Failure in installer.pm
ERROR: ERROR: Missing files at 
/Users/dev/lode/dev/core/solenv/bin/modules/installer/scriptitems.pm line 1212.

ERROR: The following files could not be found:
ERROR: File not found: cppumaker
ERROR: File not found: idlc
ERROR: File not found: javamaker
ERROR: File not found: ucpp
ERROR: File not found: uno-skeletonmaker
ERROR: File not found: unoapploader
ERROR: File not found: unoidl-check
...

: *
: ERROR: ERROR: Missing files at 
/Users/dev/lode/dev/core/solenv/bin/modules/installer/scriptitems.pm line 1212.
: *

/Users/dev/lode/dev/core/instsetoo_native/CustomTarget_install.mk:99: recipe 
for target 
'/Users/dev/lode/dev/core/workdir/CustomTarget/instsetoo_native/install/install.phony'
 failed
make[1]: *** 
[/Users/dev/lode/dev/core/workdir/CustomTarget/instsetoo_native/install/install.phony]
 Error 1
Makefile:286: recipe for target 'build' failed
make: *** [build] Error 2


autogen.input:

--enable-dbgutil
#--enable-debug
--disable-ccache
#--disable-cve-tests
--with-jdk-home=/Library/Java/JavaVirtualMachines/jdk-10.0.2.jdk/Contents/Home
--with-ant-home=/usr/local/Cellar/ant/1.10.5/libexec
--without-junit
--without-help
--without-myspell-dicts
--without-doxygen
--with-build-version=$(date +"Mac%Y-%m-%d")
--with-distro=LibreOfficeMacOSX
--with-package-format=dmg


command used:

make clean && ./autogen.sh && make -j 4 build-nocheck 2>&1

(I always get CppUnitTest errors without "build-nocheck" for both macos 10.13 
and ubuntu 16.04.5/18.04.1)


Is "make" with "--with-distro=LibreOfficeMacOSX" and 
"--with-package-format=dmg" the correct way to create LO installation dmg file?

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


LO build: CppunitTest error in Ubuntu 16.04/18.04

2018-07-24 Thread Ch g
I tried to build a local branch created by merging latest gerrit master with 
another branch, on both Ubuntu 16.04.4 and Ubuntu 18.04.1, and got the same 
following error.

No core file identified in directory 
/home/dev/libreoffice/workdir/CppunitTest/sd_import_tests.test.core

To show backtraces for crashes during test execution,

enable core files with:

   ulimit -c unlimited

Error: a unit test failed, please do one of:

make CppunitTest_sd_import_tests CPPUNITTRACE="gdb --args"

# for interactive debugging on Linux

make CppunitTest_sd_import_tests VALGRIND=memcheck

# for memory checking

make CppunitTest_sd_import_tests DEBUGCPPUNIT=TRUE

# for exception catching

You can limit the execution to just one particular test by:

make CPPUNIT_TEST_NAME="testXYZ" ...above mentioned params...

/home/dev/libreoffice/solenv/gbuild/CppunitTest.mk:114: recipe for target 
'/home/dev/libreoffice/workdir/CppunitTest/sd_import_tests.test' failed

make[1]: *** [/home/dev/libreoffice/workdir/CppunitTest/sd_import_tests.test] 
Error 1


autogen.input:

--enable-dbgutil
--disable-cve-tests
--without-java
--without-help
--without-myspell-dicts
--with-build-version=$(date +"LinuxDbg%Y-%m-%d")



That branch was built(make) successfully only with option "--build-nocheck" on 
MacOS 10.13.3, and that built LO app was usable despite having some bugs which 
I caused when merging the original old branch.


I want to build without option "--build-nocheck" to debug (the same source 
code) on Ubuntu, in order to fix my bugs which haven't been resolved in MacOS.


How should I get a full normal build done?
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


"make check" and "make xcode-ide-integration" errors

2018-06-05 Thread Ch g
Hello, I just finished merging an old branch for TB_LR writing support in last 
3 months, and can only build with:

--enable-dbgutil (not --enable-debug) in autogen.input and

make build-nocheck

on macOS 10.13. Furthermore, I asked about "build check" here months ago, but 
haven't got a resolution.


Now, I want to debug the build in Xcode. When I ran "make check" as stated in

>Note:
>Before using an IDE you need to do a complete build from a terminal with the 
>usual "./autogen.sh && make check".

>https://wiki.documentfoundation.org/Development/IDE#Xcode

Following errors occurred:
>${LODE_HOME}//sc/Module_sc.mk:181: ${LODE_HOME}/sc/UITest_calc_tests2.mk: No 
>such file or directory
>${LODE_HOME}//sc/Module_sc.mk:181: *** No uicheck target registered while 
>reading >${LODE_HOME}//sc/UITest_calc_tests2.mk!.  Stop.
>Makefile:286: recipe for target 'build' failed
>make: *** [build] Error 2


I also did:

>make xcode-ide-integration
>make -j 4 -rs -f ${LODE_HOME}/Makefile.gbuild gbuildtojson
>${LODE_HOME}//sc/Module_sc.mk:76: 
>${LODE_HOME}/sc/CppunitTest_sc_condformats.mk: No such file or directory
>${LODE_HOME}//sc/Module_sc.mk:76: *** No slowcheck target registered while 
>reading >${LODE_HOME}//core/sc/CppunitTest_sc_condformats.mk!.  Stop.
>Makefile:294: recipe for target 'gbuildtojson' failed
>make: *** [gbuildtojson] Error 2


What do I miss in my LO environment?


Must I first "make check" successfully, only then "make xcode-ide-integration" 
to get started with debugging in Xcode, right?


Development/IDE - The Document Foundation 
Wiki
wiki.documentfoundation.org
Note: Before using an IDE you need to do a complete build from a terminal with 
the usual "./autogen.sh && make check".




___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: setting compile_commands.json on Mac for building LO in VS Code

2018-04-27 Thread Ch g
>I have no idea, but if all you want is for VS Code to run the same commands 
>that you would otherwise enter yourself, you need to run ./autogen.sh first, 
>at least once, before you can run make.


I want to get rid of "cannot find source file..." errors in problem panel and 
jiggles in source file #include directives.

Then, ideally, I want to do editing and building entirely in VS Code only.

I thought proper settings of keys in compile_commands.json could enable those.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


setting compile_commands.json on Mac for building LO in VS Code

2018-04-26 Thread Ch g
I want to build LO in VS Code on Mac.
Though "${workspaceFolder}" was set in browse.path and includePath in 
$LODE_HOME/dev/core/.vscode/c_cpp_properties.json,
there are many "cannot open source file..." in problem panel and many #include 
are underlined with jiggles.
By searching on Internet, I learned setting "directory" of 
$LODE_HOME/lode/dev/core/compile_commands.json will enable recursive inclusion,
but the values of other two keys "command" and "file" puzzle me.
{
"directory": "${workspaceFolder}",
"command": "${LODE_HOME}/opt/bin/make build-nocheck 2>&1",
"file": [".cxx", ".cpp", ".py", ".c"]
}

What are the correct values for "command" and "file" of compile_commands.json?
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


LO make error on MacOS High Sierra 10.13.4

2018-04-04 Thread Ch g
1. git fetch origin && git reset --hard origin/master
2. autogen.input:
--enable-dbgutil
--enable-debug
--enable-symbols
--disable-cve-tests
--without-junit
--with-build-version=$(date +"MacD%Y-%m-%d")
--with-vendor=Almas Inc.
--enable-scripting-javascript
#EOF
#comment: because I've always failed building MacOS without "build-nocheck" 
option, and guessing from previous error messages, I thought junit test could 
be the problem, so I disabled that in autogen.input.

autogen.sh finished with:
...
To build, run:
/Users/almas/lode/opt/bin/make

To view some help, run:
/Users/almas/lode/opt/bin/make help

After the build of LibreOffice has finished successfully, you can immediately 
run LibreOffice using the command:
open instdir/LibreOfficeDev.app

If you want to run the smoketest, run:
/Users/almas/lode/opt/bin/make check

*
* WARNING : Cannot find Clang headers to build compiler plugins, plugins 
disabled.
* WARNING : no suitable nasm (Netwide Assembler) found for internal 
libjpeg-turbo
#EOF

3. ${LODE_HOME}/opt/bin/make clean && ${LODE_HOME}/opt/bin/make -s 
ENABLE_SYMBOLS=true dbglevel=2
finished with:
...
build_20180404-16:28:02.log:12025:/Users/almas/lode/dev/core/svl/source/items/stylepool.cxx:345:11:
 error: field 'mnCount' will be initialized after field 'mpIgnorableItems' 
[-Werror,-Wreorder]
build_20180404-16:28:02.log-12026-  mnCount(0),
build_20180404-16:28:02.log-12027-  ^
--
build_20180404-16:28:02.log-12026-  mnCount(0),
build_20180404-16:28:02.log-12027-  ^
build_20180404-16:28:02.log:12028:1 error generated.
build_20180404-16:28:02.log-12029-/Users/almas/lode/dev/core/solenv/gbuild/LinkTarget.mk:291:
 recipe for target 
'/Users/almas/lode/dev/core/workdir/CxxObject/svl/source/items/stylepool.o' 
failed
--
build_20180404-16:28:02.log-12029-/Users/almas/lode/dev/core/solenv/gbuild/LinkTarget.mk:291:
 recipe for target 
'/Users/almas/lode/dev/core/workdir/CxxObject/svl/source/items/stylepool.o' 
failed
build_20180404-16:28:02.log:12030:make[1]: *** 
[/Users/almas/lode/dev/core/workdir/CxxObject/svl/source/items/stylepool.o] 
Error 1
build_20180404-16:28:02.log-12031-make[1]: *** Waiting for unfinished jobs
build_20180404-16:28:02.log-12032-Makefile:282: recipe for target 'build' failed
--
build_20180404-16:28:02.log-12031-make[1]: *** Waiting for unfinished jobs
build_20180404-16:28:02.log-12032-Makefile:282: recipe for target 'build' failed
build_20180404-16:28:02.log:12033:make: *** [build] Error 2


OS and Xcode tools are all updated, how can I make LO build succeed on MacOS 
High Sierra 10.13.4?
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: make fails on MacOS 10.13.4 with c++11 related issues

2018-04-03 Thread Ch g
ore'
Makefile:282: recipe for target 'build' failed
make: *** [build] Error 2


I've never get make finished without errors on MacBook 2011 without option 
"build-nocheck".

https://wiki.documentfoundation.org/Development/GenericBuildingHints#Build_system_internals
 says:

Development/GenericBuildingHints - The Document Foundation 
...<https://wiki.documentfoundation.org/Development/GenericBuildingHints#Build_system_internals>
wiki.documentfoundation.org
This command is to save all the output of the make into a file (build.log), so 
that you can go back to it later to investigate if needed. Also with a fresh 
git clone, downloading and corresponding make might take some time.


Checks

make performs a number of checks (e.g. unit tests). That is a subset make check 
tests. There is a build-nocheck switch that disables the checks when building. 
It may speed up the build considerably. However, it should definitely not be 
used when building for the first time, because otherwise you may miss a problem 
with your setup that will give you a build with strange behavior that nobody 
else sees.

$ make build-nocheck

It's very likely that future partial builds after cherry-picks result in errors 
either.
Should I remove $LODE_HOME and start over from the very beginning again or how 
to get make work?


From: tlillqv...@gmail.com <tlillqv...@gmail.com> on behalf of Tor Lillqvist 
<t...@iki.fi>
Sent: Monday, April 2, 2018 5:54 PM
To: Ch g
Cc: Noel Grandin; libreoffice@lists.freedesktop.org
Subject: Re: make fails on MacOS 10.13.4 with c++11 related issues



On 2 April 2018 at 11:17, Ch g 
<prsvrr...@outlook.com<mailto:prsvrr...@outlook.com>> wrote:

I noticed several invalid option, Valgrind, header file not found errors by 
"grep -C 5 error config.log", the related output are:

That is normal. That is what the configure script does, figures out what 
options are valid. (Among other things.)

--tml

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: make fails on MacOS 10.13.4 with c++11 related issues

2018-04-02 Thread Ch g
81: checking for number of processors to use
config.log-4237-configure:39029: result: 4
config.log-4238-configure:39098: checking whether C++11 use of const_iterator 
in standard containers is broken
config.log-4239-configure:39124: /Users/almas/lode/opt/bin/ccache 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++
 -m64  -stdlib=libc++ -mmacosx-version-min=10.9 -isysroot 
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk
 -c  -std=gnu++14  conftest.cpp >&5
config.log:4240:conftest.cpp:116:22: error: invalid suffix on literal; C++11 
requires a space between literal and identifier 
[-Wreserved-user-defined-literal]
config.log-4241-#define OOO_VENDOR ""ALMAS""
config.log-4242- ^
config.log-4243-
--
config.log-4241-#define OOO_VENDOR ""ALMAS""
config.log-4242- ^
config.log-4243-
config.log:4244:1 error generated.
config.log-4245-configure:39124: $? = 1
config.log-4246-configure: failed program was:
config.log-4247-| /* confdefs.h */
config.log-4248-| #define PACKAGE_NAME "LibreOffice"
config.log-4249-| #define PACKAGE_TARNAME "libreoffice"
--
config.log-4538-|
config.log-4539-|   ;
config.log-4540-|   return 0;
config.log-4541-| }
config.log-4542-configure:39206: result: yes
config.log:4543:configure:39209: error: working support for static 
initializer_list needed
config.log-4544-
config.log-4545-##  ##
config.log-4546-## Cache variables. ##
config.log-4547-##  ##
config.log-4548-
--


Sorry for this long text.

For files reported unfound, I did
sudo find / -iname 'ac_nonexistent.h' -or -iname 'RecursiveASTVisitor.h' -o 
-iname 'valgrind.h' -or -iname 'c++config.h':
/usr/include/c++/4.2.1/bits/c++config.h
/usr/local/Cellar/llvm/6.0.0/include/clang/AST/RecursiveASTVisitor.h
/usr/local/Cellar/llvm/6.0.0/include/llvm/Support/Valgrind.h
/usr/local/Cellar/llvm/5.0.1/include/clang/AST/RecursiveASTVisitor.h
/usr/local/Cellar/llvm/5.0.1/include/llvm/Support/Valgrind.h
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/4.2.1/bits/c++config.h
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/include/c++/4.2.1/bits/c++config.h
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/c++/4.2.1/bits/c++config.h
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/4.2.1/bits/c++config.h

except 'ac_nonexistent.h', which is really absent.


From: Noel Grandin <noelgran...@gmail.com>
Sent: Monday, April 2, 2018 3:57 PM
To: Ch g
Cc: Heiko Tietze; libreoffice@lists.freedesktop.org
Subject: Re: make fails on MacOS 10.13.4 with c++11 related issues

have a look at the config.log to get a more detailed look at the error, 
sometimes it's some kind of config issue
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


make fails on MacOS 10.13.4 with c++11 related issues

2018-04-01 Thread Ch g
Hello Tietze,

I update Macbook to latest 10.13.4 and also xcode tools.

I unset CCACHE_CPP2, removed gcc installed from brew.

still get make error saying:

...
checking whether C++11 use of const_iterator in standard containers is 
broken... yes
checking whether /Users/almas/lode/opt/bin/ccache 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++
 -m64  -stdlib=libc++ -mmacosx-version-min=10.9 -isysroot 
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk
 has broken static initializer_list support... yes
configure: error: working support for static initializer_list needed
Error running configure at /Users/almas/lode/dev/core/autogen.sh line 289.
Makefile:55: recipe for target '/Users/almas/lode/dev/core/config_host.mk' 
failed
make: *** [/Users/almas/lode/dev/core/config_host.mk] Error 2
#EOF


Regarding your reply:To purge all modifications do "git fetch --all && git 
reset --hard origin/master".


will "git reset --hard origin/master" undo changes already made in custom 
branches?

I was cherry-picking from branch A to branch B, 3 week ago.

After the first cherry-pick, I "make && make install" successfully in branch B.

But make failed with errors on locally unmodified files, I thought updating the 
local master branch will help resolve those issues.

So I did "./g pull -r" mistakenly on then-current branch B, which got error 
because of unstaged modification that are cherry-picks.

Then, I switched to branch master, and did "./g pull -r", after update, I still 
get  "C++11 use of const_iterator in standard containers is broken" and similar 
errors.


gcc -v:
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr 
--with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 9.1.0 (clang-902.0.39.1)
Target: x86_64-apple-darwin17.5.0
Thread model: posix
InstalledDir: 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin

make -v
GNU Make 4.1
Built for x86_64-apple-darwin17.3.0
Copyright (C) 1988-2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Will I better off "reset hard", then "make && make install", and only after 
make succeeded, start over(do from the beginning?) cherry-pick?

________
From: Heiko Tietze <tietze.he...@gmail.com>
Sent: Thursday, March 29, 2018 10:33 PM
To: Ch g; libreoffice@lists.freedesktop.org
Subject: Re: autogen.sh fails on MacOS 10.13.3

To purge all modifications do "git fetch --all && git reset --hard 
origin/master". There are no reasons AFAIK to rerun autogen.sh.

On 29.03.2018 12:12, Ch g wrote:
> Hello all, I first built LO official source successfully with "build-nocheck" 
> option in this January, and could start that built
>
> app. But last week, I cherry-picked 3 commits from a forked repo which 
> enabled vertical Mongolian editing, then make failed with errors occurred in 
> unedited files. So, I thought maybe "./g pull r" could resolve those issues, 
> but not.
>
>
> My settings are following:
>
>
>
> autogen.input:
>
> --enable-dbgutil
> --enable-symbols
> --disable-cve-tests
> #EOF
>
>
> last few lines of
>
> ./autogen.sh:
>
> checking for Google Drive client id and secret... set
> checking for Alfresco Cloud client id and secret... set
> checking for OneDrive client id and secret... set
> checking whether to enable dependency tracking... yes
> checking for number of processors to use... 4
> checking whether C++11 use of const_iterator in standard containers is 
> broken... yes
> checking whether /Users/almas/lode/opt/bin/ccache 
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++
>  -m64  -stdlib=libc++ -mmacosx-version-min=10.9 -isysroot 
> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk
>  has broken static initializer_list support... yes
> configure: error: working support for static initializer_list needed
> Error running configure at ./autogen.sh line 293.
> #EOF
>
>
> CFLAGS, CXXFLAGS and CPPFLAGS are unset.
>
>
> which g++: /usr/local/opt/ccache/libexec/g++
>
>
> gcc 7.3 was installed via homebrew and
>
> cd /usr/local/Cellar/gcc/7.3.0_1/bin && ln -s gcc-7 gcc && ln -s g++-7 g++
>
> g++ --version
> g++ (Homebrew GCC 7.3.0_1) 7.3.0
>
> gcc --version
> gcc (Homebrew GCC 7.3.0_1) 7.3.0
>
> I'm stuck now, I have many more commits for vertical Mongolian

autogen.sh fails on MacOS 10.13.3

2018-03-29 Thread Ch g
Hello all, I first built LO official source successfully with "build-nocheck" 
option in this January, and could start that built

app. But last week, I cherry-picked 3 commits from a forked repo which enabled 
vertical Mongolian editing, then make failed with errors occurred in unedited 
files. So, I thought maybe "./g pull r" could resolve those issues, but not.


My settings are following:



autogen.input:

--enable-dbgutil
--enable-symbols
--disable-cve-tests
#EOF


last few lines of

./autogen.sh:

checking for Google Drive client id and secret... set
checking for Alfresco Cloud client id and secret... set
checking for OneDrive client id and secret... set
checking whether to enable dependency tracking... yes
checking for number of processors to use... 4
checking whether C++11 use of const_iterator in standard containers is 
broken... yes
checking whether /Users/almas/lode/opt/bin/ccache 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++
 -m64  -stdlib=libc++ -mmacosx-version-min=10.9 -isysroot 
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk
 has broken static initializer_list support... yes
configure: error: working support for static initializer_list needed
Error running configure at ./autogen.sh line 293.
#EOF


CFLAGS, CXXFLAGS and CPPFLAGS are unset.


which g++: /usr/local/opt/ccache/libexec/g++


gcc 7.3 was installed via homebrew and

cd /usr/local/Cellar/gcc/7.3.0_1/bin && ln -s gcc-7 gcc && ln -s g++-7 g++


g++ --version
g++ (Homebrew GCC 7.3.0_1) 7.3.0


gcc --version
gcc (Homebrew GCC 7.3.0_1) 7.3.0


I'm stuck now, I have many more commits for vertical Mongolian editing to 
cherry-pick to continue my work.

I hope anyone could give solutions to me.

Thank you.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice