Advertisement
Guest User

Untitled

a guest
Nov 3rd, 2012
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.84 KB | None | 0 0
  1. $ makepkg -i
  2. ==> Making package: giada 0.5.3-3 (Sat Nov 3 16:19:37 CET 2012)
  3. ==> Checking runtime dependencies...
  4. ==> Checking buildtime dependencies...
  5. ==> Retrieving Sources...
  6. -> Found giada_0.5.3_src.tar.gz
  7. -> Found giada.png
  8. -> Found giada.desktop
  9. ==> Validating source files with md5sums...
  10. giada_0.5.3_src.tar.gz ... Passed
  11. giada.png ... Passed
  12. giada.desktop ... Passed
  13. ==> Extracting Sources...
  14. -> Extracting giada_0.5.3_src.tar.gz with bsdtar
  15. ==> Removing existing pkg/ directory...
  16. ==> Starting build()...
  17. checking for a BSD-compatible install... /usr/bin/install -c
  18. checking whether build environment is sane... yes
  19. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  20. checking for gawk... gawk
  21. checking whether make sets $(MAKE)... yes
  22. checking for g++... g++
  23. checking whether the C++ compiler works... yes
  24. checking for C++ compiler default output file name... a.out
  25. checking for suffix of executables...
  26. checking whether we are cross compiling... no
  27. checking for suffix of object files... o
  28. checking whether we are using the GNU C++ compiler... yes
  29. checking whether g++ accepts -g... yes
  30. checking for style of include used by make... GNU
  31. checking dependency style of g++... gcc3
  32. checking for gcc... gcc
  33. checking whether we are using the GNU C compiler... yes
  34. checking whether gcc accepts -g... yes
  35. checking for gcc option to accept ISO C89... none needed
  36. checking dependency style of gcc... gcc3
  37. checking whether make sets $(MAKE)... (cached) yes
  38. checking for pthread_exit in -lpthread... yes
  39. checking how to run the C++ preprocessor... g++ -E
  40. checking for grep that handles long lines and -e... /usr/bin/grep
  41. checking for egrep... /usr/bin/grep -E
  42. checking for ANSI C header files... yes
  43. checking for sys/types.h... yes
  44. checking for sys/stat.h... yes
  45. checking for stdlib.h... yes
  46. checking for string.h... yes
  47. checking for memory.h... yes
  48. checking for strings.h... yes
  49. checking for inttypes.h... yes
  50. checking for stdint.h... yes
  51. checking for unistd.h... yes
  52. checking FL/Fl.H usability... yes
  53. checking FL/Fl.H presence... yes
  54. checking for FL/Fl.H... yes
  55. checking RtAudio.h usability... yes
  56. checking RtAudio.h presence... no
  57. configure: WARNING: RtAudio.h: accepted by the compiler, rejected by the preprocessor!
  58. configure: WARNING: RtAudio.h: proceeding with the compiler's result
  59. checking for RtAudio.h... yes
  60. checking sndfile.h usability... yes
  61. checking sndfile.h presence... yes
  62. checking for sndfile.h... yes
  63. configure: creating ./config.status
  64. config.status: creating Makefile
  65. config.status: creating src/Makefile
  66. config.status: executing depfiles commands
  67. Making all in src
  68. make[1]: Entering directory `/home/renato/src/giada/src/src'
  69. g++ -DPACKAGE_NAME=\"giada\" -DPACKAGE_TARNAME=\"giada\" -DPACKAGE_VERSION=\"0.4\" -DPACKAGE_STRING=\"giada\ 0.4\" -DPACKAGE_BUGREPORT=\"development@monocasual.com\" -DPACKAGE_URL=\"\" -DPACKAGE=\"giada\" -DVERSION=\"0.4\" -DHAVE_LIBPTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -Wall -pedantic -Werror -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -I/usr/include/rtaudio -MT patch.o -MD -MP -MF .deps/patch.Tpo -c -o patch.o patch.cpp
  70. patch.cpp:35:8: error: ‘PluginHost’ does not name a type
  71. patch.cpp: In member function ‘int Patch::readPlugins()’:
  72. patch.cpp:379:13: error: ‘G_PluginHost’ was not declared in this scope
  73. patch.cpp:379:59: error: ‘PluginHost’ has not been declared
  74. patch.cpp:382:4: error: ‘Plugin’ was not declared in this scope
  75. patch.cpp:382:12: error: ‘pPlugin’ was not declared in this scope
  76. patch.cpp:382:55: error: ‘PluginHost’ has not been declared
  77. patch.cpp:403:14: error: ‘G_PluginHost’ was not declared in this scope
  78. patch.cpp:403:60: error: ‘PluginHost’ has not been declared
  79. patch.cpp:407:5: error: ‘Plugin’ was not declared in this scope
  80. patch.cpp:407:13: error: ‘pPlugin’ was not declared in this scope
  81. patch.cpp:407:56: error: ‘PluginHost’ has not been declared
  82. patch.cpp: In member function ‘int Patch::write(const char*, const char*)’:
  83. patch.cpp:476:2: error: ‘Plugin’ was not declared in this scope
  84. patch.cpp:476:11: error: ‘pPlugin’ was not declared in this scope
  85. patch.cpp:480:13: error: ‘G_PluginHost’ was not declared in this scope
  86. patch.cpp:480:39: error: ‘PluginHost’ has not been declared
  87. patch.cpp:484:46: error: ‘PluginHost’ has not been declared
  88. patch.cpp:497:40: error: ‘PluginHost’ has not been declared
  89. patch.cpp:501:47: error: ‘PluginHost’ has not been declared
  90. make[1]: *** [patch.o] Error 1
  91. make[1]: Leaving directory `/home/renato/src/giada/src/src'
  92. make: *** [all-recursive] Error 1
  93. ==> ERROR: A failure occurred in build().
  94. Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement