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


On 16/05/12 15:14, Noel Grandin 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?

ah yes, i tried to grep through the windows file URL code, and it does
this in /sal/osl/w32/file_url.cxx:

            if ( 1 == _tcsspn( lpComponent, CHARSET_SEPARATOR ) )
                lpComponent++;
            else if ( *lpComponent )
                fValid = FALSE;

so anything more than 1 \ following "X:" is considered invalid.

presumably the configure.in should set this up better?

i've tried to fix it, please try again now...


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.