having trouble building udkapi module on master today
Matúš Kukan
matus.kukan at gmail.com
Wed May 16 06:30:44 PDT 2012
On 16 May 2012 15:14, Noel Grandin <noel at peralex.com> wrote:
>
>
> On 2012-05-16 14:51, Matúš Kukan wrote:
>>
>> Only to change config_host.mk:
>> - export WORKDIR=D://workdir/wntmsci12.pro
>> + export WORKDIR=D:/workdir/wntmsci12.pro
>> I mean to replace // -> /
>> I have no idea if that can help but I can't see any other difference.
>>
>
> Cool, that works. Now how do we get configure to generate the correct thing
> in the first place?
This may or may not be a good idea:
--- a/configure.in
+++ b/configure.in
@@ -47,6 +47,7 @@ PathFormat()
fi
fi
fi
+ formatted_path=`echo $formatted_path | sed 's/\/$//'`
}
echo "********************************************************************"
I can't tell if we always want that.
Best,
Matus
More information about the LibreOffice
mailing list