Advertisement
He4dShOt

hexchat

Jan 5th, 2015
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.65 KB | None | 0 0
  1. $ make
  2. make all-recursive
  3. make[1]: Entering directory '/home/luca/aaa/hexchat'
  4. Making all in po
  5. make[2]: Entering directory '/home/luca/aaa/hexchat/po'
  6. make[2]: Nothing to be done for 'all'.
  7. make[2]: Leaving directory '/home/luca/aaa/hexchat/po'
  8. Making all in src
  9. make[2]: Entering directory '/home/luca/aaa/hexchat/src'
  10. Making all in common
  11. make[3]: Entering directory '/home/luca/aaa/hexchat/src/common'
  12. CC make-te.o
  13. CCLD make-te
  14. GEN textevents.h
  15. GEN marshal.c
  16. GEN marshal.h
  17. make all-recursive
  18. make[4]: Entering directory '/home/luca/aaa/hexchat/src/common'
  19. Making all in dbus
  20. make[5]: Entering directory '/home/luca/aaa/hexchat/src/common/dbus'
  21. GEN remote-object-glue.h
  22. make all-am
  23. make[6]: Entering directory '/home/luca/aaa/hexchat/src/common/dbus'
  24. CC dbus-plugin.o
  25. CC dbus-client.o
  26. AR libhexchatdbus.a
  27. CC example.o
  28. CCLD example
  29. make[6]: Leaving directory '/home/luca/aaa/hexchat/src/common/dbus'
  30. make[5]: Leaving directory '/home/luca/aaa/hexchat/src/common/dbus'
  31. Making all in .
  32. make[5]: Entering directory '/home/luca/aaa/hexchat/src/common'
  33. CC libhexchatcommon_a-cfgfiles.o
  34. CC libhexchatcommon_a-chanopt.o
  35. CC libhexchatcommon_a-ctcp.o
  36. CC libhexchatcommon_a-dcc.o
  37. CC libhexchatcommon_a-hexchat.o
  38. CC libhexchatcommon_a-history.o
  39. CC libhexchatcommon_a-ignore.o
  40. CC libhexchatcommon_a-inbound.o
  41. CC libhexchatcommon_a-marshal.o
  42. CC libhexchatcommon_a-modes.o
  43. CC libhexchatcommon_a-network.o
  44. CC libhexchatcommon_a-notify.o
  45. CC libhexchatcommon_a-outbound.o
  46. CC libhexchatcommon_a-plugin.o
  47. CC libhexchatcommon_a-plugin-timer.o
  48. CC libhexchatcommon_a-proto-irc.o
  49. CC libhexchatcommon_a-server.o
  50. CC libhexchatcommon_a-servlist.o
  51. servlist.c: In function ‘servlist_connect’:
  52. servlist.c:595:4: warning: ‘g_slist_copy_deep’ is deprecated (declared at /usr/include/glib-2.0/glib/gslist.h:101): Not available before 2.34 [-Wdeprecated-declarations]
  53. serv->favlist = g_slist_copy_deep (net->favchanlist, (GCopyFunc) servlist_favchan_copy, NULL);
  54. ^
  55. CC libhexchatcommon_a-ssl.o
  56. CC libhexchatcommon_a-text.o
  57. CC libhexchatcommon_a-tree.o
  58. CC libhexchatcommon_a-url.o
  59. CC libhexchatcommon_a-userlist.o
  60. CC libhexchatcommon_a-util.o
  61. AR libhexchatcommon.a
  62. make[5]: Leaving directory '/home/luca/aaa/hexchat/src/common'
  63. make[4]: Leaving directory '/home/luca/aaa/hexchat/src/common'
  64. make[3]: Leaving directory '/home/luca/aaa/hexchat/src/common'
  65. Making all in fe-gtk
  66. make[3]: Entering directory '/home/luca/aaa/hexchat/src/fe-gtk'
  67. GEN resources.c
  68. make all-am
  69. make[4]: Entering directory '/home/luca/aaa/hexchat/src/fe-gtk'
  70. CC hexchat-ascii.o
  71. CC hexchat-banlist.o
  72. CC hexchat-chanlist.o
  73. CC hexchat-chanview.o
  74. CC hexchat-custom-list.o
  75. CC hexchat-dccgui.o
  76. CC hexchat-editlist.o
  77. CC hexchat-fe-gtk.o
  78. CC hexchat-fkeys.o
  79. CC hexchat-gtkutil.o
  80. CC hexchat-ignoregui.o
  81. CC hexchat-joind.o
  82. CC hexchat-menu.o
  83. CC hexchat-maingui.o
  84. CC hexchat-notifygui.o
  85. CC hexchat-palette.o
  86. CC hexchat-pixmaps.o
  87. CC hexchat-plugin-tray.o
  88. CC hexchat-plugingui.o
  89. CC hexchat-rawlog.o
  90. CC hexchat-resources.o
  91. CC hexchat-servlistgui.o
  92. CC hexchat-setup.o
  93. CC hexchat-sexy-iso-codes.o
  94. CC hexchat-sexy-spell-entry.o
  95. CC hexchat-textgui.o
  96. CC hexchat-urlgrab.o
  97. CC hexchat-userlistgui.o
  98. CC hexchat-xtext.o
  99. CCLD hexchat
  100. ../common/libhexchatcommon.a(libhexchatcommon_a-hexchat.o): In function `irc_init':
  101. /home/luca/aaa/hexchat/src/common/hexchat.c:392: undefined reference to `identd_plugin_init'
  102. /home/luca/aaa/hexchat/src/common/hexchat.c:392: undefined reference to `identd_plugin_deinit'
  103. collect2: error: ld returned 1 exit status
  104. Makefile:498: recipe for target 'hexchat' failed
  105. make[4]: *** [hexchat] Error 1
  106. make[4]: Leaving directory '/home/luca/aaa/hexchat/src/fe-gtk'
  107. Makefile:412: recipe for target 'all' failed
  108. make[3]: *** [all] Error 2
  109. make[3]: Leaving directory '/home/luca/aaa/hexchat/src/fe-gtk'
  110. Makefile:420: recipe for target 'all-recursive' failed
  111. make[2]: *** [all-recursive] Error 1
  112. make[2]: Leaving directory '/home/luca/aaa/hexchat/src'
  113. Makefile:467: recipe for target 'all-recursive' failed
  114. make[1]: *** [all-recursive] Error 1
  115. make[1]: Leaving directory '/home/luca/aaa/hexchat'
  116. Makefile:396: recipe for target 'all' failed
  117. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement