Skip to content

Instantly share code, notes, and snippets.

@laserson
Created January 7, 2013 20:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laserson/4477933 to your computer and use it in GitHub Desktop.
Save laserson/4477933 to your computer and use it in GitHub Desktop.
Output from `python setup.py build`
laserson@laserson-MBA ~/repos/pydoop (master●)$ python setup.py build
running build
running build_py
copying pydoop/hadut.py -> build/lib.macosx-10.7-x86_64-2.7/pydoop
copying pydoop/version.py -> build/lib.macosx-10.7-x86_64-2.7/pydoop
running build_ext
java_include_dirs: ['/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/include', '/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/include/darwin']
java_library_dirs: ['/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/jre/lib/amd64/server']
could not set classpath, java code may not compile
hadoop_home: '/usr/local/opt/hadoop'
hadoop_version: '1.0.4'
java_home: '/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home'
building 'pydoop._pipes_1_0_4' extension
/usr/bin/clang -fno-strict-aliasing -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Isrc/hadoop-1.0.4.patched/pipes/api -Isrc/hadoop-1.0.4.patched/utils/api -I/usr/local/Cellar/python/2.7.3/include/python2.7 -c src/pipes.cpp -o build/temp.macosx-10.7-x86_64-2.7/src/pipes.o
In file included from src/pipes.cpp:21:
In file included from src/pipes.hpp:30:
In file included from src/pipes_context.hpp:28:
In file included from /usr/local/include/boost/python.hpp:11:
In file included from /usr/local/include/boost/python/args.hpp:25:
In file included from /usr/local/include/boost/python/object_core.hpp:14:
In file included from /usr/local/include/boost/python/call.hpp:15:
In file included from /usr/local/include/boost/python/converter/arg_to_python.hpp:10:
In file included from /usr/local/include/boost/python/to_python_indirect.hpp:10:
In file included from /usr/local/include/boost/python/object/pointer_holder.hpp:14:
In file included from /usr/local/include/boost/python/instance_holder.hpp:11:
In file included from /usr/local/include/boost/python/type_id.hpp:11:
In file included from /usr/local/include/boost/operators.hpp:86:
In file included from /usr/local/include/boost/iterator.hpp:17:
In file included from /usr/include/c++/4.2.1/iterator:69:
In file included from /usr/include/c++/4.2.1/ostream:44:
In file included from /usr/include/c++/4.2.1/ios:46:
/usr/include/c++/4.2.1/bits/localefwd.h:57:21: error: too many arguments
provided to function-like macro invocation
isspace(_CharT, const locale&);
^
/usr/include/c++/4.2.1/bits/localefwd.h:56:5: error: 'inline' can only appear on
functions
inline bool
^
/usr/include/c++/4.2.1/bits/localefwd.h:57:5: error: variable 'isspace' declared
as a template
isspace(_CharT, const locale&);
^
/usr/include/c++/4.2.1/bits/localefwd.h:69:21: error: too many arguments
provided to function-like macro invocation
isupper(_CharT, const locale&);
^
/usr/include/c++/4.2.1/bits/localefwd.h:68:5: error: 'inline' can only appear on
functions
inline bool
^
/usr/include/c++/4.2.1/bits/localefwd.h:69:5: error: variable 'isupper' declared
as a template
isupper(_CharT, const locale&);
^
/usr/include/c++/4.2.1/bits/localefwd.h:73:21: error: too many arguments
provided to function-like macro invocation
islower(_CharT, const locale&);
^
/usr/include/c++/4.2.1/bits/localefwd.h:72:5: error: 'inline' can only appear on
functions
inline bool
^
/usr/include/c++/4.2.1/bits/localefwd.h:73:5: error: variable 'islower' declared
as a template
islower(_CharT, const locale&);
^
/usr/include/c++/4.2.1/bits/localefwd.h:77:21: error: too many arguments
provided to function-like macro invocation
isalpha(_CharT, const locale&);
^
/usr/include/c++/4.2.1/bits/localefwd.h:76:5: error: 'inline' can only appear on
functions
inline bool
^
/usr/include/c++/4.2.1/bits/localefwd.h:77:5: error: variable 'isalpha' declared
as a template
isalpha(_CharT, const locale&);
^
/usr/include/c++/4.2.1/bits/localefwd.h:93:21: error: too many arguments
provided to function-like macro invocation
isalnum(_CharT, const locale&);
^
/usr/include/c++/4.2.1/bits/localefwd.h:92:5: error: 'inline' can only appear on
functions
inline bool
^
/usr/include/c++/4.2.1/bits/localefwd.h:93:5: error: variable 'isalnum' declared
as a template
isalnum(_CharT, const locale&);
^
/usr/include/c++/4.2.1/bits/localefwd.h:101:21: error: too many arguments
provided to function-like macro invocation
toupper(_CharT, const locale&);
^
/usr/include/c++/4.2.1/bits/localefwd.h:100:5: error: 'inline' can only appear
on functions
inline _CharT
^
/usr/include/c++/4.2.1/bits/localefwd.h:101:5: error: variable 'toupper'
declared as a template
toupper(_CharT, const locale&);
^
/usr/include/c++/4.2.1/bits/localefwd.h:105:21: error: too many arguments
provided to function-like macro invocation
tolower(_CharT, const locale&);
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
error: command '/usr/bin/clang' failed with exit status 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment