Advertisement
Guest User

Untitled

a guest
Oct 20th, 2010
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.93 KB | None | 0 0
  1. ==> Validating source files with md5sums...
  2.     yenc-0.3.tar.gz ... Passed
  3. ==> Extracting Sources...
  4.   -> Extracting yenc-0.3.tar.gz with bsdtar
  5. ==> Starting build()...
  6. running install
  7. running build
  8. running build_py
  9. creating build
  10. creating build/lib.linux-i686-3.1
  11. copying lib/yenc.py -> build/lib.linux-i686-3.1
  12. running build_ext
  13. building '_yenc' extension
  14. creating build/temp.linux-i686-3.1
  15. creating build/temp.linux-i686-3.1/src
  16. gcc -pthread -DNDEBUG -march=i686 -mtune=generic -O2 -pipe -march=i686 -mtune=generic -O2 -pipe -fPIC -I/usr/include/python3.1 -c src/_yenc.c -o build/temp.linux-i686-3.1/src/_yenc.o -O2 -g
  17. src/_yenc.c: In function ‘encode_file’:
  18. src/_yenc.c:203:6: error: ‘PyFile_Type’ undeclared (first use in this function)
  19. src/_yenc.c:203:6: note: each undeclared identifier is reported only once for each function it appears in
  20. src/_yenc.c:207:9: warning: assignment makes pointer from integer without a cast
  21. src/_yenc.c:208:10: warning: assignment makes pointer from integer without a cast
  22. src/_yenc.c: In function ‘encode_string’:
  23. src/_yenc.c:297:6: error: ‘PyString_Type’ undeclared (first use in this function)
  24. src/_yenc.c:305:15: warning: assignment makes pointer from integer without a cast
  25. src/_yenc.c:308:19: warning: assignment makes pointer from integer without a cast
  26. src/_yenc.c: In function ‘decode_file’:
  27. src/_yenc.c:338:6: error: ‘PyFile_Type’ undeclared (first use in this function)
  28. src/_yenc.c:342:9: warning: assignment makes pointer from integer without a cast
  29. src/_yenc.c:343:10: warning: assignment makes pointer from integer without a cast
  30. src/_yenc.c: In function ‘decode_string’:
  31. src/_yenc.c:398:6: error: ‘PyString_Type’ undeclared (first use in this function)
  32. src/_yenc.c:406:15: warning: assignment makes pointer from integer without a cast
  33. src/_yenc.c:409:19: warning: assignment makes pointer from integer without a cast
  34. error: command 'gcc' failed with exit status 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement