mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

144 lines
9.4 KiB

  1. [COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. [COPY]
  3. [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. [COPY] Please add additional copyright information _after_ the line containing
  5. [COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. [COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. [COPY]
  8. [COPY] ROCK Linux: rock-src/package/sirkull/ladspa-vocoder/ladspa-vocoder.cache
  9. [COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
  10. [COPY]
  11. [COPY] This program is free software; you can redistribute it and/or modify
  12. [COPY] it under the terms of the GNU General Public License as published by
  13. [COPY] the Free Software Foundation; either version 2 of the License, or
  14. [COPY] (at your option) any later version. A copy of the GNU General Public
  15. [COPY] License can be found at Documentation/COPYING.
  16. [COPY]
  17. [COPY] Many people helped and are helping developing ROCK Linux. Please
  18. [COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. [COPY] file for details.
  20. [COPY]
  21. [COPY] --- ROCK-COPYRIGHT-NOTE-END ---
  22. [TIMESTAMP] 1181060956 Tue Jun 5 18:29:16 2007 (5) ERROR
  23. [TIMESTAMP] 1181527920 Mon Jun 11 04:12:00 2007 (9) ERROR
  24. [TIMESTAMP] 1181822932 Thu Jun 14 14:08:52 2007 (5) ERROR
  25. [TIMESTAMP] 1181892830 Fri Jun 15 09:33:50 2007 (9) ERROR
  26. [TIMESTAMP] 1181949691 Sat Jun 16 01:21:31 2007 (5) ERROR
  27. [TIMESTAMP] 1181971096 Sat Jun 16 07:18:16 2007 (9) ERROR
  28. [CONFIG-ID] TRUNK-x86-reference
  29. [ROCKVER] TRUNK
  30. [LOGS] 5-ladspa-vocoder.err 9-ladspa-vocoder.err
  31. [BUILDTIME] 1223 (5) ERROR
  32. [BUILDTIME] 1186 (9) ERROR
  33. [BUILDTIME] 1179 (5) ERROR
  34. [BUILDTIME] 1172 (9) ERROR
  35. [BUILDTIME] 1161 (5) ERROR
  36. [BUILDTIME] 1153 (9) ERROR
  37. [5-ERROR] vocoder.c:176: error: 'struct bandpass' has no member named 'mid2'
  38. [5-ERROR] vocoder.c:176: error: 'struct bandpass' has no member named 'high2'
  39. [5-ERROR] vocoder.c:176: error: 'struct bandpass' has no member named 'c'
  40. [5-ERROR] vocoder.c:177: error: 'struct bandpass' has no member named 'low2'
  41. [5-ERROR] vocoder.c:177: error: 'struct bandpass' has no member named 'mid2'
  42. [5-ERROR] vocoder.c:178: error: 'struct bandpass' has no member named 'y'
  43. [5-ERROR] vocoder.c:178: error: 'struct bandpass' has no member named 'high2'
  44. [5-ERROR] vocoder.c:178: error: 'struct bandpass' has no member named 'att'
  45. [5-ERROR] vocoder.c: At top level:
  46. [5-ERROR] vocoder.c:184: error: expected ')' before 'Instance'
  47. [5-ERROR] vocoder.c:261: error: expected ')' before 'Instance'
  48. [5-ERROR] vocoder.c:270: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
  49. [5-ERROR] vocoder.c: In function '_init':
  50. [5-ERROR] vocoder.c:279: error: 'LADSPA_PortDescriptor' undeclared (first use in this function)
  51. [5-ERROR] vocoder.c:279: error: 'piPortDescriptors' undeclared (first use in this function)
  52. [5-ERROR] vocoder.c:280: error: 'LADSPA_PortRangeHint' undeclared (first use in this function)
  53. [5-ERROR] vocoder.c:280: error: 'psPortRangeHints' undeclared (first use in this function)
  54. [5-ERROR] vocoder.c:283: error: 'g_psDescriptor' undeclared (first use in this function)
  55. [5-ERROR] vocoder.c:283: error: 'LADSPA_Descriptor' undeclared (first use in this function)
  56. [5-ERROR] vocoder.c:283: error: expected expression before ')' token
  57. [5-ERROR] vocoder.c:288: error: 'LADSPA_PROPERTY_HARD_RT_CAPABLE' undeclared (first use in this function)
  58. [5-ERROR] vocoder.c:293: error: expected expression before ')' token
  59. [5-ERROR] vocoder.c:296: error: expected ')' before 'LADSPA_PortDescriptor'
  60. [5-ERROR] cc1: warnings being treated as errors
  61. [5-ERROR] vocoder.c:296: warning: type defaults to 'int' in declaration of 'type name'
  62. [5-ERROR] vocoder.c:298: error: 'LADSPA_PORT_INPUT' undeclared (first use in this function)
  63. [5-ERROR] vocoder.c:298: error: 'LADSPA_PORT_AUDIO' undeclared (first use in this function)
  64. [5-ERROR] vocoder.c:302: error: 'LADSPA_PORT_OUTPUT' undeclared (first use in this function)
  65. [5-ERROR] vocoder.c:304: error: 'LADSPA_PORT_CONTROL' undeclared (first use in this function)
  66. [5-ERROR] vocoder.c:313: error: expected expression before ')' token
  67. [5-ERROR] vocoder.c:316: error: expected ')' before 'LADSPA_PortRangeHint'
  68. [5-ERROR] vocoder.c:316: warning: type defaults to 'int' in declaration of 'type name'
  69. [5-ERROR] vocoder.c:321: error: 'LADSPA_HINT_BOUNDED_BELOW' undeclared (first use in this function)
  70. [5-ERROR] vocoder.c:321: error: 'LADSPA_HINT_BOUNDED_ABOVE' undeclared (first use in this function)
  71. [5-ERROR] vocoder.c:322: error: 'LADSPA_HINT_INTEGER' undeclared (first use in this function)
  72. [5-ERROR] vocoder.c:337: error: 'instantiateVocoder' undeclared (first use in this function)
  73. [5-ERROR] vocoder.c:338: error: 'connectPortToVocoder' undeclared (first use in this function)
  74. [5-ERROR] vocoder.c:339: error: 'activateVocoder' undeclared (first use in this function)
  75. [5-ERROR] vocoder.c:340: error: 'runVocoder' undeclared (first use in this function)
  76. [5-ERROR] vocoder.c:344: error: 'cleanupVocoder' undeclared (first use in this function)
  77. [5-ERROR] vocoder.c: In function '_fini':
  78. [5-ERROR] vocoder.c:354: error: 'g_psDescriptor' undeclared (first use in this function)
  79. [5-ERROR] vocoder.c:359: error: 'LADSPA_PortDescriptor' undeclared (first use in this function)
  80. [5-ERROR] vocoder.c:359: error: expected expression before ')' token
  81. [5-ERROR] vocoder.c:363: error: 'LADSPA_PortRangeHint' undeclared (first use in this function)
  82. [5-ERROR] vocoder.c:363: error: expected expression before ')' token
  83. [5-ERROR] vocoder.c: At top level:
  84. [5-ERROR] vocoder.c:372: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
  85. [5-ERROR] make: *** [vocoder.so] Error 1
  86. [5-ERROR] --- BUILD ERROR ---
  87. [9-ERROR] vocoder.c:176: error: 'struct bandpass' has no member named 'mid2'
  88. [9-ERROR] vocoder.c:176: error: 'struct bandpass' has no member named 'high2'
  89. [9-ERROR] vocoder.c:176: error: 'struct bandpass' has no member named 'c'
  90. [9-ERROR] vocoder.c:177: error: 'struct bandpass' has no member named 'low2'
  91. [9-ERROR] vocoder.c:177: error: 'struct bandpass' has no member named 'mid2'
  92. [9-ERROR] vocoder.c:178: error: 'struct bandpass' has no member named 'y'
  93. [9-ERROR] vocoder.c:178: error: 'struct bandpass' has no member named 'high2'
  94. [9-ERROR] vocoder.c:178: error: 'struct bandpass' has no member named 'att'
  95. [9-ERROR] vocoder.c: At top level:
  96. [9-ERROR] vocoder.c:184: error: expected ')' before 'Instance'
  97. [9-ERROR] vocoder.c:261: error: expected ')' before 'Instance'
  98. [9-ERROR] vocoder.c:270: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
  99. [9-ERROR] vocoder.c: In function '_init':
  100. [9-ERROR] vocoder.c:279: error: 'LADSPA_PortDescriptor' undeclared (first use in this function)
  101. [9-ERROR] vocoder.c:279: error: 'piPortDescriptors' undeclared (first use in this function)
  102. [9-ERROR] vocoder.c:280: error: 'LADSPA_PortRangeHint' undeclared (first use in this function)
  103. [9-ERROR] vocoder.c:280: error: 'psPortRangeHints' undeclared (first use in this function)
  104. [9-ERROR] vocoder.c:283: error: 'g_psDescriptor' undeclared (first use in this function)
  105. [9-ERROR] vocoder.c:283: error: 'LADSPA_Descriptor' undeclared (first use in this function)
  106. [9-ERROR] vocoder.c:283: error: expected expression before ')' token
  107. [9-ERROR] vocoder.c:288: error: 'LADSPA_PROPERTY_HARD_RT_CAPABLE' undeclared (first use in this function)
  108. [9-ERROR] vocoder.c:293: error: expected expression before ')' token
  109. [9-ERROR] vocoder.c:296: error: expected ')' before 'LADSPA_PortDescriptor'
  110. [9-ERROR] cc1: warnings being treated as errors
  111. [9-ERROR] vocoder.c:296: warning: type defaults to 'int' in declaration of 'type name'
  112. [9-ERROR] vocoder.c:298: error: 'LADSPA_PORT_INPUT' undeclared (first use in this function)
  113. [9-ERROR] vocoder.c:298: error: 'LADSPA_PORT_AUDIO' undeclared (first use in this function)
  114. [9-ERROR] vocoder.c:302: error: 'LADSPA_PORT_OUTPUT' undeclared (first use in this function)
  115. [9-ERROR] vocoder.c:304: error: 'LADSPA_PORT_CONTROL' undeclared (first use in this function)
  116. [9-ERROR] vocoder.c:313: error: expected expression before ')' token
  117. [9-ERROR] vocoder.c:316: error: expected ')' before 'LADSPA_PortRangeHint'
  118. [9-ERROR] vocoder.c:316: warning: type defaults to 'int' in declaration of 'type name'
  119. [9-ERROR] vocoder.c:321: error: 'LADSPA_HINT_BOUNDED_BELOW' undeclared (first use in this function)
  120. [9-ERROR] vocoder.c:321: error: 'LADSPA_HINT_BOUNDED_ABOVE' undeclared (first use in this function)
  121. [9-ERROR] vocoder.c:322: error: 'LADSPA_HINT_INTEGER' undeclared (first use in this function)
  122. [9-ERROR] vocoder.c:337: error: 'instantiateVocoder' undeclared (first use in this function)
  123. [9-ERROR] vocoder.c:338: error: 'connectPortToVocoder' undeclared (first use in this function)
  124. [9-ERROR] vocoder.c:339: error: 'activateVocoder' undeclared (first use in this function)
  125. [9-ERROR] vocoder.c:340: error: 'runVocoder' undeclared (first use in this function)
  126. [9-ERROR] vocoder.c:344: error: 'cleanupVocoder' undeclared (first use in this function)
  127. [9-ERROR] vocoder.c: In function '_fini':
  128. [9-ERROR] vocoder.c:354: error: 'g_psDescriptor' undeclared (first use in this function)
  129. [9-ERROR] vocoder.c:359: error: 'LADSPA_PortDescriptor' undeclared (first use in this function)
  130. [9-ERROR] vocoder.c:359: error: expected expression before ')' token
  131. [9-ERROR] vocoder.c:363: error: 'LADSPA_PortRangeHint' undeclared (first use in this function)
  132. [9-ERROR] vocoder.c:363: error: expected expression before ')' token
  133. [9-ERROR] vocoder.c: At top level:
  134. [9-ERROR] vocoder.c:372: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
  135. [9-ERROR] make: *** [vocoder.so] Error 1
  136. [9-ERROR] --- BUILD ERROR ---