Hi Tor<div><br></div><div>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. </div>
<div><br></div><div>Thanks,</div><div>Niklas<span></span><br><br>Den onsdagen den 1:e augusti 2012 skrev Tor Lillqvist:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
> Any help/pointers would be much appreciated.<br>
<br>
The (mysterious) code in solenv/bin/modules/<a href="http://macosxotoolhelper.pm" target="_blank">macosxotoolhelper.pm</a><br>
doesn't cope with a file name that contains regexp metacharacters (the<br>
'+' in your "/Volumes/hfs+/git").<br>
<br>
I think the quickest solution might be to change the<br>
    $line =~ /^$file:\n$/<br>
to<br>
   $line =~ /^\Q$file\E:\n$/<br>
<br>
in said <a href="http://macosxotoolhelper.pm" target="_blank">macosxotoolhelper.pm</a>. Try that and report back.<br>
<br>
An even better thing would be to eventually figure out whether all<br>
that special Mac OS X dylib crack is needed at all when building with<br>
a current Xcode tool-chain for a current OS... and hopefully notice<br>
that it isn't.<br>
<br>
--tml<br>
<br>
P.S. Anticipating the knee-jerk reaction from the more leet coders:<br>
Yes, using Python instead of Perl this problem would go away, sure,<br>
sure, you win, have a cookie.<br>
</blockquote></div>