Created
July 23, 2011 17:31
-
-
Save dforsyth/1101657 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| llvm[2]: Compiling IOChannel.cpp for Debug+Asserts build | |
| In file included from /usr/home/dforsyth/llvm/tools/lldb/tools/driver/IOChannel.cpp:10: | |
| In file included from /usr/home/dforsyth/llvm/tools/lldb/tools/driver/IOChannel.h:25: | |
| In file included from /usr/home/dforsyth/llvm/tools/lldb/tools/driver/Driver.h:16: | |
| In file included from /usr/include/c++/4.2/bitset:58: | |
| In file included from /usr/include/c++/4.2/ostream:44: | |
| In file included from /usr/include/c++/4.2/ios:46: | |
| /usr/include/c++/4.2/bits/localefwd.h:89:22: error: too many arguments provided to function-like macro | |
| invocation | |
| isxdigit(_CharT, const locale&); | |
| ^ | |
| /usr/include/c++/4.2/bits/localefwd.h:88:5: error: 'inline' can only appear on functions | |
| inline bool | |
| ^ | |
| /usr/include/c++/4.2/bits/localefwd.h:89:5: error: variable 'isxdigit' declared as a template | |
| isxdigit(_CharT, const locale&); | |
| ^ | |
| In file included from /usr/home/dforsyth/llvm/tools/lldb/tools/driver/IOChannel.cpp:10: | |
| In file included from /usr/home/dforsyth/llvm/tools/lldb/tools/driver/IOChannel.h:25: | |
| In file included from /usr/home/dforsyth/llvm/tools/lldb/tools/driver/Driver.h:16: | |
| In file included from /usr/include/c++/4.2/bitset:58: | |
| In file included from /usr/include/c++/4.2/ostream:44: | |
| In file included from /usr/include/c++/4.2/ios:49: | |
| In file included from /usr/include/c++/4.2/bits/basic_ios.h:43: | |
| /usr/include/c++/4.2/bits/locale_facets.h:4658:26: error: too many arguments provided to function-like | |
| macro invocation | |
| isxdigit(_CharT __c, const locale& __loc) | |
| ^ | |
| /usr/include/c++/4.2/bits/locale_facets.h:4659:5: error: expected ';' after top level declarator | |
| { return use_facet<ctype<_CharT> >(__loc).is(ctype_base::xdigit, __c); } | |
| ^ | |
| 5 errors generated. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment