Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.44 KB | None | 0 0
  1. g++ -I/usr/include/libxml2 -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7 -I/usr/include -I/usr//include -I/include -DDEB -fpic -I/usr//include -I/usr//include -I/usr/include -DUSE_MS -I/usr/include/mapserver -I../../thirds/cgic206 -I. -DLINUX_FREE_ISSUE -c service_internal_python.c
  2. In file included from service_internal_python.h:31:0,
  3. from service_internal_python.c:25:
  4. response_print.h:174:3: warning: converting to non-pointer type ?char? from NULL [-Wconversion-null]
  5. };
  6. ^
  7. response_print.h:174:3: warning: converting to non-pointer type ?char? from NULL [-Wconversion-null]
  8. service_internal_python.c: In function ?void PythonZooReport(maps*, const char*, int)?:
  9. service_internal_python.c:330:42: error: cannot convert ?FCGI_FILE*? to ?FILE* {aka _IO_FILE*}? for argument ?1? to ?int fprintf(FILE*, const char*, ...)?
  10. fprintf((FILE*)stderr,"EMPTY TRACE ?");
  11. ^
  12. service_internal_python.c:344:35: error: cannot convert ?FCGI_FILE*? to ?FILE* {aka _IO_FILE*}? for argument ?1? to ?int fprintf(FILE*, const char*, ...)?
  13. fprintf(stderr,"EMPTY TRACE ?");
  14. ^
  15. service_internal_python.c: In function ?PyDictObject* PyDict_FromMaps(maps*)?:
  16. service_internal_python.c:399:46: error: cannot convert ?FCGI_FILE*? to ?FILE* {aka _IO_FILE*}? for argument ?1? to ?int fprintf(FILE*, const char*, ...)?
  17. fprintf(stderr,"Unable to set map value ...");
  18. ^
  19. service_internal_python.c:406:51: error: cannot convert ?FCGI_FILE*? to ?FILE* {aka _IO_FILE*}? for argument ?1? to ?int fprintf(FILE*, const char*, ...)?
  20. fprintf(stderr,"Unable to set map value ...");
  21. ^
  22. service_internal_python.c: In function ?PyDictObject* PyDict_FromMap(map*)?:
  23. service_internal_python.c:459:56: error: cannot convert ?FCGI_FILE*? to ?FILE* {aka _IO_FILE*}? for argument ?1? to ?int fprintf(FILE*, const char*, ...)?
  24. fprintf(stderr,"Unable to set key value pair...");
  25. ^
  26. service_internal_python.c:463:56: error: cannot convert ?FCGI_FILE*? to ?FILE* {aka _IO_FILE*}? for argument ?1? to ?int fprintf(FILE*, const char*, ...)?
  27. fprintf(stderr,"Unable to set key value pair...");
  28. ^
  29. service_internal_python.c:476:56: error: cannot convert ?FCGI_FILE*? to ?FILE* {aka _IO_FILE*}? for argument ?1? to ?int fprintf(FILE*, const char*, ...)?
  30. fprintf(stderr,"Unable to set key value pair...");
  31. ^
  32. service_internal_python.c:483:52: error: cannot convert ?FCGI_FILE*? to ?FILE* {aka _IO_FILE*}? for argument ?1? to ?int fprintf(FILE*, const char*, ...)?
  33. fprintf(stderr,"Unable to set key value pair...");
  34. ^
  35. service_internal_python.c:487:52: error: cannot convert ?FCGI_FILE*? to ?FILE* {aka _IO_FILE*}? for argument ?1? to ?int fprintf(FILE*, const char*, ...)?
  36. fprintf(stderr,"Unable to set key value pair...");
  37. ^
  38. service_internal_python.c:492:54: error: cannot convert ?FCGI_FILE*? to ?FILE* {aka _IO_FILE*}? for argument ?1? to ?int fprintf(FILE*, const char*, ...)?
  39. fprintf(stderr,"Unable to set key value pair...");
  40. ^
  41. service_internal_python.c:500:52: error: cannot convert ?FCGI_FILE*? to ?FILE* {aka _IO_FILE*}? for argument ?1? to ?int fprintf(FILE*, const char*, ...)?
  42. fprintf(stderr,"Unable to set key value pair...");
  43. ^
  44. service_internal_python.c:509:52: error: cannot convert ?FCGI_FILE*? to ?FILE* {aka _IO_FILE*}? for argument ?1? to ?int fprintf(FILE*, const char*, ...)?
  45. fprintf(stderr,"Unable to set key value pair...");
  46. ^
  47. service_internal_python.c:520:52: error: cannot convert ?FCGI_FILE*? to ?FILE* {aka _IO_FILE*}? for argument ?1? to ?int fprintf(FILE*, const char*, ...)?
  48. fprintf(stderr,"Unable to set key value pair...");
  49. ^
  50. service_internal_python.c: In function ?PyObject* PythonUpdateStatus(PyObject*, PyObject*)?:
  51. service_internal_python.c:817:21: error: ?_updateStatus? was not declared in this scope
  52. _updateStatus(conf);
  53. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement