Advertisement
Guest User

Untitled

a guest
May 4th, 2012
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.41 KB | None | 0 0
  1. ==> Iniciando build()...
  2. checking for a BSD-compatible install... /usr/bin/install -c
  3. checking whether build environment is sane... yes
  4. checking for a thread-safe mkdir -p... /bin/mkdir -p
  5. checking for gawk... gawk
  6. checking whether make sets $(MAKE)... yes
  7. checking whether to enable maintainer-specific portions of Makefiles... no
  8. checking for style of include used by make... GNU
  9. checking for gcc... gcc
  10. checking for C compiler default output file name... a.out
  11. checking whether the C compiler works... yes
  12. checking whether we are cross compiling... no
  13. checking for suffix of executables...
  14. checking for suffix of object files... o
  15. checking whether we are using the GNU C compiler... yes
  16. checking whether gcc accepts -g... yes
  17. checking for gcc option to accept ISO C89... none needed
  18. checking dependency style of gcc... gcc3
  19. checking for library containing strerror... none required
  20. checking for gcc... (cached) gcc
  21. checking whether we are using the GNU C compiler... (cached) yes
  22. checking whether gcc accepts -g... (cached) yes
  23. checking for gcc option to accept ISO C89... (cached) none needed
  24. checking dependency style of gcc... (cached) gcc3
  25. checking for gcc... (cached) gcc
  26. checking whether we are using the GNU C compiler... (cached) yes
  27. checking whether gcc accepts -g... (cached) yes
  28. checking for gcc option to accept ISO C89... (cached) none needed
  29. checking dependency style of gcc... (cached) gcc3
  30. checking how to run the C preprocessor... gcc -E
  31. checking for grep that handles long lines and -e... /usr/bin/grep
  32. checking for egrep... /usr/bin/grep -E
  33. checking for ANSI C header files... yes
  34. checking for pthread_self in -lpthread... yes
  35. checking for pkg-config... /usr/bin/pkg-config
  36. checking pkg-config is at least version 0.9.0... yes
  37. checking for JACK... yes
  38. checking for XML... yes
  39. checking for sqrt in -lm... yes
  40. checking for PACKAGE... yes
  41. checking for sys/types.h... yes
  42. checking for sys/stat.h... yes
  43. checking for stdlib.h... yes
  44. checking for string.h... yes
  45. checking for memory.h... yes
  46. checking for strings.h... yes
  47. checking for inttypes.h... yes
  48. checking for stdint.h... yes
  49. checking for unistd.h... yes
  50. checking locale.h usability... yes
  51. checking locale.h presence... yes
  52. checking for locale.h... yes
  53. checking for LC_MESSAGES... yes
  54. checking libintl.h usability... yes
  55. checking libintl.h presence... yes
  56. checking for libintl.h... yes
  57. checking for ngettext in libc... yes
  58. checking for dgettext in libc... yes
  59. checking for bind_textdomain_codeset... yes
  60. checking for msgfmt... /usr/bin/msgfmt
  61. checking for dcgettext... yes
  62. checking if msgfmt accepts -c... yes
  63. checking for gmsgfmt... /usr/bin/msgfmt
  64. checking for xgettext... /usr/bin/xgettext
  65. checking for ANSI C header files... (cached) yes
  66. checking for stdlib.h... (cached) yes
  67. checking for string.h... (cached) yes
  68. checking for unistd.h... (cached) yes
  69. checking for an ANSI C-conforming const... yes
  70. checking for inline... inline
  71. checking for atexit... yes
  72. configure: creating ./config.status
  73. config.status: creating Makefile
  74. config.status: creating src/Makefile
  75. config.status: creating pixmaps/Makefile
  76. config.status: creating po/Makefile.in
  77. config.status: creating config.h
  78. config.status: config.h is unchanged
  79. config.status: executing depfiles commands
  80. config.status: executing default-1 commands
  81. make all-recursive
  82. make[1]: se ingresa al directorio `/tmp/yaourt-tmp-pablo/aur-jackeq/src/jackEQ-0.5.9'
  83. Making all in src
  84. make[2]: se ingresa al directorio `/tmp/yaourt-tmp-pablo/aur-jackeq/src/jackEQ-0.5.9/src'
  85. gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -g -ffast-math -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -Wall -MT jackeq-callbacks.o -MD -MP -MF .deps/jackeq-callbacks.Tpo -c -o jackeq-callbacks.o `test -f 'callbacks.c' || echo './'`callbacks.c
  86. callbacks.c: En la función ‘on_Hi_scale_value_changed’:
  87. callbacks.c:231:9: aviso: asignación desde un tipo de puntero incompatible [activado por defecto]
  88. callbacks.c: En la función ‘on_Mid_scale_value_changed’:
  89. callbacks.c:249:9: aviso: asignación desde un tipo de puntero incompatible [activado por defecto]
  90. callbacks.c: En la función ‘on_Lo_scale_value_changed’:
  91. callbacks.c:267:9: aviso: asignación desde un tipo de puntero incompatible [activado por defecto]
  92. callbacks.c: En la función ‘on_channel_gain_scale_value_changed’:
  93. callbacks.c:284:9: aviso: asignación desde un tipo de puntero incompatible [activado por defecto]
  94. callbacks.c: En la función ‘on_fader_scale_value_changed’:
  95. callbacks.c:303:9: aviso: asignación desde un tipo de puntero incompatible [activado por defecto]
  96. callbacks.c: En la función ‘on_aux_gain_scale_value_changed’:
  97. callbacks.c:323:9: aviso: asignación desde un tipo de puntero incompatible [activado por defecto]
  98. callbacks.c: En la función ‘on_mon_button_toggled’:
  99. callbacks.c:360:9: aviso: asignación desde un tipo de puntero incompatible [activado por defecto]
  100. callbacks.c: En la función ‘on_aux1_toggled’:
  101. callbacks.c:378:9: aviso: asignación desde un tipo de puntero incompatible [activado por defecto]
  102. callbacks.c: En la función ‘on_aux2_toggled’:
  103. callbacks.c:397:9: aviso: asignación desde un tipo de puntero incompatible [activado por defecto]
  104. callbacks.c: En la función ‘on_group_clicked’:
  105. callbacks.c:416:13: aviso: asignación desde un tipo de puntero incompatible [activado por defecto]
  106. callbacks.c: En la función ‘on_jack_ports_activate’:
  107. callbacks.c:440:5: aviso: declaración implícita de la función ‘iomenu_pull_down_ports’ [-Wimplicit-function-declaration]
  108. callbacks.c: En la función ‘on_label_button_press_event’:
  109. callbacks.c:549:21: aviso: se pasa el argumento 1 de ‘gtk_label_set_text’ desde un tipo de puntero incompatible [activado por defecto]
  110. In file included from /usr/include/gtk-2.0/gtk/gtkaccellabel.h:38:0,
  111. from /usr/include/gtk-2.0/gtk/gtk.h:35,
  112. from callbacks.c:13:
  113. /usr/include/gtk-2.0/gtk/gtklabel.h:112:23: nota: se esperaba ‘struct GtkLabel *’ pero el argumento es de tipo ‘struct GtkWidget *’
  114. callbacks.c:451:33: aviso: se define la variable ‘white’ pero no se usa [-Wunused-but-set-variable]
  115. callbacks.c: En el nivel principal:
  116. callbacks.c:44:14: aviso: se define ‘help_ptr’ pero no se usa [-Wunused-variable]
  117. callbacks.c: En la función ‘on_label_button_press_event’:
  118. callbacks.c:523:37: aviso: puede ser que se utilice ‘childWidget’ sin inicializar en esta función [-Wmaybe-uninitialized]
  119. mv -f .deps/jackeq-callbacks.Tpo .deps/jackeq-callbacks.Po
  120. gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -g -ffast-math -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -Wall -MT jackeq-gtkmeter.o -MD -MP -MF .deps/jackeq-gtkmeter.Tpo -c -o jackeq-gtkmeter.o `test -f 'gtkmeter.c' || echo './'`gtkmeter.c
  121. gtkmeter.c: En la función ‘gtk_meter_size_allocate’:
  122. gtkmeter.c:337:13: aviso: se define la variable ‘meter’ pero no se usa [-Wunused-but-set-variable]
  123. gtkmeter.c: En la función ‘gtk_meter_expose’:
  124. gtkmeter.c:366:18: aviso: se define la variable ‘lr’ pero no se usa [-Wunused-but-set-variable]
  125. gtkmeter.c: En la función ‘meterscale_draw_notch_label’:
  126. gtkmeter.c:664:17: aviso: variable ‘style’ sin usar [-Wunused-variable]
  127. gtkmeter.c: En el nivel principal:
  128. gtkmeter.c:610:13: aviso: se define ‘meterscale_draw_notch_label’ pero no se usa [-Wunused-function]
  129. mv -f .deps/jackeq-gtkmeter.Tpo .deps/jackeq-gtkmeter.Po
  130. gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -g -ffast-math -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -Wall -MT jackeq-gtkmeterscale.o -MD -MP -MF .deps/jackeq-gtkmeterscale.Tpo -c -o jackeq-gtkmeterscale.o `test -f 'gtkmeterscale.c' || echo './'`gtkmeterscale.c
  131. gtkmeterscale.c: En la función ‘gtk_meterscale_destroy’:
  132. gtkmeterscale.c:125:18: aviso: se define la variable ‘meterscale’ pero no se usa [-Wunused-but-set-variable]
  133. gtkmeterscale.c: En la función ‘gtk_meterscale_size_allocate’:
  134. gtkmeterscale.c:203:18: aviso: se define la variable ‘meterscale’ pero no se usa [-Wunused-but-set-variable]
  135. mv -f .deps/jackeq-gtkmeterscale.Tpo .deps/jackeq-gtkmeterscale.Po
  136. gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -g -ffast-math -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -Wall -MT jackeq-interface.o -MD -MP -MF .deps/jackeq-interface.Tpo -c -o jackeq-interface.o `test -f 'interface.c' || echo './'`interface.c
  137. interface.c: En la función ‘create_filechooserdialog1’:
  138. interface.c:1945:3: aviso: no hay suficientes argumentos variables para ajustar un centinela [-Wformat]
  139. interface.c: En la función ‘create_filechooserdialog2’:
  140. interface.c:1994:3: aviso: no hay suficientes argumentos variables para ajustar un centinela [-Wformat]
  141. mv -f .deps/jackeq-interface.Tpo .deps/jackeq-interface.Po
  142. gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -g -ffast-math -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -Wall -MT jackeq-io-menu.o -MD -MP -MF .deps/jackeq-io-menu.Tpo -c -o jackeq-io-menu.o `test -f 'io-menu.c' || echo './'`io-menu.c
  143. mv -f .deps/jackeq-io-menu.Tpo .deps/jackeq-io-menu.Po
  144. gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -g -ffast-math -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -Wall -MT jackeq-djeq-ui.o -MD -MP -MF .deps/jackeq-djeq-ui.Tpo -c -o jackeq-djeq-ui.o `test -f 'djeq-ui.c' || echo './'`djeq-ui.c
  145. mv -f .deps/jackeq-djeq-ui.Tpo .deps/jackeq-djeq-ui.Po
  146. gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -g -ffast-math -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -Wall -MT jackeq-aux-ui.o -MD -MP -MF .deps/jackeq-aux-ui.Tpo -c -o jackeq-aux-ui.o `test -f 'aux-ui.c' || echo './'`aux-ui.c
  147. mv -f .deps/jackeq-aux-ui.Tpo .deps/jackeq-aux-ui.Po
  148. gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -g -ffast-math -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -Wall -MT jackeq-master-ui.o -MD -MP -MF .deps/jackeq-master-ui.Tpo -c -o jackeq-master-ui.o `test -f 'master-ui.c' || echo './'`master-ui.c
  149. master-ui.c: En la función ‘bind_mast’:
  150. master-ui.c:37:14: aviso: asignación desde un tipo de puntero incompatible [activado por defecto]
  151. master-ui.c:38:14: aviso: asignación desde un tipo de puntero incompatible [activado por defecto]
  152. master-ui.c:46:6: aviso: se pasa el argumento 1 de ‘gtk_toggle_button_get_active’ desde un tipo de puntero incompatible [activado por defecto]
  153. In file included from /usr/include/gtk-2.0/gtk/gtkcheckbutton.h:35:0,
  154. from /usr/include/gtk-2.0/gtk/gtk.h:66,
  155. from master-ui.c:4:
  156. /usr/include/gtk-2.0/gtk/gtktogglebutton.h:84:12: nota: se esperaba ‘struct GtkToggleButton *’ pero el argumento es de tipo ‘struct GtkWidget *’
  157. master-ui.c: En la función ‘get_mast_out_meter_value’:
  158. master-ui.c:70:5: aviso: formato ‘%i’ espera un argumento de tipo ‘int’, pero el argumento 2 es de tipo ‘struct GtkAdjustment *’ [-Wformat]
  159. master-ui.c:70:5: aviso: formato ‘%i’ espera un argumento de tipo ‘int’, pero el argumento 3 es de tipo ‘struct GtkAdjustment *’ [-Wformat]
  160. mv -f .deps/jackeq-master-ui.Tpo .deps/jackeq-master-ui.Po
  161. gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -g -ffast-math -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -Wall -MT jackeq-monitor-ui.o -MD -MP -MF .deps/jackeq-monitor-ui.Tpo -c -o jackeq-monitor-ui.o `test -f 'monitor-ui.c' || echo './'`monitor-ui.c
  162. mv -f .deps/jackeq-monitor-ui.Tpo .deps/jackeq-monitor-ui.Po
  163. gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -g -ffast-math -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -Wall -MT jackeq-main.o -MD -MP -MF .deps/jackeq-main.Tpo -c -o jackeq-main.o `test -f 'main.c' || echo './'`main.c
  164. main.c: En la función ‘main’:
  165. main.c:182:5: aviso: declaración implícita de la función ‘getSettings’ [-Wimplicit-function-declaration]
  166. main.c: En la función ‘update_meters’:
  167. main.c:231:5: aviso: declaración implícita de la función ‘aux_in_meter_value’ [-Wimplicit-function-declaration]
  168. main.c:232:5: aviso: declaración implícita de la función ‘mast_out_meter_value’ [-Wimplicit-function-declaration]
  169. main.c:233:5: aviso: declaración implícita de la función ‘mon_out_meter_value’ [-Wimplicit-function-declaration]
  170. main.c:234:5: aviso: declaración implícita de la función ‘out_meter_value’ [-Wimplicit-function-declaration]
  171. main.c: En el nivel principal:
  172. main.c:246:6: aviso: tipos en conflicto para ‘getSettings’ [activado por defecto]
  173. main.c:182:5: nota: la declaración implícita previa de ‘getSettings’ estaba aquí
  174. main.c: En la función ‘getSettings’:
  175. main.c:321:9: aviso: se pasa el argumento 1 de ‘gtk_toggle_button_set_active’ desde un tipo de puntero incompatible [activado por defecto]
  176. In file included from /usr/include/gtk-2.0/gtk/gtkcheckbutton.h:35:0,
  177. from /usr/include/gtk-2.0/gtk/gtk.h:66,
  178. from main.c:17:
  179. /usr/include/gtk-2.0/gtk/gtktogglebutton.h:82:12: nota: se esperaba ‘struct GtkToggleButton *’ pero el argumento es de tipo ‘struct GtkWidget *’
  180. main.c:330:9: aviso: se pasa el argumento 1 de ‘gtk_toggle_button_set_active’ desde un tipo de puntero incompatible [activado por defecto]
  181. In file included from /usr/include/gtk-2.0/gtk/gtkcheckbutton.h:35:0,
  182. from /usr/include/gtk-2.0/gtk/gtk.h:66,
  183. from main.c:17:
  184. /usr/include/gtk-2.0/gtk/gtktogglebutton.h:82:12: nota: se esperaba ‘struct GtkToggleButton *’ pero el argumento es de tipo ‘struct GtkWidget *’
  185. main.c:335:9: aviso: se pasa el argumento 1 de ‘gtk_toggle_button_set_active’ desde un tipo de puntero incompatible [activado por defecto]
  186. In file included from /usr/include/gtk-2.0/gtk/gtkcheckbutton.h:35:0,
  187. from /usr/include/gtk-2.0/gtk/gtk.h:66,
  188. from main.c:17:
  189. /usr/include/gtk-2.0/gtk/gtktogglebutton.h:82:12: nota: se esperaba ‘struct GtkToggleButton *’ pero el argumento es de tipo ‘struct GtkWidget *’
  190. main.c:345:6: aviso: se pasa el argumento 1 de ‘gtk_toggle_button_set_active’ desde un tipo de puntero incompatible [activado por defecto]
  191. In file included from /usr/include/gtk-2.0/gtk/gtkcheckbutton.h:35:0,
  192. from /usr/include/gtk-2.0/gtk/gtk.h:66,
  193. from main.c:17:
  194. /usr/include/gtk-2.0/gtk/gtktogglebutton.h:82:12: nota: se esperaba ‘struct GtkToggleButton *’ pero el argumento es de tipo ‘struct GtkWidget *’
  195. main.c:255:36: aviso: variable ‘conffile’ sin usar [-Wunused-variable]
  196. main.c: En la función ‘commitSettings’:
  197. main.c:472:9: aviso: se pasa el argumento 1 de ‘gtk_toggle_button_get_active’ desde un tipo de puntero incompatible [activado por defecto]
  198. In file included from /usr/include/gtk-2.0/gtk/gtkcheckbutton.h:35:0,
  199. from /usr/include/gtk-2.0/gtk/gtk.h:66,
  200. from main.c:17:
  201. /usr/include/gtk-2.0/gtk/gtktogglebutton.h:84:12: nota: se esperaba ‘struct GtkToggleButton *’ pero el argumento es de tipo ‘struct GtkWidget *’
  202. main.c:481:9: aviso: se pasa el argumento 1 de ‘gtk_toggle_button_get_active’ desde un tipo de puntero incompatible [activado por defecto]
  203. In file included from /usr/include/gtk-2.0/gtk/gtkcheckbutton.h:35:0,
  204. from /usr/include/gtk-2.0/gtk/gtk.h:66,
  205. from main.c:17:
  206. /usr/include/gtk-2.0/gtk/gtktogglebutton.h:84:12: nota: se esperaba ‘struct GtkToggleButton *’ pero el argumento es de tipo ‘struct GtkWidget *’
  207. main.c:486:9: aviso: se pasa el argumento 1 de ‘gtk_toggle_button_get_active’ desde un tipo de puntero incompatible [activado por defecto]
  208. In file included from /usr/include/gtk-2.0/gtk/gtkcheckbutton.h:35:0,
  209. from /usr/include/gtk-2.0/gtk/gtk.h:66,
  210. from main.c:17:
  211. /usr/include/gtk-2.0/gtk/gtktogglebutton.h:84:12: nota: se esperaba ‘struct GtkToggleButton *’ pero el argumento es de tipo ‘struct GtkWidget *’
  212. main.c:494:6: aviso: se pasa el argumento 1 de ‘gtk_toggle_button_get_active’ desde un tipo de puntero incompatible [activado por defecto]
  213. In file included from /usr/include/gtk-2.0/gtk/gtkcheckbutton.h:35:0,
  214. from /usr/include/gtk-2.0/gtk/gtk.h:66,
  215. from main.c:17:
  216. /usr/include/gtk-2.0/gtk/gtktogglebutton.h:84:12: nota: se esperaba ‘struct GtkToggleButton *’ pero el argumento es de tipo ‘struct GtkWidget *’
  217. main.c:513:3: aviso: declaración implícita de la función ‘storeGKeyFile’ [-Wimplicit-function-declaration]
  218. main.c:408:11: aviso: variable ‘error’ sin usar [-Wunused-variable]
  219. main.c:407:17: aviso: se define la variable ‘flags’ pero no se usa [-Wunused-but-set-variable]
  220. main.c: En el nivel principal:
  221. main.c:551:6: aviso: tipos en conflicto para ‘storeGKeyFile’ [activado por defecto]
  222. main.c:513:3: nota: la declaración implícita previa de ‘storeGKeyFile’ estaba aquí
  223. main.c: En la función ‘storeGKeyFile’:
  224. main.c:584:5: aviso: declaración implícita de la función ‘mkFullDir’ [-Wimplicit-function-declaration]
  225. mv -f .deps/jackeq-main.Tpo .deps/jackeq-main.Po
  226. gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -g -ffast-math -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -Wall -MT jackeq-plugin.o -MD -MP -MF .deps/jackeq-plugin.Tpo -c -o jackeq-plugin.o `test -f 'plugin.c' || echo './'`plugin.c
  227. plugin.c: En la función ‘plugin_load’:
  228. plugin.c:37:11: aviso: se sugieren paréntesis alrededor de la asignación usada como valor verdadero [-Wparentheses]
  229. mv -f .deps/jackeq-plugin.Tpo .deps/jackeq-plugin.Po
  230. gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -g -ffast-math -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -Wall -MT jackeq-process.o -MD -MP -MF .deps/jackeq-process.Tpo -c -o jackeq-process.o `test -f 'process.c' || echo './'`process.c
  231. process.c: En la función ‘process’:
  232. process.c:228:11: aviso: variable ‘aux_out_temp’ sin usar [-Wunused-variable]
  233. process.c:227:11: aviso: se define la variable ‘mon_out_temp’ pero no se usa [-Wunused-but-set-variable]
  234. mv -f .deps/jackeq-process.Tpo .deps/jackeq-process.Po
  235. gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -g -ffast-math -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -Wall -MT jackeq-support.o -MD -MP -MF .deps/jackeq-support.Tpo -c -o jackeq-support.o `test -f 'support.c' || echo './'`support.c
  236. mv -f .deps/jackeq-support.Tpo .deps/jackeq-support.Po
  237. gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -g -ffast-math -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -Wall -MT jackeq-help.o -MD -MP -MF .deps/jackeq-help.Tpo -c -o jackeq-help.o `test -f 'help.c' || echo './'`help.c
  238. mv -f .deps/jackeq-help.Tpo .deps/jackeq-help.Po
  239. gcc -g -ffast-math -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/libxml2 -Wall -lm -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu -o jackeq jackeq-callbacks.o jackeq-gtkmeter.o jackeq-gtkmeterscale.o jackeq-interface.o jackeq-io-menu.o jackeq-djeq-ui.o jackeq-aux-ui.o jackeq-master-ui.o jackeq-monitor-ui.o jackeq-main.o jackeq-plugin.o jackeq-process.o jackeq-support.o jackeq-help.o -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 -lm -lpthread -ljack -lxml2
  240. /usr/bin/ld: jackeq-plugin.o: undefined reference to symbol 'dlopen@@GLIBC_2.1'
  241. /usr/bin/ld: note: 'dlopen@@GLIBC_2.1' is defined in DSO /lib/libdl.so.2 so try adding it to the linker command line
  242. /lib/libdl.so.2: could not read symbols: Invalid operation
  243. collect2: error: ld devolvió el estado de salida 1
  244. make[2]: *** [jackeq] Error 1
  245. make[2]: se sale del directorio `/tmp/yaourt-tmp-pablo/aur-jackeq/src/jackEQ-0.5.9/src'
  246. make[1]: *** [all-recursive] Error 1
  247. make[1]: se sale del directorio `/tmp/yaourt-tmp-pablo/aur-jackeq/src/jackEQ-0.5.9'
  248. make: *** [all] Error 2
  249. ==> ERROR: Se produjo un error en build().
  250. Cancelando...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement