Skip to content

Instantly share code, notes, and snippets.

@paimoe
Created June 15, 2012 03:39
Show Gist options
  • Save paimoe/2934550 to your computer and use it in GitHub Desktop.
Save paimoe/2934550 to your computer and use it in GitHub Desktop.
$ python setup.py build
running build
running build_py
copying overviewer_core/overviewer_version.py -> build/lib.linux-x86_64-2.6/overviewer_core
running build_ext
building 'overviewer_core.c_overviewer' extension
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I. -I/usr/lib64/python2.6/site-packages/numpy/core/include -I/usr/include/python2.6 -c overviewer_core/src/main.c -o build/temp.linux-x86_64-2.6/overviewer_core/src/main.o -Wno-unused-variable -Wno-unused-function -Wdeclaration-after-statement -Werror=declaration-after-statement
In file included from overviewer_core/src/main.c:18:
overviewer_core/src/overviewer.h:33:21: error: Imaging.h: No such file or directory
In file included from overviewer_core/src/main.c:18:
overviewer_core/src/overviewer.h:55: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âimaging_python_to_câ
error: command 'gcc' failed with exit status 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment