<span class="Apple-style-span" style="border-collapse:separate;font-family:'Lucida Grande';border-spacing:0px;font-size:medium">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">prelude.mm</a>'… I am running on a OS Lion… thanks.</span><div>

<font face="Lucida Grande" size="3"><br></font></div><div><font face="Lucida Grande" size="3">Below is everything that occurs and all the errors that appear after /configure && ninja.</font></div><div><font face="Lucida Grande" size="3"><br>

</font></div><div><font face="Lucida Grande" size="3">--</font></div><div><div>host-studentw-136-116:textmate carlosandrade$ ./configure && ninja</div><div>WARNING: Building without platform-specific SDK.</div><div>

rm /Users/carlosandrade/build/TextMate/Frameworks/SoftwareUpdate/fixtures/secret.pem</div><div>[10/55] Compile ‘Frameworks/text/src/case.cc’…</div><div>FAILED: '/opt/local/bin/clang++' -c -pipe -fPIC -gdwarf-2 -m64 -mmacosx-version-min=10.7 -isysroot "" -funsigned-char -fvisibility=hidden -D'NULL_STR="\uFFFF"' -Wall -Wwrite-strings -Wformat -Winit-self -Wmissing-include-dirs -Wno-parentheses -Wno-sign-compare -Wno-switch -Wno-address-of-temporary -IShared/include -fcolor-diagnostics -DNDEBUG -Os -Dtext_EXPORTS -include /Users/carlosandrade/build/TextMate/Shared/PCH/prelude.cc -std=c++11 -stdlib=libc++ -o /Users/carlosandrade/build/TextMate/Frameworks/text/src/case.o -MMD -MF /Users/carlosandrade/build/TextMate/Frameworks/text/src/case.o.d -I/Users/carlosandrade/build/TextMate/include Frameworks/text/src/case.cc</div>

<div>In file included from Frameworks/text/src/case.cc:1:</div><div>In file included from /Users/carlosandrade/textmate/Shared/PCH/prelude.cc:15:</div><div>/usr/include/c++/v1/string:1952:10: error: overload resolution selected implicitly-deleted copy assignment operator</div>

<div>    __r_ = _STD::move(__str.__r_);</div><div>         ^</div><div>/usr/include/c++/v1/string:1942:9: note: in instantiation of member function 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__move_assign' requested here</div>

<div>        __move_assign(__str, true_type());</div><div>        ^</div><div>/usr/include/c++/v1/string:1961:5: note: in instantiation of member function 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__move_assign' requested here</div>

<div>    __move_assign(__str, integral_constant<bool,</div><div>    ^</div><div>Frameworks/text/src/case.cc:19:11: note: in instantiation of member function 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::operator=' requested here</div>

<div>                                bytes = std::string(buf, buf + len);</div><div>                                      ^</div><div>/usr/include/c++/v1/memory:1941:5: note: copy assignment operator is implicitly deleted because '__compressed_pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, std::__1::allocator<char> >' has a user-declared move constructor</div>

<div>    __compressed_pair(__compressed_pair&& __p)</div><div>    ^</div><div>1 error generated.</div><div>[10/55] Compile ‘Frameworks/cf/src/cf.cc’…</div><div>FAILED: '/opt/local/bin/clang++' -c -pipe -fPIC -gdwarf-2 -m64 -mmacosx-version-min=10.7 -isysroot "" -funsigned-char -fvisibility=hidden -D'NULL_STR="\uFFFF"' -Wall -Wwrite-strings -Wformat -Winit-self -Wmissing-include-dirs -Wno-parentheses -Wno-sign-compare -Wno-switch -Wno-address-of-temporary -IShared/include -fcolor-diagnostics -DNDEBUG -Os -Dcf_EXPORTS -include /Users/carlosandrade/build/TextMate/Shared/PCH/prelude.cc -std=c++11 -stdlib=libc++ -o /Users/carlosandrade/build/TextMate/Frameworks/cf/src/cf.o -MMD -MF /Users/carlosandrade/build/TextMate/Frameworks/cf/src/cf.o.d -I/Users/carlosandrade/build/TextMate/include Frameworks/cf/src/cf.cc</div>

<div>In file included from Frameworks/cf/src/cf.cc:1:</div><div>In file included from /Users/carlosandrade/textmate/Shared/PCH/prelude.cc:9:</div><div>In file included from /usr/include/c++/v1/algorithm:594:</div><div>/usr/include/c++/v1/memory:1528:45: error: class member cannot be redeclared</div>

<div>    _LIBCPP_INLINE_VISIBILITY const_pointer address(const_reference __x) const {return _STD::addressof(__x);}</div><div>                                            ^</div><div>/usr/include/c++/v1/memory:2908:44: note: in instantiation of template class 'std::__1::allocator<const __CFNumber>' requested here</div>

<div>        __cntrl_ = new _CntrlBlk(__p, __d, allocator<_Yp>());</div><div>                                           ^</div><div>/usr/include/c++/v1/memory:3410:5: note: in instantiation of function template specialization 'std::__1::shared_ptr<const __CFNumber>::shared_ptr<const __CFNumber, void (*)(const void *)>' requested here</div>

<div>    shared_ptr(__p, __d).swap(*this);</div><div>    ^</div><div>Frameworks/cf/src/cf.h:28:11: note: in instantiation of function template specialization 'std::__1::shared_ptr<const __CFNumber>::reset<const __CFNumber, void (*)(const void *)>' requested here</div>

<div>                        number.reset(CFNumberCreate(kCFAllocatorDefault, kCFNumberSInt32Type, &i), CFRelease);</div><div>                               ^</div><div>/usr/include/c++/v1/memory:1527:39: note: previous declaration is here</div>

<div>    _LIBCPP_INLINE_VISIBILITY pointer address(reference __x) const             {return _STD::addressof(__x);}</div><div>                                      ^</div><div>/usr/include/c++/v1/memory:1528:45: error: class member cannot be redeclared</div>

<div>    _LIBCPP_INLINE_VISIBILITY const_pointer address(const_reference __x) const {return _STD::addressof(__x);}</div><div>                                            ^</div><div>/usr/include/c++/v1/memory:2908:44: note: in instantiation of template class 'std::__1::allocator<const __CFString>' requested here</div>

<div>        __cntrl_ = new _CntrlBlk(__p, __d, allocator<_Yp>());</div><div>                                           ^</div><div>/usr/include/c++/v1/memory:3410:5: note: in instantiation of function template specialization 'std::__1::shared_ptr<const __CFString>::shared_ptr<const __CFString, void (*)(const void *)>' requested here</div>

<div>    shared_ptr(__p, __d).swap(*this);</div><div>    ^</div><div>Frameworks/cf/src/cf.cc:26:10: note: in instantiation of function template specialization 'std::__1::shared_ptr<const __CFString>::reset<const __CFString, void (*)(const void *)>' requested here</div>

<div>                string.reset(CFStringCreateWithBytes(kCFAllocatorDefault, (UInt8*)str.data(), str.size(), kCFStringEncodingUTF8, false), CFRelease);</div><div>                       ^</div><div>/usr/include/c++/v1/memory:1527:39: note: previous declaration is here</div>

<div>    _LIBCPP_INLINE_VISIBILITY pointer address(reference __x) const             {return _STD::addressof(__x);}</div><div>                                      ^</div><div>2 errors generated.</div><div>[10/55] Compile ‘Frameworks/cf/src/image.cc’…</div>

<div>FAILED: '/opt/local/bin/clang++' -c -pipe -fPIC -gdwarf-2 -m64 -mmacosx-version-min=10.7 -isysroot "" -funsigned-char -fvisibility=hidden -D'NULL_STR="\uFFFF"' -Wall -Wwrite-strings -Wformat -Winit-self -Wmissing-include-dirs -Wno-parentheses -Wno-sign-compare -Wno-switch -Wno-address-of-temporary -IShared/include -fcolor-diagnostics -DNDEBUG -Os -Dcf_EXPORTS -include /Users/carlosandrade/build/TextMate/Shared/PCH/prelude.cc -std=c++11 -stdlib=libc++ -o /Users/carlosandrade/build/TextMate/Frameworks/cf/src/image.o -MMD -MF /Users/carlosandrade/build/TextMate/Frameworks/cf/src/image.o.d -I/Users/carlosandrade/build/TextMate/include Frameworks/cf/src/image.cc</div>

<div>In file included from Frameworks/cf/src/image.cc:1:</div><div>In file included from /Users/carlosandrade/textmate/Shared/PCH/prelude.cc:9:</div><div>In file included from /usr/include/c++/v1/algorithm:594:</div><div>

/usr/include/c++/v1/memory:1528:45: error: class member cannot be redeclared</div><div>    _LIBCPP_INLINE_VISIBILITY const_pointer address(const_reference __x) const {return _STD::addressof(__x);}</div><div>                                            ^</div>

<div>/usr/include/c++/v1/memory:2908:44: note: in instantiation of template class 'std::__1::allocator<const __CFNumber>' requested here</div><div>        __cntrl_ = new _CntrlBlk(__p, __d, allocator<_Yp>());</div>

<div>                                           ^</div><div>/usr/include/c++/v1/memory:3410:5: note: in instantiation of function template specialization 'std::__1::shared_ptr<const __CFNumber>::shared_ptr<const __CFNumber, void (*)(const void *)>' requested here</div>

<div>    shared_ptr(__p, __d).swap(*this);</div><div>    ^</div><div>Frameworks/cf/src/cf.h:28:11: note: in instantiation of function template specialization 'std::__1::shared_ptr<const __CFNumber>::reset<const __CFNumber, void (*)(const void *)>' requested here</div>

<div>                        number.reset(CFNumberCreate(kCFAllocatorDefault, kCFNumberSInt32Type, &i), CFRelease);</div><div>                               ^</div><div>/usr/include/c++/v1/memory:1527:39: note: previous declaration is here</div>

<div>    _LIBCPP_INLINE_VISIBILITY pointer address(reference __x) const             {return _STD::addressof(__x);}</div><div>                                      ^</div><div>1 error generated.</div><div>[10/55] Compile ‘Frameworks/text/src/parse.cc’…</div>

<div>FAILED: '/opt/local/bin/clang++' -c -pipe -fPIC -gdwarf-2 -m64 -mmacosx-version-min=10.7 -isysroot "" -funsigned-char -fvisibility=hidden -D'NULL_STR="\uFFFF"' -Wall -Wwrite-strings -Wformat -Winit-self -Wmissing-include-dirs -Wno-parentheses -Wno-sign-compare -Wno-switch -Wno-address-of-temporary -IShared/include -fcolor-diagnostics -DNDEBUG -Os -Dtext_EXPORTS -include /Users/carlosandrade/build/TextMate/Shared/PCH/prelude.cc -std=c++11 -stdlib=libc++ -o /Users/carlosandrade/build/TextMate/Frameworks/text/src/parse.o -MMD -MF /Users/carlosandrade/build/TextMate/Frameworks/text/src/parse.o.d -I/Users/carlosandrade/build/TextMate/include Frameworks/text/src/parse.cc</div>

<div>In file included from Frameworks/text/src/parse.cc:1:</div><div>In file included from /Users/carlosandrade/textmate/Shared/PCH/prelude.cc:15:</div><div>/usr/include/c++/v1/string:1952:10: error: overload resolution selected implicitly-deleted copy assignment operator</div>

<div>    __r_ = _STD::move(__str.__r_);</div><div>         ^</div><div>/usr/include/c++/v1/string:1942:9: note: in instantiation of member function 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__move_assign' requested here</div>

<div>        __move_assign(__str, true_type());</div><div>        ^</div><div>/usr/include/c++/v1/string:1961:5: note: in instantiation of member function 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__move_assign' requested here</div>

<div>    __move_assign(__str, integral_constant<bool,</div><div>    ^</div><div>/usr/include/c++/v1/algorithm:1595:19: note: in instantiation of member function 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::operator=' requested here</div>

<div>        *__result = _STD::move(*__first);</div><div>                  ^</div><div>/usr/include/c++/v1/algorithm:1619:12: note: in instantiation of function template specialization 'std::__1::__move<std::__1::basic_string<char> *, std::__1::basic_string<char> *>' requested here</div>

<div>    return _STD::__move(__unwrap_iter(__first), __unwrap_iter(__last), __unwrap_iter(__result));</div><div>           ^</div><div>/usr/include/c++/v1/__config:153:14: note: expanded from macro '_STD'</div><div>

#define _STD std::_LIBCPP_NAMESPACE</div><div>             ^</div><div>/usr/include/c++/v1/__split_buffer:557:22: note: in instantiation of function template specialization 'std::__1::move<std::__1::basic_string<char> *, std::__1::basic_string<char> *>' requested here</div>

<div>            __end_ = _STD::move(__begin_, __end_, __begin_ - __d);</div><div>                     ^</div><div>/usr/include/c++/v1/__config:153:14: note: expanded from macro '_STD'</div><div>#define _STD std::_LIBCPP_NAMESPACE</div>

<div>             ^</div><div>/usr/include/c++/v1/vector:1289:13: note: in instantiation of member function 'std::__1::__split_buffer<std::__1::basic_string<char>, std::__1::allocator<std::__1::basic_string<char> > &>::push_back' requested here</div>

<div>        __v.push_back(_STD::move(__x));</div><div>            ^</div><div>Frameworks/text/src/parse.cc:20:9: note: in instantiation of member function 'std::__1::vector<std::__1::basic_string<char>, std::__1::allocator<std::__1::basic_string<char> > >::push_back' requested here</div>

<div>                                res.push_back(str.substr(bow));</div><div>                                    ^</div><div>/usr/include/c++/v1/memory:1941:5: note: copy assignment operator is implicitly deleted because '__compressed_pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, std::__1::allocator<char> >' has a user-declared move constructor</div>

<div>    __compressed_pair(__compressed_pair&& __p)</div><div>    ^</div><div>1 error generated.</div><div>[10/55] Compile ‘Frameworks/regexp/src/glob.cc’…</div><div>FAILED: '/opt/local/bin/clang++' -c -pipe -fPIC -gdwarf-2 -m64 -mmacosx-version-min=10.7 -isysroot "" -funsigned-char -fvisibility=hidden -D'NULL_STR="\uFFFF"' -Wall -Wwrite-strings -Wformat -Winit-self -Wmissing-include-dirs -Wno-parentheses -Wno-sign-compare -Wno-switch -Wno-address-of-temporary -IShared/include -fcolor-diagnostics -DNDEBUG -Os -IFrameworks/regexp/onig-latest -Dregexp_EXPORTS -include /Users/carlosandrade/build/TextMate/Shared/PCH/prelude.cc -std=c++11 -stdlib=libc++ -o /Users/carlosandrade/build/TextMate/Frameworks/regexp/src/glob.o -MMD -MF /Users/carlosandrade/build/TextMate/Frameworks/regexp/src/glob.o.d -I/Users/carlosandrade/build/TextMate/include Frameworks/regexp/src/glob.cc</div>

<div>In file included from Frameworks/regexp/src/glob.cc:1:</div><div>In file included from /Users/carlosandrade/textmate/Shared/PCH/prelude.cc:15:</div><div>/usr/include/c++/v1/string:1952:10: error: overload resolution selected implicitly-deleted copy assignment operator</div>

<div>    __r_ = _STD::move(__str.__r_);</div><div>         ^</div><div>/usr/include/c++/v1/string:1942:9: note: in instantiation of member function 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__move_assign' requested here</div>

<div>        __move_assign(__str, true_type());</div><div>        ^</div><div>/usr/include/c++/v1/string:1961:5: note: in instantiation of member function 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__move_assign' requested here</div>

<div>    __move_assign(__str, integral_constant<bool,</div><div>    ^</div><div>Frameworks/regexp/src/regexp.h:50:16: note: in instantiation of member function 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::operator=' requested here</div>

<div>        struct PUBLIC pattern_t</div><div>                      ^</div><div>/usr/include/c++/v1/memory:1941:5: note: copy assignment operator is implicitly deleted because '__compressed_pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, std::__1::allocator<char> >' has a user-declared move constructor</div>

<div>    __compressed_pair(__compressed_pair&& __p)</div><div>    ^</div><div>1 error generated.</div><div>[10/55] Compile ‘Frameworks/regexp/src/find.cc’…</div><div>FAILED: '/opt/local/bin/clang++' -c -pipe -fPIC -gdwarf-2 -m64 -mmacosx-version-min=10.7 -isysroot "" -funsigned-char -fvisibility=hidden -D'NULL_STR="\uFFFF"' -Wall -Wwrite-strings -Wformat -Winit-self -Wmissing-include-dirs -Wno-parentheses -Wno-sign-compare -Wno-switch -Wno-address-of-temporary -IShared/include -fcolor-diagnostics -DNDEBUG -Os -IFrameworks/regexp/onig-latest -Dregexp_EXPORTS -include /Users/carlosandrade/build/TextMate/Shared/PCH/prelude.cc -std=c++11 -stdlib=libc++ -o /Users/carlosandrade/build/TextMate/Frameworks/regexp/src/find.o -MMD -MF /Users/carlosandrade/build/TextMate/Frameworks/regexp/src/find.o.d -I/Users/carlosandrade/build/TextMate/include Frameworks/regexp/src/find.cc</div>

<div>In file included from Frameworks/regexp/src/find.cc:1:</div><div>In file included from /Users/carlosandrade/textmate/Shared/PCH/prelude.cc:9:</div><div>In file included from /usr/include/c++/v1/algorithm:594:</div><div>

/usr/include/c++/v1/memory:1528:45: error: class member cannot be redeclared</div><div>    _LIBCPP_INLINE_VISIBILITY const_pointer address(const_reference __x) const {return _STD::addressof(__x);}</div><div>                                            ^</div>

<div>/usr/include/c++/v1/memory:2908:44: note: in instantiation of template class 'std::__1::allocator<const __CFNumber>' requested here</div><div>        __cntrl_ = new _CntrlBlk(__p, __d, allocator<_Yp>());</div>

<div>                                           ^</div><div>/usr/include/c++/v1/memory:3410:5: note: in instantiation of function template specialization 'std::__1::shared_ptr<const __CFNumber>::shared_ptr<const __CFNumber, void (*)(const void *)>' requested here</div>

<div>    shared_ptr(__p, __d).swap(*this);</div><div>    ^</div><div>/Users/carlosandrade/build/TextMate/include/cf/cf.h:28:11: note: in instantiation of function template specialization 'std::__1::shared_ptr<const __CFNumber>::reset<const __CFNumber, void (*)(const void *)>' requested here</div>

<div>                        number.reset(CFNumberCreate(kCFAllocatorDefault, kCFNumberSInt32Type, &i), CFRelease);</div><div>                               ^</div><div>/usr/include/c++/v1/memory:1527:39: note: previous declaration is here</div>

<div>    _LIBCPP_INLINE_VISIBILITY pointer address(reference __x) const             {return _STD::addressof(__x);}</div><div>                                      ^</div><div>In file included from Frameworks/regexp/src/find.cc:1:</div>

<div>In file included from /Users/carlosandrade/textmate/Shared/PCH/prelude.cc:15:</div><div>/usr/include/c++/v1/string:1952:10: error: overload resolution selected implicitly-deleted copy assignment operator</div><div>    __r_ = _STD::move(__str.__r_);</div>

<div>         ^</div><div>/usr/include/c++/v1/string:1942:9: note: in instantiation of member function 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__move_assign' requested here</div>

<div>        __move_assign(__str, true_type());</div><div>        ^</div><div>/usr/include/c++/v1/string:1961:5: note: in instantiation of member function 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__move_assign' requested here</div>

<div>    __move_assign(__str, integral_constant<bool,</div><div>    ^</div><div>/usr/include/c++/v1/algorithm:1595:19: note: in instantiation of member function 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::operator=' requested here</div>

<div>        *__result = _STD::move(*__first);</div><div>                  ^</div><div>/usr/include/c++/v1/algorithm:1619:12: note: in instantiation of function template specialization 'std::__1::__move<std::__1::basic_string<char> *, std::__1::basic_string<char> *>' requested here</div>

<div>    return _STD::__move(__unwrap_iter(__first), __unwrap_iter(__last), __unwrap_iter(__result));</div><div>           ^</div><div>/usr/include/c++/v1/__config:153:14: note: expanded from macro '_STD'</div><div>

#define _STD std::_LIBCPP_NAMESPACE</div><div>             ^</div><div>/usr/include/c++/v1/__split_buffer:526:22: note: in instantiation of function template specialization 'std::__1::move<std::__1::basic_string<char> *, std::__1::basic_string<char> *>' requested here</div>

<div>            __end_ = _STD::move(__begin_, __end_, __begin_ - __d);</div><div>                     ^</div><div>/usr/include/c++/v1/__config:153:14: note: expanded from macro '_STD'</div><div>#define _STD std::_LIBCPP_NAMESPACE</div>

<div>             ^</div><div>/usr/include/c++/v1/vector:1267:13: note: in instantiation of member function 'std::__1::__split_buffer<std::__1::basic_string<char>, std::__1::allocator<std::__1::basic_string<char> > &>::push_back' requested here</div>

<div>        __v.push_back(__x);</div><div>            ^</div><div>Frameworks/regexp/src/find.cc:134:8: note: in instantiation of member function 'std::__1::vector<std::__1::basic_string<char>, std::__1::allocator<std::__1::basic_string<char> > >::push_back' requested here</div>

<div>                        out.push_back(*it);</div><div>                            ^</div><div>/usr/include/c++/v1/memory:1941:5: note: copy assignment operator is implicitly deleted because '__compressed_pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, std::__1::allocator<char> >' has a user-declared move constructor</div>

<div>    __compressed_pair(__compressed_pair&& __p)</div><div>    ^</div><div>In file included from Frameworks/regexp/src/find.cc:1:</div><div>In file included from /Users/carlosandrade/textmate/Shared/PCH/prelude.cc:13:</div>

<div>In file included from /usr/include/c++/v1/map:338:</div><div>/usr/include/c++/v1/__tree:1291:14: error: overload resolution selected implicitly-deleted copy assignment operator</div><div>    __pair3_ = _STD::move(__t.__pair3_);</div>

<div>             ^</div><div>/usr/include/c++/v1/__tree:1308:9: note: in instantiation of member function 'std::__1::__tree<std::__1::pair<std::__1::basic_string<char>, std::__1::basic_string<char> >, std::__1::__map_value_compare<std::__1::basic_string<char>, std::__1::basic_string<char>, std::__1::less<std::__1::basic_string<char> >, true>, std::__1::allocator<std::__1::pair<std::__1::basic_string<char>, std::__1::basic_string<char> > > >::__move_assign' requested here</div>

<div>        __move_assign(__t, true_type());</div><div>        ^</div><div>/usr/include/c++/v1/__tree:1353:5: note: in instantiation of member function 'std::__1::__tree<std::__1::pair<std::__1::basic_string<char>, std::__1::basic_string<char> >, std::__1::__map_value_compare<std::__1::basic_string<char>, std::__1::basic_string<char>, std::__1::less<std::__1::basic_string<char> >, true>, std::__1::allocator<std::__1::pair<std::__1::basic_string<char>, std::__1::basic_string<char> > > >::__move_assign' requested here</div>

<div>    __move_assign(__t, integral_constant<bool,</div><div>    ^</div><div>/usr/include/c++/v1/map:736:21: note: in instantiation of member function 'std::__1::__tree<std::__1::pair<std::__1::basic_string<char>, std::__1::basic_string<char> >, std::__1::__map_value_compare<std::__1::basic_string<char>, std::__1::basic_string<char>, std::__1::less<std::__1::basic_string<char> >, true>, std::__1::allocator<std::__1::pair<std::__1::basic_string<char>, std::__1::basic_string<char> > > >::operator=' requested here</div>

<div>            __tree_ = _STD::move(__m.__tree_);</div><div>                    ^</div><div>Frameworks/regexp/src/find.cc:397:17: note: in instantiation of member function 'std::__1::map<std::__1::basic_string<char>, std::__1::basic_string<char>, std::__1::less<std::__1::basic_string<char> >, std::__1::allocator<std::__1::pair<const std::__1::basic_string<char>, std::__1::basic_string<char> > > >::operator=' requested here</div>

<div>                                                *captures = extract_captures(first, region, compiled_pattern);</div><div>                                                          ^</div><div>/usr/include/c++/v1/memory:1941:5: note: copy assignment operator is implicitly deleted because '__compressed_pair<unsigned long, std::__1::__map_value_compare<std::__1::basic_string<char>, std::__1::basic_string<char>, std::__1::less<std::__1::basic_string<char> >, true> >' has a user-declared move constructor</div>

<div>    __compressed_pair(__compressed_pair&& __p)</div><div>    ^</div><div>3 errors generated.</div><div>[10/55] Compile ‘Frameworks/regexp/src/parser.cc’…</div><div>FAILED: '/opt/local/bin/clang++' -c -pipe -fPIC -gdwarf-2 -m64 -mmacosx-version-min=10.7 -isysroot "" -funsigned-char -fvisibility=hidden -D'NULL_STR="\uFFFF"' -Wall -Wwrite-strings -Wformat -Winit-self -Wmissing-include-dirs -Wno-parentheses -Wno-sign-compare -Wno-switch -Wno-address-of-temporary -IShared/include -fcolor-diagnostics -DNDEBUG -Os -IFrameworks/regexp/onig-latest -Dregexp_EXPORTS -include /Users/carlosandrade/build/TextMate/Shared/PCH/prelude.cc -std=c++11 -stdlib=libc++ -o /Users/carlosandrade/build/TextMate/Frameworks/regexp/src/parser.o -MMD -MF /Users/carlosandrade/build/TextMate/Frameworks/regexp/src/parser.o.d -I/Users/carlosandrade/build/TextMate/include Frameworks/regexp/src/parser.cc</div>

<div>In file included from Frameworks/regexp/src/parser.cc:1:</div><div>In file included from /Users/carlosandrade/textmate/Shared/PCH/prelude.cc:15:</div><div>/usr/include/c++/v1/string:1952:10: error: overload resolution selected implicitly-deleted copy assignment operator</div>

<div>    __r_ = _STD::move(__str.__r_);</div><div>         ^</div><div>/usr/include/c++/v1/string:1942:9: note: in instantiation of member function 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__move_assign' requested here</div>

<div>        __move_assign(__str, true_type());</div><div>        ^</div><div>/usr/include/c++/v1/string:1961:5: note: in instantiation of member function 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__move_assign' requested here</div>

<div>    __move_assign(__str, integral_constant<bool,</div><div>    ^</div><div>Frameworks/regexp/src/regexp.h:50:16: note: in instantiation of member function 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::operator=' requested here</div>

<div>        struct PUBLIC pattern_t</div><div>                      ^</div><div>/usr/include/c++/v1/memory:1941:5: note: copy assignment operator is implicitly deleted because '__compressed_pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, std::__1::allocator<char> >' has a user-declared move constructor</div>

<div>    __compressed_pair(__compressed_pair&& __p)</div><div>    ^</div><div>1 error generated.</div><div>[10/55] Compile ‘Frameworks/regexp/src/format_string.cc’…</div><div>FAILED: '/opt/local/bin/clang++' -c -pipe -fPIC -gdwarf-2 -m64 -mmacosx-version-min=10.7 -isysroot "" -funsigned-char -fvisibility=hidden -D'NULL_STR="\uFFFF"' -Wall -Wwrite-strings -Wformat -Winit-self -Wmissing-include-dirs -Wno-parentheses -Wno-sign-compare -Wno-switch -Wno-address-of-temporary -IShared/include -fcolor-diagnostics -DNDEBUG -Os -IFrameworks/regexp/onig-latest -Dregexp_EXPORTS -include /Users/carlosandrade/build/TextMate/Shared/PCH/prelude.cc -std=c++11 -stdlib=libc++ -o /Users/carlosandrade/build/TextMate/Frameworks/regexp/src/format_string.o -MMD -MF /Users/carlosandrade/build/TextMate/Frameworks/regexp/src/format_string.o.d -I/Users/carlosandrade/build/TextMate/include Frameworks/regexp/src/format_string.cc</div>

<div>In file included from Frameworks/regexp/src/format_string.cc:1:</div><div>In file included from /Users/carlosandrade/textmate/Shared/PCH/prelude.cc:15:</div><div>/usr/include/c++/v1/string:1952:10: error: overload resolution selected implicitly-deleted copy assignment operator</div>

<div>    __r_ = _STD::move(__str.__r_);</div><div>         ^</div><div>/usr/include/c++/v1/string:1942:9: note: in instantiation of member function 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__move_assign' requested here</div>

<div>        __move_assign(__str, true_type());</div><div>        ^</div><div>/usr/include/c++/v1/string:1961:5: note: in instantiation of member function 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__move_assign' requested here</div>

<div>    __move_assign(__str, integral_constant<bool,</div><div>    ^</div><div>Frameworks/regexp/src/format_string.cc:179:11: note: in instantiation of member function 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::operator=' requested here</div>

<div>                                value = text::uppercase(value);</div><div>                                      ^</div><div>/usr/include/c++/v1/memory:1941:5: note: copy assignment operator is implicitly deleted because '__compressed_pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, std::__1::allocator<char> >' has a user-declared move constructor</div>

<div>    __compressed_pair(__compressed_pair&& __p)</div><div>    ^</div><div>1 error generated.</div><div>ninja: build stopped: subcommand failed.</div><div>[10/1211] Compile ‘Frameworks/text/src/case.cc’…</div>
<div>
FAILED: '/opt/local/bin/clang++' -c -pipe -fPIC -gdwarf-2 -m64 -mmacosx-version-min=10.7 -isysroot "" -funsigned-char -fvisibility=hidden -D'NULL_STR="\uFFFF"' -Wall -Wwrite-strings -Wformat -Winit-self -Wmissing-include-dirs -Wno-parentheses -Wno-sign-compare -Wno-switch -Wno-address-of-temporary -IShared/include -fcolor-diagnostics -DNDEBUG -Os -Dtext_EXPORTS -include /Users/carlosandrade/build/TextMate/Shared/PCH/prelude.cc -std=c++11 -stdlib=libc++ -o /Users/carlosandrade/build/TextMate/Frameworks/text/src/case.o -MMD -MF /Users/carlosandrade/build/TextMate/Frameworks/text/src/case.o.d -I/Users/carlosandrade/build/TextMate/include Frameworks/text/src/case.cc</div>

<div>In file included from Frameworks/text/src/case.cc:1:</div><div>In file included from /Users/carlosandrade/textmate/Shared/PCH/prelude.cc:15:</div><div>/usr/include/c++/v1/string:1952:10: error: overload resolution selected implicitly-deleted copy assignment operator</div>

<div>    __r_ = _STD::move(__str.__r_);</div><div>         ^</div><div>/usr/include/c++/v1/string:1942:9: note: in instantiation of member function 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__move_assign' requested here</div>

<div>        __move_assign(__str, true_type());</div><div>        ^</div><div>/usr/include/c++/v1/string:1961:5: note: in instantiation of member function 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__move_assign' requested here</div>

<div>    __move_assign(__str, integral_constant<bool,</div><div>    ^</div><div>Frameworks/text/src/case.cc:19:11: note: in instantiation of member function 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::operator=' requested here</div>

<div>                                bytes = std::string(buf, buf + len);</div><div>                                      ^</div><div>/usr/include/c++/v1/memory:1941:5: note: copy assignment operator is implicitly deleted because '__compressed_pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, std::__1::allocator<char> >' has a user-declared move constructor</div>

<div>    __compressed_pair(__compressed_pair&& __p)</div><div>    ^</div><div>1 error generated.</div><div>[10/1211] Compile ‘Frameworks/cf/src/cf.cc’…</div><div>FAILED: '/opt/local/bin/clang++' -c -pipe -fPIC -gdwarf-2 -m64 -mmacosx-version-min=10.7 -isysroot "" -funsigned-char -fvisibility=hidden -D'NULL_STR="\uFFFF"' -Wall -Wwrite-strings -Wformat -Winit-self -Wmissing-include-dirs -Wno-parentheses -Wno-sign-compare -Wno-switch -Wno-address-of-temporary -IShared/include -fcolor-diagnostics -DNDEBUG -Os -Dcf_EXPORTS -include /Users/carlosandrade/build/TextMate/Shared/PCH/prelude.cc -std=c++11 -stdlib=libc++ -o /Users/carlosandrade/build/TextMate/Frameworks/cf/src/cf.o -MMD -MF /Users/carlosandrade/build/TextMate/Frameworks/cf/src/cf.o.d -I/Users/carlosandrade/build/TextMate/include Frameworks/cf/src/cf.cc</div>

<div>In file included from Frameworks/cf/src/cf.cc:1:</div><div>In file included from /Users/carlosandrade/textmate/Shared/PCH/prelude.cc:9:</div><div>In file included from /usr/include/c++/v1/algorithm:594:</div><div>/usr/include/c++/v1/memory:1528:45: error: class member cannot be redeclared</div>

<div>    _LIBCPP_INLINE_VISIBILITY const_pointer address(const_reference __x) const {return _STD::addressof(__x);}</div><div>                                            ^</div><div>/usr/include/c++/v1/memory:2908:44: note: in instantiation of template class 'std::__1::allocator<const __CFNumber>' requested here</div>

<div>        __cntrl_ = new _CntrlBlk(__p, __d, allocator<_Yp>());</div><div>                                           ^</div><div>/usr/include/c++/v1/memory:3410:5: note: in instantiation of function template specialization 'std::__1::shared_ptr<const __CFNumber>::shared_ptr<const __CFNumber, void (*)(const void *)>' requested here</div>

<div>    shared_ptr(__p, __d).swap(*this);</div><div>    ^</div><div>Frameworks/cf/src/cf.h:28:11: note: in instantiation of function template specialization 'std::__1::shared_ptr<const __CFNumber>::reset<const __CFNumber, void (*)(const void *)>' requested here</div>

<div>                        number.reset(CFNumberCreate(kCFAllocatorDefault, kCFNumberSInt32Type, &i), CFRelease);</div><div>                               ^</div><div>/usr/include/c++/v1/memory:1527:39: note: previous declaration is here</div>

<div>    _LIBCPP_INLINE_VISIBILITY pointer address(reference __x) const             {return _STD::addressof(__x);}</div><div>                                      ^</div><div>/usr/include/c++/v1/memory:1528:45: error: class member cannot be redeclared</div>

<div>    _LIBCPP_INLINE_VISIBILITY const_pointer address(const_reference __x) const {return _STD::addressof(__x);}</div><div>                                            ^</div><div>/usr/include/c++/v1/memory:2908:44: note: in instantiation of template class 'std::__1::allocator<const __CFString>' requested here</div>

<div>        __cntrl_ = new _CntrlBlk(__p, __d, allocator<_Yp>());</div><div>                                           ^</div><div>/usr/include/c++/v1/memory:3410:5: note: in instantiation of function template specialization 'std::__1::shared_ptr<const __CFString>::shared_ptr<const __CFString, void (*)(const void *)>' requested here</div>

<div>    shared_ptr(__p, __d).swap(*this);</div><div>    ^</div><div>Frameworks/cf/src/cf.cc:26:10: note: in instantiation of function template specialization 'std::__1::shared_ptr<const __CFString>::reset<const __CFString, void (*)(const void *)>' requested here</div>

<div>                string.reset(CFStringCreateWithBytes(kCFAllocatorDefault, (UInt8*)str.data(), str.size(), kCFStringEncodingUTF8, false), CFRelease);</div><div>                       ^</div><div>/usr/include/c++/v1/memory:1527:39: note: previous declaration is here</div>

<div>    _LIBCPP_INLINE_VISIBILITY pointer address(reference __x) const             {return _STD::addressof(__x);}</div><div>                                      ^</div><div>2 errors generated.</div><div>[10/1211] Compile ‘Frameworks/cf/src/image.cc’…</div>

<div>FAILED: '/opt/local/bin/clang++' -c -pipe -fPIC -gdwarf-2 -m64 -mmacosx-version-min=10.7 -isysroot "" -funsigned-char -fvisibility=hidden -D'NULL_STR="\uFFFF"' -Wall -Wwrite-strings -Wformat -Winit-self -Wmissing-include-dirs -Wno-parentheses -Wno-sign-compare -Wno-switch -Wno-address-of-temporary -IShared/include -fcolor-diagnostics -DNDEBUG -Os -Dcf_EXPORTS -include /Users/carlosandrade/build/TextMate/Shared/PCH/prelude.cc -std=c++11 -stdlib=libc++ -o /Users/carlosandrade/build/TextMate/Frameworks/cf/src/image.o -MMD -MF /Users/carlosandrade/build/TextMate/Frameworks/cf/src/image.o.d -I/Users/carlosandrade/build/TextMate/include Frameworks/cf/src/image.cc</div>

<div>In file included from Frameworks/cf/src/image.cc:1:</div><div>In file included from /Users/carlosandrade/textmate/Shared/PCH/prelude.cc:9:</div><div>In file included from /usr/include/c++/v1/algorithm:594:</div><div>

/usr/include/c++/v1/memory:1528:45: error: class member cannot be redeclared</div><div>    _LIBCPP_INLINE_VISIBILITY const_pointer address(const_reference __x) const {return _STD::addressof(__x);}</div><div>                                            ^</div>

<div>/usr/include/c++/v1/memory:2908:44: note: in instantiation of template class 'std::__1::allocator<const __CFNumber>' requested here</div><div>        __cntrl_ = new _CntrlBlk(__p, __d, allocator<_Yp>());</div>

<div>                                           ^</div><div>/usr/include/c++/v1/memory:3410:5: note: in instantiation of function template specialization 'std::__1::shared_ptr<const __CFNumber>::shared_ptr<const __CFNumber, void (*)(const void *)>' requested here</div>

<div>    shared_ptr(__p, __d).swap(*this);</div><div>    ^</div><div>Frameworks/cf/src/cf.h:28:11: note: in instantiation of function template specialization 'std::__1::shared_ptr<const __CFNumber>::reset<const __CFNumber, void (*)(const void *)>' requested here</div>

<div>                        number.reset(CFNumberCreate(kCFAllocatorDefault, kCFNumberSInt32Type, &i), CFRelease);</div><div>                               ^</div><div>/usr/include/c++/v1/memory:1527:39: note: previous declaration is here</div>

<div>    _LIBCPP_INLINE_VISIBILITY pointer address(reference __x) const             {return _STD::addressof(__x);}</div><div>                                      ^</div><div>1 error generated.</div><div>[10/1211] Compile ‘Frameworks/text/src/parse.cc’…</div>

<div>FAILED: '/opt/local/bin/clang++' -c -pipe -fPIC -gdwarf-2 -m64 -mmacosx-version-min=10.7 -isysroot "" -funsigned-char -fvisibility=hidden -D'NULL_STR="\uFFFF"' -Wall -Wwrite-strings -Wformat -Winit-self -Wmissing-include-dirs -Wno-parentheses -Wno-sign-compare -Wno-switch -Wno-address-of-temporary -IShared/include -fcolor-diagnostics -DNDEBUG -Os -Dtext_EXPORTS -include /Users/carlosandrade/build/TextMate/Shared/PCH/prelude.cc -std=c++11 -stdlib=libc++ -o /Users/carlosandrade/build/TextMate/Frameworks/text/src/parse.o -MMD -MF /Users/carlosandrade/build/TextMate/Frameworks/text/src/parse.o.d -I/Users/carlosandrade/build/TextMate/include Frameworks/text/src/parse.cc</div>

<div>In file included from Frameworks/text/src/parse.cc:1:</div><div>In file included from /Users/carlosandrade/textmate/Shared/PCH/prelude.cc:15:</div><div>/usr/include/c++/v1/string:1952:10: error: overload resolution selected implicitly-deleted copy assignment operator</div>

<div>    __r_ = _STD::move(__str.__r_);</div><div>         ^</div><div>/usr/include/c++/v1/string:1942:9: note: in instantiation of member function 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__move_assign' requested here</div>

<div>        __move_assign(__str, true_type());</div><div>        ^</div><div>/usr/include/c++/v1/string:1961:5: note: in instantiation of member function 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__move_assign' requested here</div>

<div>    __move_assign(__str, integral_constant<bool,</div><div>    ^</div><div>/usr/include/c++/v1/algorithm:1595:19: note: in instantiation of member function 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::operator=' requested here</div>

<div>        *__result = _STD::move(*__first);</div><div>                  ^</div><div>/usr/include/c++/v1/algorithm:1619:12: note: in instantiation of function template specialization 'std::__1::__move<std::__1::basic_string<char> *, std::__1::basic_string<char> *>' requested here</div>

<div>    return _STD::__move(__unwrap_iter(__first), __unwrap_iter(__last), __unwrap_iter(__result));</div><div>           ^</div><div>/usr/include/c++/v1/__config:153:14: note: expanded from macro '_STD'</div><div>

#define _STD std::_LIBCPP_NAMESPACE</div><div>             ^</div><div>/usr/include/c++/v1/__split_buffer:557:22: note: in instantiation of function template specialization 'std::__1::move<std::__1::basic_string<char> *, std::__1::basic_string<char> *>' requested here</div>

<div>            __end_ = _STD::move(__begin_, __end_, __begin_ - __d);</div><div>                     ^</div><div>/usr/include/c++/v1/__config:153:14: note: expanded from macro '_STD'</div><div>#define _STD std::_LIBCPP_NAMESPACE</div>

<div>             ^</div><div>/usr/include/c++/v1/vector:1289:13: note: in instantiation of member function 'std::__1::__split_buffer<std::__1::basic_string<char>, std::__1::allocator<std::__1::basic_string<char> > &>::push_back' requested here</div>

<div>        __v.push_back(_STD::move(__x));</div><div>            ^</div><div>Frameworks/text/src/parse.cc:20:9: note: in instantiation of member function 'std::__1::vector<std::__1::basic_string<char>, std::__1::allocator<std::__1::basic_string<char> > >::push_back' requested here</div>

<div>                                res.push_back(str.substr(bow));</div><div>                                    ^</div><div>/usr/include/c++/v1/memory:1941:5: note: copy assignment operator is implicitly deleted because '__compressed_pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, std::__1::allocator<char> >' has a user-declared move constructor</div>

<div>    __compressed_pair(__compressed_pair&& __p)</div><div>    ^</div><div>1 error generated.</div><div>[10/1211] Compile ‘Frameworks/regexp/src/glob.cc’…</div><div>FAILED: '/opt/local/bin/clang++' -c -pipe -fPIC -gdwarf-2 -m64 -mmacosx-version-min=10.7 -isysroot "" -funsigned-char -fvisibility=hidden -D'NULL_STR="\uFFFF"' -Wall -Wwrite-strings -Wformat -Winit-self -Wmissing-include-dirs -Wno-parentheses -Wno-sign-compare -Wno-switch -Wno-address-of-temporary -IShared/include -fcolor-diagnostics -DNDEBUG -Os -IFrameworks/regexp/onig-latest -Dregexp_EXPORTS -include /Users/carlosandrade/build/TextMate/Shared/PCH/prelude.cc -std=c++11 -stdlib=libc++ -o /Users/carlosandrade/build/TextMate/Frameworks/regexp/src/glob.o -MMD -MF /Users/carlosandrade/build/TextMate/Frameworks/regexp/src/glob.o.d -I/Users/carlosandrade/build/TextMate/include Frameworks/regexp/src/glob.cc</div>

<div>In file included from Frameworks/regexp/src/glob.cc:1:</div><div>In file included from /Users/carlosandrade/textmate/Shared/PCH/prelude.cc:15:</div><div>/usr/include/c++/v1/string:1952:10: error: overload resolution selected implicitly-deleted copy assignment operator</div>

<div>    __r_ = _STD::move(__str.__r_);</div><div>         ^</div><div>/usr/include/c++/v1/string:1942:9: note: in instantiation of member function 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__move_assign' requested here</div>

<div>        __move_assign(__str, true_type());</div><div>        ^</div><div>/usr/include/c++/v1/string:1961:5: note: in instantiation of member function 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__move_assign' requested here</div>

<div>    __move_assign(__str, integral_constant<bool,</div><div>    ^</div><div>Frameworks/regexp/src/regexp.h:50:16: note: in instantiation of member function 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::operator=' requested here</div>

<div>        struct PUBLIC pattern_t</div><div>                      ^</div><div>/usr/include/c++/v1/memory:1941:5: note: copy assignment operator is implicitly deleted because '__compressed_pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, std::__1::allocator<char> >' has a user-declared move constructor</div>

<div>    __compressed_pair(__compressed_pair&& __p)</div><div>    ^</div><div>1 error generated.</div><div>[10/1211] Compile ‘Frameworks/regexp/src/find.cc’…</div><div>FAILED: '/opt/local/bin/clang++' -c -pipe -fPIC -gdwarf-2 -m64 -mmacosx-version-min=10.7 -isysroot "" -funsigned-char -fvisibility=hidden -D'NULL_STR="\uFFFF"' -Wall -Wwrite-strings -Wformat -Winit-self -Wmissing-include-dirs -Wno-parentheses -Wno-sign-compare -Wno-switch -Wno-address-of-temporary -IShared/include -fcolor-diagnostics -DNDEBUG -Os -IFrameworks/regexp/onig-latest -Dregexp_EXPORTS -include /Users/carlosandrade/build/TextMate/Shared/PCH/prelude.cc -std=c++11 -stdlib=libc++ -o /Users/carlosandrade/build/TextMate/Frameworks/regexp/src/find.o -MMD -MF /Users/carlosandrade/build/TextMate/Frameworks/regexp/src/find.o.d -I/Users/carlosandrade/build/TextMate/include Frameworks/regexp/src/find.cc</div>

<div>In file included from Frameworks/regexp/src/find.cc:1:</div><div>In file included from /Users/carlosandrade/textmate/Shared/PCH/prelude.cc:9:</div><div>In file included from /usr/include/c++/v1/algorithm:594:</div><div>

/usr/include/c++/v1/memory:1528:45: error: class member cannot be redeclared</div><div>    _LIBCPP_INLINE_VISIBILITY const_pointer address(const_reference __x) const {return _STD::addressof(__x);}</div><div>                                            ^</div>

<div>/usr/include/c++/v1/memory:2908:44: note: in instantiation of template class 'std::__1::allocator<const __CFNumber>' requested here</div><div>        __cntrl_ = new _CntrlBlk(__p, __d, allocator<_Yp>());</div>

<div>                                           ^</div><div>/usr/include/c++/v1/memory:3410:5: note: in instantiation of function template specialization 'std::__1::shared_ptr<const __CFNumber>::shared_ptr<const __CFNumber, void (*)(const void *)>' requested here</div>

<div>    shared_ptr(__p, __d).swap(*this);</div><div>    ^</div><div>/Users/carlosandrade/build/TextMate/include/cf/cf.h:28:11: note: in instantiation of function template specialization 'std::__1::shared_ptr<const __CFNumber>::reset<const __CFNumber, void (*)(const void *)>' requested here</div>

<div>                        number.reset(CFNumberCreate(kCFAllocatorDefault, kCFNumberSInt32Type, &i), CFRelease);</div><div>                               ^</div><div>/usr/include/c++/v1/memory:1527:39: note: previous declaration is here</div>

<div>    _LIBCPP_INLINE_VISIBILITY pointer address(reference __x) const             {return _STD::addressof(__x);}</div><div>                                      ^</div><div>In file included from Frameworks/regexp/src/find.cc:1:</div>

<div>In file included from /Users/carlosandrade/textmate/Shared/PCH/prelude.cc:15:</div><div>/usr/include/c++/v1/string:1952:10: error: overload resolution selected implicitly-deleted copy assignment operator</div><div>    __r_ = _STD::move(__str.__r_);</div>

<div>         ^</div><div>/usr/include/c++/v1/string:1942:9: note: in instantiation of member function 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__move_assign' requested here</div>

<div>        __move_assign(__str, true_type());</div><div>        ^</div><div>/usr/include/c++/v1/string:1961:5: note: in instantiation of member function 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__move_assign' requested here</div>

<div>    __move_assign(__str, integral_constant<bool,</div><div>    ^</div><div>/usr/include/c++/v1/algorithm:1595:19: note: in instantiation of member function 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::operator=' requested here</div>

<div>        *__result = _STD::move(*__first);</div><div>                  ^</div><div>/usr/include/c++/v1/algorithm:1619:12: note: in instantiation of function template specialization 'std::__1::__move<std::__1::basic_string<char> *, std::__1::basic_string<char> *>' requested here</div>

<div>    return _STD::__move(__unwrap_iter(__first), __unwrap_iter(__last), __unwrap_iter(__result));</div><div>           ^</div><div>/usr/include/c++/v1/__config:153:14: note: expanded from macro '_STD'</div><div>

#define _STD std::_LIBCPP_NAMESPACE</div><div>             ^</div><div>/usr/include/c++/v1/__split_buffer:526:22: note: in instantiation of function template specialization 'std::__1::move<std::__1::basic_string<char> *, std::__1::basic_string<char> *>' requested here</div>

<div>            __end_ = _STD::move(__begin_, __end_, __begin_ - __d);</div><div>                     ^</div><div>/usr/include/c++/v1/__config:153:14: note: expanded from macro '_STD'</div><div>#define _STD std::_LIBCPP_NAMESPACE</div>

<div>             ^</div><div>/usr/include/c++/v1/vector:1267:13: note: in instantiation of member function 'std::__1::__split_buffer<std::__1::basic_string<char>, std::__1::allocator<std::__1::basic_string<char> > &>::push_back' requested here</div>

<div>        __v.push_back(__x);</div><div>            ^</div><div>Frameworks/regexp/src/find.cc:134:8: note: in instantiation of member function 'std::__1::vector<std::__1::basic_string<char>, std::__1::allocator<std::__1::basic_string<char> > >::push_back' requested here</div>

<div>                        out.push_back(*it);</div><div>                            ^</div><div>/usr/include/c++/v1/memory:1941:5: note: copy assignment operator is implicitly deleted because '__compressed_pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, std::__1::allocator<char> >' has a user-declared move constructor</div>

<div>    __compressed_pair(__compressed_pair&& __p)</div><div>    ^</div><div>In file included from Frameworks/regexp/src/find.cc:1:</div><div>In file included from /Users/carlosandrade/textmate/Shared/PCH/prelude.cc:13:</div>

<div>In file included from /usr/include/c++/v1/map:338:</div><div>/usr/include/c++/v1/__tree:1291:14: error: overload resolution selected implicitly-deleted copy assignment operator</div><div>    __pair3_ = _STD::move(__t.__pair3_);</div>

<div>             ^</div><div>/usr/include/c++/v1/__tree:1308:9: note: in instantiation of member function 'std::__1::__tree<std::__1::pair<std::__1::basic_string<char>, std::__1::basic_string<char> >, std::__1::__map_value_compare<std::__1::basic_string<char>, std::__1::basic_string<char>, std::__1::less<std::__1::basic_string<char> >, true>, std::__1::allocator<std::__1::pair<std::__1::basic_string<char>, std::__1::basic_string<char> > > >::__move_assign' requested here</div>

<div>        __move_assign(__t, true_type());</div><div>        ^</div><div>/usr/include/c++/v1/__tree:1353:5: note: in instantiation of member function 'std::__1::__tree<std::__1::pair<std::__1::basic_string<char>, std::__1::basic_string<char> >, std::__1::__map_value_compare<std::__1::basic_string<char>, std::__1::basic_string<char>, std::__1::less<std::__1::basic_string<char> >, true>, std::__1::allocator<std::__1::pair<std::__1::basic_string<char>, std::__1::basic_string<char> > > >::__move_assign' requested here</div>

<div>    __move_assign(__t, integral_constant<bool,</div><div>    ^</div><div>/usr/include/c++/v1/map:736:21: note: in instantiation of member function 'std::__1::__tree<std::__1::pair<std::__1::basic_string<char>, std::__1::basic_string<char> >, std::__1::__map_value_compare<std::__1::basic_string<char>, std::__1::basic_string<char>, std::__1::less<std::__1::basic_string<char> >, true>, std::__1::allocator<std::__1::pair<std::__1::basic_string<char>, std::__1::basic_string<char> > > >::operator=' requested here</div>

<div>            __tree_ = _STD::move(__m.__tree_);</div><div>                    ^</div><div>Frameworks/regexp/src/find.cc:397:17: note: in instantiation of member function 'std::__1::map<std::__1::basic_string<char>, std::__1::basic_string<char>, std::__1::less<std::__1::basic_string<char> >, std::__1::allocator<std::__1::pair<const std::__1::basic_string<char>, std::__1::basic_string<char> > > >::operator=' requested here</div>

<div>                                                *captures = extract_captures(first, region, compiled_pattern);</div><div>                                                          ^</div><div>/usr/include/c++/v1/memory:1941:5: note: copy assignment operator is implicitly deleted because '__compressed_pair<unsigned long, std::__1::__map_value_compare<std::__1::basic_string<char>, std::__1::basic_string<char>, std::__1::less<std::__1::basic_string<char> >, true> >' has a user-declared move constructor</div>

<div>    __compressed_pair(__compressed_pair&& __p)</div><div>    ^</div><div>3 errors generated.</div><div>[10/1211] Compile ‘Frameworks/regexp/src/parser.cc’…</div><div>FAILED: '/opt/local/bin/clang++' -c -pipe -fPIC -gdwarf-2 -m64 -mmacosx-version-min=10.7 -isysroot "" -funsigned-char -fvisibility=hidden -D'NULL_STR="\uFFFF"' -Wall -Wwrite-strings -Wformat -Winit-self -Wmissing-include-dirs -Wno-parentheses -Wno-sign-compare -Wno-switch -Wno-address-of-temporary -IShared/include -fcolor-diagnostics -DNDEBUG -Os -IFrameworks/regexp/onig-latest -Dregexp_EXPORTS -include /Users/carlosandrade/build/TextMate/Shared/PCH/prelude.cc -std=c++11 -stdlib=libc++ -o /Users/carlosandrade/build/TextMate/Frameworks/regexp/src/parser.o -MMD -MF /Users/carlosandrade/build/TextMate/Frameworks/regexp/src/parser.o.d -I/Users/carlosandrade/build/TextMate/include Frameworks/regexp/src/parser.cc</div>

<div>In file included from Frameworks/regexp/src/parser.cc:1:</div><div>In file included from /Users/carlosandrade/textmate/Shared/PCH/prelude.cc:15:</div><div>/usr/include/c++/v1/string:1952:10: error: overload resolution selected implicitly-deleted copy assignment operator</div>

<div>    __r_ = _STD::move(__str.__r_);</div><div>         ^</div><div>/usr/include/c++/v1/string:1942:9: note: in instantiation of member function 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__move_assign' requested here</div>

<div>        __move_assign(__str, true_type());</div><div>        ^</div><div>/usr/include/c++/v1/string:1961:5: note: in instantiation of member function 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__move_assign' requested here</div>

<div>    __move_assign(__str, integral_constant<bool,</div><div>    ^</div><div>Frameworks/regexp/src/regexp.h:50:16: note: in instantiation of member function 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::operator=' requested here</div>

<div>        struct PUBLIC pattern_t</div><div>                      ^</div><div>/usr/include/c++/v1/memory:1941:5: note: copy assignment operator is implicitly deleted because '__compressed_pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, std::__1::allocator<char> >' has a user-declared move constructor</div>

<div>    __compressed_pair(__compressed_pair&& __p)</div><div>    ^</div><div>1 error generated.</div><div>[10/1211] Compile ‘Frameworks/regexp/src/format_string.cc’…</div><div>FAILED: '/opt/local/bin/clang++' -c -pipe -fPIC -gdwarf-2 -m64 -mmacosx-version-min=10.7 -isysroot "" -funsigned-char -fvisibility=hidden -D'NULL_STR="\uFFFF"' -Wall -Wwrite-strings -Wformat -Winit-self -Wmissing-include-dirs -Wno-parentheses -Wno-sign-compare -Wno-switch -Wno-address-of-temporary -IShared/include -fcolor-diagnostics -DNDEBUG -Os -IFrameworks/regexp/onig-latest -Dregexp_EXPORTS -include /Users/carlosandrade/build/TextMate/Shared/PCH/prelude.cc -std=c++11 -stdlib=libc++ -o /Users/carlosandrade/build/TextMate/Frameworks/regexp/src/format_string.o -MMD -MF /Users/carlosandrade/build/TextMate/Frameworks/regexp/src/format_string.o.d -I/Users/carlosandrade/build/TextMate/include Frameworks/regexp/src/format_string.cc</div>

<div>In file included from Frameworks/regexp/src/format_string.cc:1:</div><div>In file included from /Users/carlosandrade/textmate/Shared/PCH/prelude.cc:15:</div><div>/usr/include/c++/v1/string:1952:10: error: overload resolution selected implicitly-deleted copy assignment operator</div>

<div>    __r_ = _STD::move(__str.__r_);</div><div>         ^</div><div>/usr/include/c++/v1/string:1942:9: note: in instantiation of member function 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__move_assign' requested here</div>

<div>        __move_assign(__str, true_type());</div><div>        ^</div><div>/usr/include/c++/v1/string:1961:5: note: in instantiation of member function 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__move_assign' requested here</div>

<div>    __move_assign(__str, integral_constant<bool,</div><div>    ^</div><div>Frameworks/regexp/src/format_string.cc:179:11: note: in instantiation of member function 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::operator=' requested here</div>

<div>                                value = text::uppercase(value);</div><div>                                      ^</div><div>/usr/include/c++/v1/memory:1941:5: note: copy assignment operator is implicitly deleted because '__compressed_pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, std::__1::allocator<char> >' has a user-declared move constructor</div>

<div>    __compressed_pair(__compressed_pair&& __p)</div><div>    ^</div><div>1 error generated.</div><div>[10/1211] Compile ‘/Users/carlosandr...ate/Frameworks/text/test_text.cc’…</div><div>FAILED: '/opt/local/bin/clang++' -c -pipe -fPIC -gdwarf-2 -m64 -mmacosx-version-min=10.7 -isysroot "" -funsigned-char -fvisibility=hidden -D'NULL_STR="\uFFFF"' -Wall -Wwrite-strings -Wformat -Winit-self -Wmissing-include-dirs -Wno-parentheses -Wno-sign-compare -Wno-switch -Wno-address-of-temporary -IShared/include -fcolor-diagnostics -DNDEBUG -Os -Ibin/CxxTest -include /Users/carlosandrade/build/TextMate/Shared/PCH/prelude.cc -std=c++11 -stdlib=libc++ -o /Users/carlosandrade/build/TextMate/Frameworks/text/test_text.o -MMD -MF /Users/carlosandrade/build/TextMate/Frameworks/text/test_text.o.d -I/Users/carlosandrade/build/TextMate/include /Users/carlosandrade/build/TextMate/Frameworks/text/test_text.cc</div>

<div>In file included from /Users/carlosandrade/build/TextMate/Frameworks/text/test_text.cc:1:</div><div>In file included from /Users/carlosandrade/textmate/Shared/PCH/prelude.cc:15:</div><div>/usr/include/c++/v1/string:1952:10: error: overload resolution selected implicitly-deleted copy assignment operator</div>

<div>    __r_ = _STD::move(__str.__r_);</div><div>         ^</div><div>/usr/include/c++/v1/string:1942:9: note: in instantiation of member function 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__move_assign' requested here</div>

<div>        __move_assign(__str, true_type());</div><div>        ^</div><div>/usr/include/c++/v1/string:1961:5: note: in instantiation of member function 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__move_assign' requested here</div>

<div>    __move_assign(__str, integral_constant<bool,</div><div>    ^</div><div>/usr/include/c++/v1/algorithm:1595:19: note: in instantiation of member function 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::operator=' requested here</div>

<div>        *__result = _STD::move(*__first);</div><div>                  ^</div><div>/usr/include/c++/v1/algorithm:1619:12: note: in instantiation of function template specialization 'std::__1::__move<std::__1::basic_string<char> *, std::__1::basic_string<char> *>' requested here</div>

<div>    return _STD::__move(__unwrap_iter(__first), __unwrap_iter(__last), __unwrap_iter(__result));</div><div>           ^</div><div>/usr/include/c++/v1/__config:153:14: note: expanded from macro '_STD'</div><div>

#define _STD std::_LIBCPP_NAMESPACE</div><div>             ^</div><div>/usr/include/c++/v1/__split_buffer:557:22: note: in instantiation of function template specialization 'std::__1::move<std::__1::basic_string<char> *, std::__1::basic_string<char> *>' requested here</div>

<div>            __end_ = _STD::move(__begin_, __end_, __begin_ - __d);</div><div>                     ^</div><div>/usr/include/c++/v1/__config:153:14: note: expanded from macro '_STD'</div><div>#define _STD std::_LIBCPP_NAMESPACE</div>

<div>             ^</div><div>/usr/include/c++/v1/vector:1289:13: note: in instantiation of member function 'std::__1::__split_buffer<std::__1::basic_string<char>, std::__1::allocator<std::__1::basic_string<char> > &>::push_back' requested here</div>

<div>        __v.push_back(_STD::move(__x));</div><div>            ^</div><div>/Users/carlosandrade/textmate/Frameworks/text/tests/t_tokenize.cc:9:6: note: in instantiation of member function 'std::__1::vector<std::__1::basic_string<char>, std::__1::allocator<std::__1::basic_string<char> > >::push_back' requested here</div>

<div>                        v.push_back(*component);</div><div>                          ^</div><div>/usr/include/c++/v1/memory:1941:5: note: copy assignment operator is implicitly deleted because '__compressed_pair<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, std::__1::allocator<char> >' has a user-declared move constructor</div>

<div>    __compressed_pair(__compressed_pair&& __p)</div><div>    ^</div><div>1 error generated.</div><div>ninja: build stopped: subcommand failed.</div></div><div><font face="Lucida Grande" size="3">--<br clear="all">

</font>Carlos Andrade<br><a href="http://carlosandrade.co" target="_blank">http://carlosandrade.co</a><br>
</div>