Problem building on Mac OS X 10.7

Niklas Johansson sleeping.pillow at gmail.com
Thu Aug 2 11:36:36 PDT 2012


Hi Tor

That fixed it. I have now managed to do my first build on a Mac. I had to
disable -werror and add a second language to get there but I have a running
build. I'll try to get some time to look at the errors next week.

Thanks,
Niklas

Den onsdagen den 1:e augusti 2012 skrev Tor Lillqvist:

> > 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.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20120802/c0821722/attachment.html>


More information about the LibreOffice mailing list