Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


On 16 May 2012 15:14, Noel Grandin <noel@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

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.