On 16 May 2012 15:14, Noel Grandin <n...@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
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to