<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div style="margin: 0px; font-size: 11px; font-family: Menlo;">I am not sure if this is the right list to post this question if not please accept my apologies and let me know which is the appropriate list. I’ve also tried to find similar posts along this line but I didn’t find one. Anyhow, I recently checked out the current version of LO (git clone <a href="git://gerrit.libreoffice.org/core">git://gerrit.libreoffice.org/core</a>) and tried to run the build configuration (autogen.sh) and ultimately got the following error:</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><br></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><div style="margin: 0px;">checking for JUnit 4... no</div><div style="margin: 0px;">configure: error: cannot find JUnit 4 jar; please install one in the default</div><div style="margin: 0px;">location (/usr/share/java), specify its pathname via</div><div style="margin: 0px;">--with-junit=..., or disable it via --without-junit</div><div style="margin: 0px;">Error running configure at ./autogen.sh line 209.</div></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><br></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">When I specify the junit path:</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><br></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><div style="margin: 0px;">./autogen.sh --with-junit=/opt/local/share/java/</div><div style="margin: 0px;"><br></div><div style="margin: 0px;">I get the same error. I’ve tried several versions of junit with different versions of hamcrest but can’t seem to get a successful configuration without excluding junit. I am wondering if anyone could give me a hint as to the issue.</div><div style="margin: 0px;"><br></div><div style="margin: 0px;">Some additional information:</div><div style="margin: 0px;"><br></div><div style="margin: 0px;">OS X v10.9</div><div style="margin: 0px;">junit-4.11, hamcrest-core-1.3</div><div style="margin: 0px;"><div style="margin: 0px;"><br></div><div style="margin: 0px;"><div style="margin: 0px;">$ automake --version</div><div style="margin: 0px;">automake (GNU automake) 1.14</div><div style="margin: 0px;"><br></div></div><div style="margin: 0px;">$ gcc -v</div><div style="margin: 0px;"><br></div><div style="margin: 0px;">Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1</div><div style="margin: 0px;">Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)</div><div style="margin: 0px;">Target: x86_64-apple-darwin13.0.0</div><div style="margin: 0px;">Thread model: posix</div></div></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><br></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><br></div></body></html>