[txmt-dev] Problems with ./configure && ninja

Carlos Andrade carlos.andrade at acm.org
Wed Sep 5 19:58:26 UTC 2012


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/prelude.mm'…
I am running on a OS Lion… thanks.

Below is everything that occurs and all the errors that appear after
/configure && ninja.

--
host-studentw-136-116:textmate carlosandrade$ ./configure && ninja
WARNING: Building without platform-specific SDK.
rm
/Users/carlosandrade/build/TextMate/Frameworks/SoftwareUpdate/fixtures/secret.pem
[10/55] Compile ‘Frameworks/text/src/case.cc’…
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
In file included from Frameworks/text/src/case.cc:1:
In file included from
/Users/carlosandrade/textmate/Shared/PCH/prelude.cc:15:
/usr/include/c++/v1/string:1952:10: error: overload resolution selected
implicitly-deleted copy assignment operator
    __r_ = _STD::move(__str.__r_);
         ^
/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
        __move_assign(__str, true_type());
        ^
/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
    __move_assign(__str, integral_constant<bool,
    ^
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
                                bytes = std::string(buf, buf + len);
                                      ^
/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
    __compressed_pair(__compressed_pair&& __p)
    ^
1 error generated.
[10/55] Compile ‘Frameworks/cf/src/cf.cc’…
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
In file included from Frameworks/cf/src/cf.cc:1:
In file included from /Users/carlosandrade/textmate/Shared/PCH/prelude.cc:9:
In file included from /usr/include/c++/v1/algorithm:594:
/usr/include/c++/v1/memory:1528:45: error: class member cannot be redeclared
    _LIBCPP_INLINE_VISIBILITY const_pointer address(const_reference __x)
const {return _STD::addressof(__x);}
                                            ^
/usr/include/c++/v1/memory:2908:44: note: in instantiation of template
class 'std::__1::allocator<const __CFNumber>' requested here
        __cntrl_ = new _CntrlBlk(__p, __d, allocator<_Yp>());
                                           ^
/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
    shared_ptr(__p, __d).swap(*this);
    ^
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
                        number.reset(CFNumberCreate(kCFAllocatorDefault,
kCFNumberSInt32Type, &i), CFRelease);
                               ^
/usr/include/c++/v1/memory:1527:39: note: previous declaration is here
    _LIBCPP_INLINE_VISIBILITY pointer address(reference __x) const
    {return _STD::addressof(__x);}
                                      ^
/usr/include/c++/v1/memory:1528:45: error: class member cannot be redeclared
    _LIBCPP_INLINE_VISIBILITY const_pointer address(const_reference __x)
const {return _STD::addressof(__x);}
                                            ^
/usr/include/c++/v1/memory:2908:44: note: in instantiation of template
class 'std::__1::allocator<const __CFString>' requested here
        __cntrl_ = new _CntrlBlk(__p, __d, allocator<_Yp>());
                                           ^
/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
    shared_ptr(__p, __d).swap(*this);
    ^
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
                string.reset(CFStringCreateWithBytes(kCFAllocatorDefault,
(UInt8*)str.data(), str.size(), kCFStringEncodingUTF8, false), CFRelease);
                       ^
/usr/include/c++/v1/memory:1527:39: note: previous declaration is here
    _LIBCPP_INLINE_VISIBILITY pointer address(reference __x) const
    {return _STD::addressof(__x);}
                                      ^
2 errors generated.
[10/55] Compile ‘Frameworks/cf/src/image.cc’…
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
In file included from Frameworks/cf/src/image.cc:1:
In file included from /Users/carlosandrade/textmate/Shared/PCH/prelude.cc:9:
In file included from /usr/include/c++/v1/algorithm:594:
/usr/include/c++/v1/memory:1528:45: error: class member cannot be redeclared
    _LIBCPP_INLINE_VISIBILITY const_pointer address(const_reference __x)
const {return _STD::addressof(__x);}
                                            ^
/usr/include/c++/v1/memory:2908:44: note: in instantiation of template
class 'std::__1::allocator<const __CFNumber>' requested here
        __cntrl_ = new _CntrlBlk(__p, __d, allocator<_Yp>());
                                           ^
/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
    shared_ptr(__p, __d).swap(*this);
    ^
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
                        number.reset(CFNumberCreate(kCFAllocatorDefault,
kCFNumberSInt32Type, &i), CFRelease);
                               ^
/usr/include/c++/v1/memory:1527:39: note: previous declaration is here
    _LIBCPP_INLINE_VISIBILITY pointer address(reference __x) const
    {return _STD::addressof(__x);}
                                      ^
1 error generated.
[10/55] Compile ‘Frameworks/text/src/parse.cc’…
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
In file included from Frameworks/text/src/parse.cc:1:
In file included from
/Users/carlosandrade/textmate/Shared/PCH/prelude.cc:15:
/usr/include/c++/v1/string:1952:10: error: overload resolution selected
implicitly-deleted copy assignment operator
    __r_ = _STD::move(__str.__r_);
         ^
/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
        __move_assign(__str, true_type());
        ^
/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
    __move_assign(__str, integral_constant<bool,
    ^
/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
        *__result = _STD::move(*__first);
                  ^
/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
    return _STD::__move(__unwrap_iter(__first), __unwrap_iter(__last),
__unwrap_iter(__result));
           ^
/usr/include/c++/v1/__config:153:14: note: expanded from macro '_STD'
#define _STD std::_LIBCPP_NAMESPACE
             ^
/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
            __end_ = _STD::move(__begin_, __end_, __begin_ - __d);
                     ^
/usr/include/c++/v1/__config:153:14: note: expanded from macro '_STD'
#define _STD std::_LIBCPP_NAMESPACE
             ^
/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
        __v.push_back(_STD::move(__x));
            ^
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
                                res.push_back(str.substr(bow));
                                    ^
/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
    __compressed_pair(__compressed_pair&& __p)
    ^
1 error generated.
[10/55] Compile ‘Frameworks/regexp/src/glob.cc’…
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
In file included from Frameworks/regexp/src/glob.cc:1:
In file included from
/Users/carlosandrade/textmate/Shared/PCH/prelude.cc:15:
/usr/include/c++/v1/string:1952:10: error: overload resolution selected
implicitly-deleted copy assignment operator
    __r_ = _STD::move(__str.__r_);
         ^
/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
        __move_assign(__str, true_type());
        ^
/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
    __move_assign(__str, integral_constant<bool,
    ^
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
        struct PUBLIC pattern_t
                      ^
/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
    __compressed_pair(__compressed_pair&& __p)
    ^
1 error generated.
[10/55] Compile ‘Frameworks/regexp/src/find.cc’…
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
In file included from Frameworks/regexp/src/find.cc:1:
In file included from /Users/carlosandrade/textmate/Shared/PCH/prelude.cc:9:
In file included from /usr/include/c++/v1/algorithm:594:
/usr/include/c++/v1/memory:1528:45: error: class member cannot be redeclared
    _LIBCPP_INLINE_VISIBILITY const_pointer address(const_reference __x)
const {return _STD::addressof(__x);}
                                            ^
/usr/include/c++/v1/memory:2908:44: note: in instantiation of template
class 'std::__1::allocator<const __CFNumber>' requested here
        __cntrl_ = new _CntrlBlk(__p, __d, allocator<_Yp>());
                                           ^
/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
    shared_ptr(__p, __d).swap(*this);
    ^
/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
                        number.reset(CFNumberCreate(kCFAllocatorDefault,
kCFNumberSInt32Type, &i), CFRelease);
                               ^
/usr/include/c++/v1/memory:1527:39: note: previous declaration is here
    _LIBCPP_INLINE_VISIBILITY pointer address(reference __x) const
    {return _STD::addressof(__x);}
                                      ^
In file included from Frameworks/regexp/src/find.cc:1:
In file included from
/Users/carlosandrade/textmate/Shared/PCH/prelude.cc:15:
/usr/include/c++/v1/string:1952:10: error: overload resolution selected
implicitly-deleted copy assignment operator
    __r_ = _STD::move(__str.__r_);
         ^
/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
        __move_assign(__str, true_type());
        ^
/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
    __move_assign(__str, integral_constant<bool,
    ^
/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
        *__result = _STD::move(*__first);
                  ^
/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
    return _STD::__move(__unwrap_iter(__first), __unwrap_iter(__last),
__unwrap_iter(__result));
           ^
/usr/include/c++/v1/__config:153:14: note: expanded from macro '_STD'
#define _STD std::_LIBCPP_NAMESPACE
             ^
/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
            __end_ = _STD::move(__begin_, __end_, __begin_ - __d);
                     ^
/usr/include/c++/v1/__config:153:14: note: expanded from macro '_STD'
#define _STD std::_LIBCPP_NAMESPACE
             ^
/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
        __v.push_back(__x);
            ^
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
                        out.push_back(*it);
                            ^
/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
    __compressed_pair(__compressed_pair&& __p)
    ^
In file included from Frameworks/regexp/src/find.cc:1:
In file included from
/Users/carlosandrade/textmate/Shared/PCH/prelude.cc:13:
In file included from /usr/include/c++/v1/map:338:
/usr/include/c++/v1/__tree:1291:14: error: overload resolution selected
implicitly-deleted copy assignment operator
    __pair3_ = _STD::move(__t.__pair3_);
             ^
/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
        __move_assign(__t, true_type());
        ^
/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
    __move_assign(__t, integral_constant<bool,
    ^
/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
            __tree_ = _STD::move(__m.__tree_);
                    ^
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
                                                *captures =
extract_captures(first, region, compiled_pattern);
                                                          ^
/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
    __compressed_pair(__compressed_pair&& __p)
    ^
3 errors generated.
[10/55] Compile ‘Frameworks/regexp/src/parser.cc’…
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
In file included from Frameworks/regexp/src/parser.cc:1:
In file included from
/Users/carlosandrade/textmate/Shared/PCH/prelude.cc:15:
/usr/include/c++/v1/string:1952:10: error: overload resolution selected
implicitly-deleted copy assignment operator
    __r_ = _STD::move(__str.__r_);
         ^
/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
        __move_assign(__str, true_type());
        ^
/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
    __move_assign(__str, integral_constant<bool,
    ^
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
        struct PUBLIC pattern_t
                      ^
/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
    __compressed_pair(__compressed_pair&& __p)
    ^
1 error generated.
[10/55] Compile ‘Frameworks/regexp/src/format_string.cc’…
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
In file included from Frameworks/regexp/src/format_string.cc:1:
In file included from
/Users/carlosandrade/textmate/Shared/PCH/prelude.cc:15:
/usr/include/c++/v1/string:1952:10: error: overload resolution selected
implicitly-deleted copy assignment operator
    __r_ = _STD::move(__str.__r_);
         ^
/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
        __move_assign(__str, true_type());
        ^
/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
    __move_assign(__str, integral_constant<bool,
    ^
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
                                value = text::uppercase(value);
                                      ^
/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
    __compressed_pair(__compressed_pair&& __p)
    ^
1 error generated.
ninja: build stopped: subcommand failed.
[10/1211] Compile ‘Frameworks/text/src/case.cc’…
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
In file included from Frameworks/text/src/case.cc:1:
In file included from
/Users/carlosandrade/textmate/Shared/PCH/prelude.cc:15:
/usr/include/c++/v1/string:1952:10: error: overload resolution selected
implicitly-deleted copy assignment operator
    __r_ = _STD::move(__str.__r_);
         ^
/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
        __move_assign(__str, true_type());
        ^
/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
    __move_assign(__str, integral_constant<bool,
    ^
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
                                bytes = std::string(buf, buf + len);
                                      ^
/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
    __compressed_pair(__compressed_pair&& __p)
    ^
1 error generated.
[10/1211] Compile ‘Frameworks/cf/src/cf.cc’…
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
In file included from Frameworks/cf/src/cf.cc:1:
In file included from /Users/carlosandrade/textmate/Shared/PCH/prelude.cc:9:
In file included from /usr/include/c++/v1/algorithm:594:
/usr/include/c++/v1/memory:1528:45: error: class member cannot be redeclared
    _LIBCPP_INLINE_VISIBILITY const_pointer address(const_reference __x)
const {return _STD::addressof(__x);}
                                            ^
/usr/include/c++/v1/memory:2908:44: note: in instantiation of template
class 'std::__1::allocator<const __CFNumber>' requested here
        __cntrl_ = new _CntrlBlk(__p, __d, allocator<_Yp>());
                                           ^
/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
    shared_ptr(__p, __d).swap(*this);
    ^
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
                        number.reset(CFNumberCreate(kCFAllocatorDefault,
kCFNumberSInt32Type, &i), CFRelease);
                               ^
/usr/include/c++/v1/memory:1527:39: note: previous declaration is here
    _LIBCPP_INLINE_VISIBILITY pointer address(reference __x) const
    {return _STD::addressof(__x);}
                                      ^
/usr/include/c++/v1/memory:1528:45: error: class member cannot be redeclared
    _LIBCPP_INLINE_VISIBILITY const_pointer address(const_reference __x)
const {return _STD::addressof(__x);}
                                            ^
/usr/include/c++/v1/memory:2908:44: note: in instantiation of template
class 'std::__1::allocator<const __CFString>' requested here
        __cntrl_ = new _CntrlBlk(__p, __d, allocator<_Yp>());
                                           ^
/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
    shared_ptr(__p, __d).swap(*this);
    ^
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
                string.reset(CFStringCreateWithBytes(kCFAllocatorDefault,
(UInt8*)str.data(), str.size(), kCFStringEncodingUTF8, false), CFRelease);
                       ^
/usr/include/c++/v1/memory:1527:39: note: previous declaration is here
    _LIBCPP_INLINE_VISIBILITY pointer address(reference __x) const
    {return _STD::addressof(__x);}
                                      ^
2 errors generated.
[10/1211] Compile ‘Frameworks/cf/src/image.cc’…
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
In file included from Frameworks/cf/src/image.cc:1:
In file included from /Users/carlosandrade/textmate/Shared/PCH/prelude.cc:9:
In file included from /usr/include/c++/v1/algorithm:594:
/usr/include/c++/v1/memory:1528:45: error: class member cannot be redeclared
    _LIBCPP_INLINE_VISIBILITY const_pointer address(const_reference __x)
const {return _STD::addressof(__x);}
                                            ^
/usr/include/c++/v1/memory:2908:44: note: in instantiation of template
class 'std::__1::allocator<const __CFNumber>' requested here
        __cntrl_ = new _CntrlBlk(__p, __d, allocator<_Yp>());
                                           ^
/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
    shared_ptr(__p, __d).swap(*this);
    ^
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
                        number.reset(CFNumberCreate(kCFAllocatorDefault,
kCFNumberSInt32Type, &i), CFRelease);
                               ^
/usr/include/c++/v1/memory:1527:39: note: previous declaration is here
    _LIBCPP_INLINE_VISIBILITY pointer address(reference __x) const
    {return _STD::addressof(__x);}
                                      ^
1 error generated.
[10/1211] Compile ‘Frameworks/text/src/parse.cc’…
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
In file included from Frameworks/text/src/parse.cc:1:
In file included from
/Users/carlosandrade/textmate/Shared/PCH/prelude.cc:15:
/usr/include/c++/v1/string:1952:10: error: overload resolution selected
implicitly-deleted copy assignment operator
    __r_ = _STD::move(__str.__r_);
         ^
/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
        __move_assign(__str, true_type());
        ^
/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
    __move_assign(__str, integral_constant<bool,
    ^
/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
        *__result = _STD::move(*__first);
                  ^
/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
    return _STD::__move(__unwrap_iter(__first), __unwrap_iter(__last),
__unwrap_iter(__result));
           ^
/usr/include/c++/v1/__config:153:14: note: expanded from macro '_STD'
#define _STD std::_LIBCPP_NAMESPACE
             ^
/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
            __end_ = _STD::move(__begin_, __end_, __begin_ - __d);
                     ^
/usr/include/c++/v1/__config:153:14: note: expanded from macro '_STD'
#define _STD std::_LIBCPP_NAMESPACE
             ^
/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
        __v.push_back(_STD::move(__x));
            ^
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
                                res.push_back(str.substr(bow));
                                    ^
/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
    __compressed_pair(__compressed_pair&& __p)
    ^
1 error generated.
[10/1211] Compile ‘Frameworks/regexp/src/glob.cc’…
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
In file included from Frameworks/regexp/src/glob.cc:1:
In file included from
/Users/carlosandrade/textmate/Shared/PCH/prelude.cc:15:
/usr/include/c++/v1/string:1952:10: error: overload resolution selected
implicitly-deleted copy assignment operator
    __r_ = _STD::move(__str.__r_);
         ^
/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
        __move_assign(__str, true_type());
        ^
/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
    __move_assign(__str, integral_constant<bool,
    ^
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
        struct PUBLIC pattern_t
                      ^
/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
    __compressed_pair(__compressed_pair&& __p)
    ^
1 error generated.
[10/1211] Compile ‘Frameworks/regexp/src/find.cc’…
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
In file included from Frameworks/regexp/src/find.cc:1:
In file included from /Users/carlosandrade/textmate/Shared/PCH/prelude.cc:9:
In file included from /usr/include/c++/v1/algorithm:594:
/usr/include/c++/v1/memory:1528:45: error: class member cannot be redeclared
    _LIBCPP_INLINE_VISIBILITY const_pointer address(const_reference __x)
const {return _STD::addressof(__x);}
                                            ^
/usr/include/c++/v1/memory:2908:44: note: in instantiation of template
class 'std::__1::allocator<const __CFNumber>' requested here
        __cntrl_ = new _CntrlBlk(__p, __d, allocator<_Yp>());
                                           ^
/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
    shared_ptr(__p, __d).swap(*this);
    ^
/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
                        number.reset(CFNumberCreate(kCFAllocatorDefault,
kCFNumberSInt32Type, &i), CFRelease);
                               ^
/usr/include/c++/v1/memory:1527:39: note: previous declaration is here
    _LIBCPP_INLINE_VISIBILITY pointer address(reference __x) const
    {return _STD::addressof(__x);}
                                      ^
In file included from Frameworks/regexp/src/find.cc:1:
In file included from
/Users/carlosandrade/textmate/Shared/PCH/prelude.cc:15:
/usr/include/c++/v1/string:1952:10: error: overload resolution selected
implicitly-deleted copy assignment operator
    __r_ = _STD::move(__str.__r_);
         ^
/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
        __move_assign(__str, true_type());
        ^
/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
    __move_assign(__str, integral_constant<bool,
    ^
/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
        *__result = _STD::move(*__first);
                  ^
/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
    return _STD::__move(__unwrap_iter(__first), __unwrap_iter(__last),
__unwrap_iter(__result));
           ^
/usr/include/c++/v1/__config:153:14: note: expanded from macro '_STD'
#define _STD std::_LIBCPP_NAMESPACE
             ^
/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
            __end_ = _STD::move(__begin_, __end_, __begin_ - __d);
                     ^
/usr/include/c++/v1/__config:153:14: note: expanded from macro '_STD'
#define _STD std::_LIBCPP_NAMESPACE
             ^
/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
        __v.push_back(__x);
            ^
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
                        out.push_back(*it);
                            ^
/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
    __compressed_pair(__compressed_pair&& __p)
    ^
In file included from Frameworks/regexp/src/find.cc:1:
In file included from
/Users/carlosandrade/textmate/Shared/PCH/prelude.cc:13:
In file included from /usr/include/c++/v1/map:338:
/usr/include/c++/v1/__tree:1291:14: error: overload resolution selected
implicitly-deleted copy assignment operator
    __pair3_ = _STD::move(__t.__pair3_);
             ^
/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
        __move_assign(__t, true_type());
        ^
/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
    __move_assign(__t, integral_constant<bool,
    ^
/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
            __tree_ = _STD::move(__m.__tree_);
                    ^
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
                                                *captures =
extract_captures(first, region, compiled_pattern);
                                                          ^
/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
    __compressed_pair(__compressed_pair&& __p)
    ^
3 errors generated.
[10/1211] Compile ‘Frameworks/regexp/src/parser.cc’…
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
In file included from Frameworks/regexp/src/parser.cc:1:
In file included from
/Users/carlosandrade/textmate/Shared/PCH/prelude.cc:15:
/usr/include/c++/v1/string:1952:10: error: overload resolution selected
implicitly-deleted copy assignment operator
    __r_ = _STD::move(__str.__r_);
         ^
/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
        __move_assign(__str, true_type());
        ^
/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
    __move_assign(__str, integral_constant<bool,
    ^
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
        struct PUBLIC pattern_t
                      ^
/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
    __compressed_pair(__compressed_pair&& __p)
    ^
1 error generated.
[10/1211] Compile ‘Frameworks/regexp/src/format_string.cc’…
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
In file included from Frameworks/regexp/src/format_string.cc:1:
In file included from
/Users/carlosandrade/textmate/Shared/PCH/prelude.cc:15:
/usr/include/c++/v1/string:1952:10: error: overload resolution selected
implicitly-deleted copy assignment operator
    __r_ = _STD::move(__str.__r_);
         ^
/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
        __move_assign(__str, true_type());
        ^
/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
    __move_assign(__str, integral_constant<bool,
    ^
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
                                value = text::uppercase(value);
                                      ^
/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
    __compressed_pair(__compressed_pair&& __p)
    ^
1 error generated.
[10/1211] Compile ‘/Users/carlosandr...ate/Frameworks/text/test_text.cc’…
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
In file included from
/Users/carlosandrade/build/TextMate/Frameworks/text/test_text.cc:1:
In file included from
/Users/carlosandrade/textmate/Shared/PCH/prelude.cc:15:
/usr/include/c++/v1/string:1952:10: error: overload resolution selected
implicitly-deleted copy assignment operator
    __r_ = _STD::move(__str.__r_);
         ^
/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
        __move_assign(__str, true_type());
        ^
/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
    __move_assign(__str, integral_constant<bool,
    ^
/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
        *__result = _STD::move(*__first);
                  ^
/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
    return _STD::__move(__unwrap_iter(__first), __unwrap_iter(__last),
__unwrap_iter(__result));
           ^
/usr/include/c++/v1/__config:153:14: note: expanded from macro '_STD'
#define _STD std::_LIBCPP_NAMESPACE
             ^
/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
            __end_ = _STD::move(__begin_, __end_, __begin_ - __d);
                     ^
/usr/include/c++/v1/__config:153:14: note: expanded from macro '_STD'
#define _STD std::_LIBCPP_NAMESPACE
             ^
/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
        __v.push_back(_STD::move(__x));
            ^
/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
                        v.push_back(*component);
                          ^
/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
    __compressed_pair(__compressed_pair&& __p)
    ^
1 error generated.
ninja: build stopped: subcommand failed.
--
Carlos Andrade
http://carlosandrade.co
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macromates.com/textmate-dev/attachments/20120905/e54c2af2/attachment-0001.html>


More information about the textmate-dev mailing list