Guest User

Untitled

a guest
Jan 25th, 2014
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. Building native extensions. This could take a while...
  2. ERROR: Error installing summarize:
  3. ERROR: Failed to build gem native extension.
  4.  
  5. /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby extconf.rb
  6. creating Makefile
  7.  
  8. make "DESTDIR=" clean
  9.  
  10. make "DESTDIR="
  11. compiling article.c
  12. article.c:107:37: warning: passing 'const unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
  13. if ((aWord == NULL) || (0==strlen(aWord)) ||(NULL==aLine)) return;
  14. ^~~~~
  15. /usr/include/string.h:82:28: note: passing argument to parameter here
  16. size_t strlen(const char *);
  17. ^
  18. article.c:109:68: warning: passing 'const unsigned char *' to parameter of type 'const gchar *' (aka 'const char *') converts between pointers to integer types with different sign [-Wpointer-sign]
  19. aLine->words = g_list_append (aLine->words, (gpointer) g_strdup (aWord));
  20. ^~~~~
  21. /opt/local/include/glib-2.0/glib/gstrfuncs.h:216:52: note: passing argument to parameter 'str' here
  22. gchar* g_strdup (const gchar *str) G_GNUC_MALLOC;
  23. ^
  24. 2 warnings generated.
  25. compiling dictionary.c
  26. dictionary.c:28:10: fatal error: 'libxml/xmlmemory.h' file not found
  27. #include <libxml/xmlmemory.h>
  28. ^
  29. 1 error generated.
  30. make: *** [dictionary.o] Error 1
  31.  
  32. make failed, exit code 2
  33.  
  34. Gem files will remain installed in /Library/Ruby/Gems/2.0.0/gems/summarize-1.0.3 for inspection.
  35. Results logged to /Library/Ruby/Gems/2.0.0/extensions/universal-darwin-13/2.0.0/summarize-1.0.3/gem_make.out
Advertisement
Add Comment
Please, Sign In to add comment