On 10/25/2011 03:12 AM, Caolán McNamara wrote:
On Thu, 2011-10-20 at 12:07 -0600, Kelly Anderson wrote:
Hi,
The mozilla ldap libraries fail to compile on my systems, since the
Makefile.in's are all trying to create
directories. $(MKDIR) is not defined so it attempts to run the
directory name a
Le 25/10/2011 10:12, Caolán McNamara a écrit :
Hi all,
I've recently (as in since pull/clean from 2 or 3 days ago) been getting
build failure in moz too on Ubuntu Oneiric, with the following autogen
options :
./autogen.sh --without-junit --enable-ext-mysql-connector
--with-system-mysql --wi
On Thu, 2011-10-20 at 12:07 -0600, Kelly Anderson wrote:
> Hi,
>
> The mozilla ldap libraries fail to compile on my systems, since the
> Makefile.in's are all trying to create
> directories. $(MKDIR) is not defined so it attempts to run the
> directory name as a command, which of course
> fails
Hi,
The mozilla ldap libraries fail to compile on my systems, since the
Makefile.in's are all trying to create
directories. $(MKDIR) is not defined so it attempts to run the
directory name as a command, which of course
fails. Since LibreOffice doesn't need those calls to $(MKDIR) to
compile,