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 least

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

2018-04-03 Thread Ch g
e $LODE_HOME and start over from the very beginning again or how to get make work? From: tlillqv...@gmail.com on behalf of Tor Lillqvist Sent: Monday, April 2, 2018 5:54 PM To: Ch g Cc: Noel Grandin; libreoffice@lists.freedesktop.org Subject: Re: make fails on M

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 other things.) --tml _

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

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

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 sa

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. https://stackoverflow.com/questions/1628088/reset-local-rep

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

2018-04-01 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