Skip to content

Instantly share code, notes, and snippets.

@acoffman
Created February 5, 2013 16:43
Show Gist options
  • Save acoffman/4715708 to your computer and use it in GitHub Desktop.
Save acoffman/4715708 to your computer and use it in GitHub Desktop.
compile output
make ycm_core
Scanning dependencies of target BoostParts
[ 0%] Building CXX object BoostParts/CMakeFiles/BoostParts.dir/libs/date_time/src/gregorian/date_generators.cpp.o
In file included from /Users/acoffman/.vim/bundle/YouCompleteMe/cpp/BoostParts/libs/date_time/src/gregorian/date_generators.cpp:14:
In file included from /Users/acoffman/.vim/bundle/YouCompleteMe/cpp/BoostParts/boost/date_time/date_generators.hpp:16:
In file included from /usr/bin/../lib/c++/v1/stdexcept:46:
In file included from /usr/bin/../lib/c++/v1/exception:81:
/usr/bin/../lib/c++/v1/type_traits:737:2: error: #error is_base_of not implemented.
#error is_base_of not implemented.
^
/usr/bin/../lib/c++/v1/type_traits:1700:13: error: use of undeclared identifier 'is_base_of'
is_base_of<_Class, typename remove_reference<_Tp>::type>::value>
^
/usr/bin/../lib/c++/v1/type_traits:1700:24: error: '_Class' does not refer to a value
is_base_of<_Class, typename remove_reference<_Tp>::type>::value>
^
/usr/bin/../lib/c++/v1/type_traits:1697:28: note: declared here
template <class _Rp, class _Class, class _Tp>
^
/usr/bin/../lib/c++/v1/type_traits:1700:62: error: expected class name
is_base_of<_Class, typename remove_reference<_Tp>::type>::value>
^
In file included from /Users/acoffman/.vim/bundle/YouCompleteMe/cpp/BoostParts/libs/date_time/src/gregorian/date_generators.cpp:14:
In file included from /Users/acoffman/.vim/bundle/YouCompleteMe/cpp/BoostParts/boost/date_time/date_generators.hpp:16:
In file included from /usr/bin/../lib/c++/v1/stdexcept:46:
/usr/bin/../lib/c++/v1/exception:194:20: error: use of undeclared identifier 'is_base_of'
!is_base_of<nested_exception, typename remove_reference<_Tp>::type>::value
^
/usr/bin/../lib/c++/v1/exception:194:31: error: 'nested_exception' does not refer to a value
!is_base_of<nested_exception, typename remove_reference<_Tp>::type>::value
^
/usr/bin/../lib/c++/v1/exception:166:29: note: declared here
class _LIBCPP_EXCEPTION_ABI nested_exception
^
/usr/bin/../lib/c++/v1/exception:194:81: error: parameter declarator cannot be qualified
!is_base_of<nested_exception, typename remove_reference<_Tp>::type>::value
~~^
/usr/bin/../lib/c++/v1/exception:194:85: error: expected ')'
!is_base_of<nested_exception, typename remove_reference<_Tp>::type>::value
^
/usr/bin/../lib/c++/v1/exception:192:18: note: to match this '('
throw_with_nested(_Tp&& __t, typename enable_if<
^
/usr/bin/../lib/c++/v1/exception:213:19: error: use of undeclared identifier 'is_base_of'
is_base_of<nested_exception, typename remove_reference<_Tp>::type>::value
^
/usr/bin/../lib/c++/v1/exception:213:30: error: 'nested_exception' does not refer to a value
is_base_of<nested_exception, typename remove_reference<_Tp>::type>::value
^
/usr/bin/../lib/c++/v1/exception:166:29: note: declared here
class _LIBCPP_EXCEPTION_ABI nested_exception
^
/usr/bin/../lib/c++/v1/exception:213:80: error: parameter declarator cannot be qualified
is_base_of<nested_exception, typename remove_reference<_Tp>::type>::value
~~^
/usr/bin/../lib/c++/v1/exception:213:84: error: expected ')'
is_base_of<nested_exception, typename remove_reference<_Tp>::type>::value
^
/usr/bin/../lib/c++/v1/exception:211:18: note: to match this '('
throw_with_nested(_Tp&& __t, typename enable_if<
^
In file included from /Users/acoffman/.vim/bundle/YouCompleteMe/cpp/BoostParts/libs/date_time/src/gregorian/date_generators.cpp:14:
In file included from /Users/acoffman/.vim/bundle/YouCompleteMe/cpp/BoostParts/boost/date_time/date_generators.hpp:17:
In file included from /usr/bin/../lib/c++/v1/sstream:174:
In file included from /usr/bin/../lib/c++/v1/ostream:130:
In file included from /usr/bin/../lib/c++/v1/ios:216:
In file included from /usr/bin/../lib/c++/v1/__locale:18:
In file included from /usr/bin/../lib/c++/v1/mutex:176:
In file included from /usr/bin/../lib/c++/v1/__mutex_base:16:
/usr/bin/../lib/c++/v1/system_error:247:1: error: C++ requires a type specifier for all declarations
_LIBCPP_DECLARE_STRONG_ENUM(errc)
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/bin/../lib/c++/v1/system_error:247:29: error: use of undeclared identifier 'errc'
_LIBCPP_DECLARE_STRONG_ENUM(errc)
^
/usr/bin/../lib/c++/v1/system_error:247:34: error: expected ';' after top level declarator
_LIBCPP_DECLARE_STRONG_ENUM(errc)
^
;
/usr/bin/../lib/c++/v1/system_error:344:1: error: C++ requires a type specifier for all declarations
_LIBCPP_DECLARE_STRONG_ENUM_EPILOG(errc)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/bin/../lib/c++/v1/system_error:344:36: error: use of undeclared identifier 'errc'
_LIBCPP_DECLARE_STRONG_ENUM_EPILOG(errc)
^
/usr/bin/../lib/c++/v1/system_error:344:41: error: expected ';' after top level declarator
_LIBCPP_DECLARE_STRONG_ENUM_EPILOG(errc)
^
;
/usr/bin/../lib/c++/v1/system_error:457:1: error: 'inline' can only appear on functions
inline _LIBCPP_INLINE_VISIBILITY
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make[3]: *** [BoostParts/CMakeFiles/BoostParts.dir/libs/date_time/src/gregorian/date_generators.cpp.o] Error 1
make[2]: *** [BoostParts/CMakeFiles/BoostParts.dir/all] Error 2
make[1]: *** [ycm/CMakeFiles/ycm_core.dir/rule] Error 2
make: *** [ycm_core] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment