Advertisement
Guest User

Untitled

a guest
Nov 19th, 2011
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/local/include/python3.2m -c src/_yenc.c -o build/temp.linux-x86_64-3.2/src/_yenc.o -O2 -g
  2. src/_yenc.c: In function ‘encode_file’:
  3. src/_yenc.c:202: error: ‘PyFile_Type’ undeclared (first use in this function)
  4. src/_yenc.c:202: error: (Each undeclared identifier is reported only once
  5. src/_yenc.c:202: error: for each function it appears in.)
  6. src/_yenc.c:206: warning: implicit declaration of function ‘PyFile_AsFile’
  7. src/_yenc.c:206: warning: assignment makes pointer from integer without a cast
  8. src/_yenc.c:207: warning: assignment makes pointer from integer without a cast
  9. src/_yenc.c: In function ‘encode_string’:
  10. src/_yenc.c:305: warning: implicit declaration of function ‘PyString_Size’
  11. src/_yenc.c:306: warning: implicit declaration of function ‘PyString_AsString’
  12. src/_yenc.c:306: warning: cast to pointer from integer of different size
  13. src/_yenc.c:309: warning: implicit declaration of function ‘PyString_FromStringAndSize’
  14. src/_yenc.c:309: warning: assignment makes pointer from integer without a cast
  15. src/_yenc.c: In function ‘decode_file’:
  16. src/_yenc.c:339: error: ‘PyFile_Type’ undeclared (first use in this function)
  17. src/_yenc.c:343: warning: assignment makes pointer from integer without a cast
  18. src/_yenc.c:344: warning: assignment makes pointer from integer without a cast
  19. src/_yenc.c: In function ‘decode_string’:
  20. src/_yenc.c:405: warning: cast to pointer from integer of different size
  21. src/_yenc.c:408: warning: assignment makes pointer from integer without a cast
  22. src/_yenc.c: In function ‘init_yenc’:
  23. src/_yenc.c:420: warning: implicit declaration of function ‘Py_InitModule3’
  24. error: command 'gcc' failed with exit status 1
  25.  
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement