having trouble building udkapi module on master today

Michael Stahl mstahl at redhat.com
Wed May 16 15:01:26 PDT 2012


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...



More information about the LibreOffice mailing list