Re: Building the code on OS X

2015-02-18 Thread Michael Stahl
On 17.02.2015 06:25, Tor Lillqvist wrote: > No idea what causes your MAX_FALLBACK issue. It is clearly defined in > vcl/inc/magic.h: #define MAX_FALLBACK 16. Quite possibly, your > VALGRIND_CFLAGS, or some other special thing you do, causes some other > magic.h to be included instead. Vlad, in ca

Re: Building the code on OS X

2015-02-16 Thread Tor Lillqvist
Don't try to use Valgrind with LibreOffice on OS X. Nobody else does, so if you run into problems with it, you are on your own. (If you solve such problems, and Valgrind indeed now works fine on OS X in general, and on LibreOffice in particular, then do contribute any necessary patches to LibreOff

Re: Building the code on OS X

2015-02-16 Thread Vlad Shablinsky
I've checked out config.log and then tried to use autoconf with the next options --with-ant-home=/usr/local/Cellar/ant/1.9.4/libexec/ --without-junit VALGRIND_CFLAGS=-I/usr/local/Cellar/valgrind/HEAD/include previously I had done it without VALGRIND_CFLAG=... option. I tried to make it again an