Hi all, On a clean installation of OSX Mavericks with XCode 5.01, command line tools version 5A2053 in /Applications/XCode.app, I get the following build failure when attempting to build from master :
Failed to run aclocal at /Users/Shared/Repos/LO/core/autogen.sh line 176 The incriminated line reads as follows : system ("$aclocal $aclocal_flags") && die "Failed to run aclocal"; where $aclocal is defined at line 156 as : $aclocal = $ENV{ACLOCAL} ? $ENV{ACLOCAL} : 'aclocal' My ENV shows the following PATH : PATH=/usr/bin:/bin:/usr/sbin:/usr/local/bin Not quite sure where to go from here though. Alex _______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice