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


Any help/pointers would be much appreciated.

The (mysterious) code in solenv/bin/modules/macosxotoolhelper.pm
doesn't cope with a file name that contains regexp metacharacters (the
'+' in your "/Volumes/hfs+/git").

I think the quickest solution might be to change the
    $line =~ /^$file:\n$/
to
   $line =~ /^\Q$file\E:\n$/

in said macosxotoolhelper.pm. Try that and report back.

An even better thing would be to eventually figure out whether all
that special Mac OS X dylib crack is needed at all when building with
a current Xcode tool-chain for a current OS... and hopefully notice
that it isn't.

--tml

P.S. Anticipating the knee-jerk reaction from the more leet coders:
Yes, using Python instead of Perl this problem would go away, sure,
sure, you win, have a cookie.

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.