No I missed those. Thanks for the highlight. Seems there was an easier way around for me using the pre-compiled version since I can install the shell from it (wasn't aware). <div><br></div><div>Thanks anyway! :-) </div>

<div><br clear="all">Carlos Andrade<br><a href="http://carlosandrade.co" target="_blank">http://carlosandrade.co</a><br>
<br><br><div class="gmail_quote">2012/9/5 Hans-Jörg Bibiko <span dir="ltr"><<a href="mailto:bibiko@eva.mpg.de" target="_blank">bibiko@eva.mpg.de</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im"><br>
On Sep 5, 2012, at 9:58 PM, Carlos Andrade wrote:<br>
<br>
> Hi, is there anyone who could help me with the ./configure && ninja? I am getting errors despite installing all ports as mentioned on the read me. The last one before it completely stop says 'ninja: build stopped: subcommand failed.' which follows '11/1218 Compile 'Shared/PCH/<a href="http://prelude.mm" target="_blank">prelude.mm</a>'… I am running on a OS Lion… thanks.<br>


><br>
> Below is everything that occurs and all the errors that appear after /configure && ninja.<br>
><br>
</div><div class="im">> In file included from /Users/carlosandrade/textmate/Shared/PCH/prelude.cc:15:<br>
> /usr/include/c++/v1/string:1952:10: error: overload resolution selected implicitly-deleted copy assignment operator<br>
>     __r_ = _STD::move(__str.__r_);<br>
>          ^<br>
<br>
</div>Hi Carlos,<br>
<br>
it looks like you ran into the same issue like me.<br>
<br>
Do you have installed Xcode 4.4.(1) ? This is needed to get the latest libc++ . AND did you execute:<br>
<br>
sudo xcode-select ... ? See more below.<br>
<br>
<br>
<br>
> On Sep 2, 2012, at 1:12 AM, Allan Odgaard wrote:<br>
><br>
>> On Aug 31, 2012, at 3:30 PM, Hans-Jörg Bibiko <<a href="mailto:bibiko@eva.mpg.de">bibiko@eva.mpg.de</a>> wrote:<br>
>><br>
>>> I'm just updated the TM code and tried to compile it but now I get the following error:<br>
>>><br>
>>> In file included from /Users/bibiko/Documents/Developments/TextMate/textmate/Shared/PCH/prelude.cc:15:<br>
>>> /Developer/SDKs/MacOSX10.7.sdk/usr/include/c++/v1/string:1952:10: error: overload resolution selected implicitly-deleted copy assignment operator<br>
<div class="im">>>>  __r_ = _STD::move(__str.__r_);<br>
>>>       ^<br>
>>><br>
</div>>>> I'm on 10.7.4 and set the sdk to 10.7 since I've not yet 10.8 ;) Maybe is this the point here?<br>
>><br>
>> Sounds like your libc++ is too old. Are you using Xcode 4.4[.1]?<br>
>><br>
>> Either upgrade to that, or you need to manually install libc++.<br>
><br>
> Well, this wasn't the point actually but related ;)<br>
><br>
> My issue was that I have a default Lion installation with (I think) XCode 4.2.1 which is installed at /Developer.<br>
><br>
> Then I installed XCode 4.4.1 which nowadays will be installed at /Application, the clang stuff etc.<br>
><br>
><br>
><br>
> The only thing I missed to set was the new xcode path via :<br>
><br>
> sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer<br>
><br>
> [ Maybe worth to mention somewhere(?)]<br>
><br>
><br>
> After setting this everything works fine :)<br>
<br>
<br>
Cheers,<br>
<br>
<br>
<br>
<br>
--Hans<br>
<br>
_______________________________________________<br>
textmate-dev mailing list<br>
<a href="mailto:textmate-dev@lists.macromates.com">textmate-dev@lists.macromates.com</a><br>
<a href="http://lists.macromates.com/listinfo/textmate-dev" target="_blank">http://lists.macromates.com/listinfo/textmate-dev</a><br>
</blockquote></div><br></div>