Am 18.11.13 12:06, schrieb Herbert Duerr:
Hi Raphael,

On 16.11.2013 06:23, Raphael Bircher wrote:
Am 15.11.13 17:17, schrieb Herbert Duerr:
Just a small status update to my mail from Tuesday:
[...]
The rejuvenate01 branch should build out of the box again. Note the
working support for password protected documents and the latest
goodies we got by resyncing to trunk.
No, at me it does not working it stops at "testtools" as far I can see.
[snipped output from the build of the xml-module]

The good thing about doing parallel builds is that the resources are better utilized and the build is way faster.

The bad thing about parallel builds is that the output of the individual build processes get intermingled. This intermingled output is incredibly hard to analyze.

E.g. the output of the xml module is not related to the eventual problems in the testtools module. So providing the output of the xml build does not help in any way to analyze a build problem in the testtools module.

To get relevant output for analyzing an eventual testtools problem I suggest to change into the testtools directory and run
    rm -rf unxmaccx* && build 2>&1 | tee build.out | grep -i error:
there. Please note that no "-P" option should be used to prevent the intermingling of output.
This is the output:
Raphaels-iMac:testtools nacnaub$ rm -rf unxmaccx* && build 2>&1 | tee build.out | grep -i error:
clang: error: no input files
clang: error: no input files
clang: error: no input files
clang: error: no input files
clang: error: no input files
clang: error: no input files
clang: error: no input files
clang: error: no input files
clang: error: no input files
clang: error: no input files
clang: error: no input files
clang: error: no input files
ERROR: error 65280 occurred while making /Users/nacnaub/Documents/rejuvenate01/main/testtools/source/bridgetest



A source of trouble could be if you are compiling using the XCode3 compiler. Are you using
    export CC=`xcrun -f clang` -arch x86_64
    export CXX=`xcrun -f clang++` -arch x86_64 -std=c++11
before running configure? If in doubt please use a new shell and a clean checkout of the code base.
I have only XCode 4 on this mashin and I setted the two variables but I forgot the -std=c++11 part. maybe this is the root. I will test it now

Thanks for your help

Greetings Raphael


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Reply via email to