Advertisement
Guest User

Untitled

a guest
Dec 9th, 2011
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. [CC] res_http_post.c -> res_http_post.o
  2. res_http_post.c:40:25: error: gmime/gmime.h: No such file or directory
  3. res_http_post.c:70: error: expected ')' before '*' token
  4. res_http_post.c:99: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
  5. res_http_post.c:122: error: expected ')' before '*' token
  6. res_http_post.c:163: error: expected ')' before '*' token
  7. res_http_post.c: In function 'http_post_callback':
  8. res_http_post.c:321: error: 'GMimeMessage' undeclared (first use in this function)
  9. res_http_post.c:321: error: (Each undeclared identifier is reported only once
  10. res_http_post.c:321: error: for each function it appears in.)
  11. res_http_post.c:321: error: 'message' undeclared (first use in this function)
  12. res_http_post.c:405: warning: implicit declaration of function 'parse_message'
  13. res_http_post.c:414: warning: implicit declaration of function 'process_message'
  14. res_http_post.c:416: warning: implicit declaration of function 'g_object_unref'
  15. res_http_post.c: In function 'load_module':
  16. res_http_post.c:499: warning: implicit declaration of function 'g_mime_init'
  17. make[2]: *** [res_http_post.o] Error 1
  18. make[1]: *** [res] Error 2
  19. make[1]: Leaving directory `/home/ffuentes/astlinux/1.0/output/build/asterisk-1.8.7.1'
  20. make: *** [/home/ffuentes/astlinux/1.0/output/build/asterisk-1.8.7.1/main/asterisk] Error 2
  21.  
  22. real 39m54.600s
  23. user 32m32.984s
  24. sys 2m41.492s
  25. build: Incomplete build, no AstLinux Release for you.
  26.  
  27.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement