On 8/19/2016 12:51 PM, Don Lewis wrote:
On 19 Aug, Patricia Shanahan wrote:
I did an "svn update". Now configure is failing:

********************************************************************
*                                                                  *
*   Setting up the build environment variables.                    *
*                                                                  *
********************************************************************
checking solver path... default
configure: writing config.status
configure: creating ./config.status
config.status: creating set_soenv
config.status: creating Makefile
Possible unintended interpolation of @HAMCREST_CORE_JAR in string at
./set_soenv line 1644.
Global symbol "@HAMCREST_CORE_JAR" requires explicit package name (did
you forget to declare "my @HAMCREST_CORE_JAR"?) at ./set_soenv line 1644.
Execution of ./set_soenv aborted due to compilation errors.

Either disable junit or add --with-hamcrest-core.

This is why the Linux buildbots have been failing recently.

I tried adding the hamcrest option, and it just causes an additional message:

configure: WARNING: unrecognized options: --with-hamcrest-core

Maybe I need a different configure version from the one checked in under https://svn.apache.org/repos/asf/openoffice/trunk

Here are my full configure parameters:

Patricia@Jan2014Desktop /cygdrive/c/OpenOfficeDev/Trunk/main
$ more run_configure.sh
SDK_PATH="/cygdrive/c/Program Files/Microsoft SDKs/Windows/v7.0"
./configure \
    --with-frame-home="$SDK_PATH" \
    --with-psdk-home="$SDK_PATH" \
    --with-midl-path="$SDK_PATH/bin" \
    --disable-directx \
    --with-ant-home="/cygdrive/c/ant" \

--with-dmake-url="http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2"; \

--with-epm-url="http://www.msweet.org/files/project2/epm-3.7-source.tar.gz"; \
    --enable-pch \
    --disable-atl \
    --disable-activex \
    --without-junit \
    --with-hamcrest-core \
    --with-jdk-home="/cygdrive/c/Program Files (x86)/Java/jdk1.7.0_79"

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

Reply via email to