Hi, I get an error while building (below). Can anyone guide me how to check its source, and how can I get a more detailed error report? or... how to try to compile only this part in Xcode 3.2.6?
Entering > /Users/tal/Documents/Development/OpenOffice/tags/AOO401/main/apache-commons/java/httpclient > > deliver -- version: 275594 > LOG: writing > /Users/tal/Documents/Development/OpenOffice/tags/AOO401/main/solver/401/ > unxmacxi.pro/inc/saxon/deliver.log > Module 'saxon' delivered successfully. 0 files copied, 2 files unchanged > apache-commons deliver > deliver -- version: 275594 > LOG: writing > /Users/tal/Documents/Development/OpenOffice/tags/AOO401/main/solver/401/ > unxmacxi.pro/inc/apache-commons/deliver.log > Module 'apache-commons' delivered successfully. 0 files copied, 5 files > unchanged > > 1 module(s): > soltools > need(s) to be rebuilt > > Reason(s): > ERROR: error 65280 occurred while making > /Users/tal/Documents/Development/OpenOffice/tags/AOO401/main/soltools/mkdepend > > When you have fixed the errors in that module you can resume the build by > running: > > build --from soltools To build, I use "build --all debug=t -P2 --html --html_path /Users/tal/Sites/", and in order to build again, I write "build depend=t" and then "build --from soltools --prepare" (I hope these commands clear all, but I'm not sure). my build.sh configuration is ./configure --with-build-version="$(date +"%Y-%m-%d %H:%M:%S") - Rev. $(echo $(svn info) | sed -e 's/^.*Last Changed Rev: //g' -e 's/ .*//g')" \ --disable-mozilla \ --disable-build-mozilla \ --disable-systray --enable-verbose --enable-category-b --enable-minimizer --enable-presenter-console --enable-wiki-publisher \ --with-dmake-url=http://dmake.apache-extras.org.codespot.com/files/dmake- 4.12.tar.bz2 \ --with-epm-url=http://epm.sourcearchive.com/downloads/3.7-1/epm_3.7.orig.tar.gz \ --without-stlport (added without-stlport after Jürgen Schmidt's comment in the archive). After build.sh completes, I get a single warning, regarding gcc -fvisibility=hidden which isn't supported in my version. Thanks, Tal