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

2018-04-04 Thread Thorsten Behrens
Kaganski Mike wrote: > You could send your branches to gerrit as drafts to ensure safety, then > reset your tree, then recreate branches and cherry-pick the drafts from > gerrit back. > Or just don't bother, and use git reflog if you need something back. git never really looses anything, at

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

2018-04-03 Thread Ch g
g 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 o

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

2018-04-02 Thread Tor Lillqvist
On 2 April 2018 at 11:17, Ch g 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

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

2018-04-02 Thread Ch g
s/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++

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

2018-04-02 Thread Kaganski Mike
On 4/2/2018 5:44 AM, Ch g wrote: > 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? You could send your branches to gerrit as drafts to ensure

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

2018-04-02 Thread Heiko Tietze
On 02.04.2018 04:44, Ch g wrote: > 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? Yes.

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

2018-04-02 Thread Noel Grandin
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