Guest User

Untitled

a guest
Jul 15th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. dw:psycopg2-2.0.12 dan$ sudo python2.6 setup.py install
  2. running install
  3. running build
  4. running build_py
  5. running build_ext
  6. building 'psycopg2._psycopg' extension
  7. creating build/temp.macosx-10.3-fat-2.6
  8. creating build/temp.macosx-10.3-fat-2.6/psycopg
  9. gcc-4.0 -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -O3 -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.0.12 (dt dec ext pq3)" -DPG_VERSION_HEX=0x080400 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -DHAVE_PQPROTOCOL3=1 -I/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -I. -I/usr/local/pgsql/include -I/usr/local/pgsql/include/server -c psycopg/psycopgmodule.c -o build/temp.macosx-10.3-fat-2.6/psycopg/psycopgmodule.o
  10. In file included from /Library/Frameworks/Python.framework/Versions/2.6/include/python2.6/unicodeobject.h:4,
  11. from /Library/Frameworks/Python.framework/Versions/2.6/include/python2.6/Python.h:85,
  12. from psycopg/psycopgmodule.c:23:
  13. /Developer/SDKs/MacOSX10.4u.sdk/usr/include/stdarg.h:4:25: error: stdarg.h: No such file or directory
  14. In file included from /Library/Frameworks/Python.framework/Versions/2.6/include/python2.6/unicodeobject.h:4,
  15. from /Library/Frameworks/Python.framework/Versions/2.6/include/python2.6/Python.h:85,
  16. from psycopg/psycopgmodule.c:23:
  17. /Developer/SDKs/MacOSX10.4u.sdk/usr/include/stdarg.h:4:25: error: stdarg.h: No such file or directory
  18. lipo: can't figure out the architecture type of: /var/tmp//cc8GfRqg.out
  19. error: command 'gcc-4.0' failed with exit status 1
Add Comment
Please, Sign In to add comment