Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.85 KB | None | 0 0
  1. Scanning dependencies of target _jcsound6
  2. [100%] Building CXX object interfaces/CMakeFiles/_jcsound6.dir/java_interfaceJAVA_wrap.cxx.o
  3. /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx: In function ‘jint Java_csnd6_csnd6JNI_csoundGetChannelPtr(JNIEnv*, jclass, jlong, jlong, jstring, jint)’:
  4. /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx:6556:70: error: cannot convert ‘double**’ to ‘float**’ for argument ‘2’ to ‘int csoundGetChannelPtr(CSOUND*, float**, const char*, int)’
  5. result = (int)csoundGetChannelPtr(arg1,arg2,(char const *)arg3,arg4);
  6. ^
  7. /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx: In function ‘void Java_csnd6_csnd6JNI_csoundGetAudioChannel(JNIEnv*, jclass, jlong, jstring, jlong)’:
  8. /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx:6723:53: error: cannot convert ‘double*’ to ‘float*’ for argument ‘3’ to ‘void csoundGetAudioChannel(CSOUND*, const char*, float*)’
  9. csoundGetAudioChannel(arg1,(char const *)arg2,arg3);
  10. ^
  11. /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx: In function ‘void Java_csnd6_csnd6JNI_csoundSetAudioChannel(JNIEnv*, jclass, jlong, jstring, jlong)’:
  12. /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx:6742:53: error: cannot convert ‘double*’ to ‘float*’ for argument ‘3’ to ‘void csoundSetAudioChannel(CSOUND*, const char*, float*)’
  13. csoundSetAudioChannel(arg1,(char const *)arg2,arg3);
  14. ^
  15. /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx: In function ‘jint Java_csnd6_csnd6JNI_csoundScoreEvent(JNIEnv*, jclass, jlong, jchar, jlong, jint)’:
  16. /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx:6902:69: error: cannot convert ‘const double*’ to ‘const float*’ for argument ‘3’ to ‘int csoundScoreEvent(CSOUND*, char, const float*, long int)’
  17. result = (int)csoundScoreEvent(arg1,arg2,(double const *)arg3,arg4);
  18. ^
  19. /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx: In function ‘jint Java_csnd6_csnd6JNI_csoundScoreEventAbsolute(JNIEnv*, jclass, jlong, jchar, jlong, jint, jdouble)’:
  20. /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx:6924:82: error: cannot convert ‘const double*’ to ‘const float*’ for argument ‘3’ to ‘int csoundScoreEventAbsolute(CSOUND*, char, const float*, long int, double)’
  21. result = (int)csoundScoreEventAbsolute(arg1,arg2,(double const *)arg3,arg4,arg5);
  22. ^
  23. /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx: In function ‘void Java_csnd6_csnd6JNI_csoundTableCopyOut(JNIEnv*, jclass, jlong, jint, jlong)’:
  24. /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx:7078:36: error: cannot convert ‘double*’ to ‘float*’ for argument ‘3’ to ‘void csoundTableCopyOut(CSOUND*, int, float*)’
  25. csoundTableCopyOut(arg1,arg2,arg3);
  26. ^
  27. /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx: In function ‘void Java_csnd6_csnd6JNI_csoundTableCopyIn(JNIEnv*, jclass, jlong, jint, jlong)’:
  28. /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx:7092:35: error: cannot convert ‘double*’ to ‘float*’ for argument ‘3’ to ‘void csoundTableCopyIn(CSOUND*, int, float*)’
  29. csoundTableCopyIn(arg1,arg2,arg3);
  30. ^
  31. /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx: In function ‘jint Java_csnd6_csnd6JNI_csoundGetTable(JNIEnv*, jclass, jlong, jlong, jint)’:
  32. /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx:7108:46: error: cannot convert ‘double**’ to ‘float**’ for argument ‘2’ to ‘int csoundGetTable(CSOUND*, float**, int)’
  33. result = (int)csoundGetTable(arg1,arg2,arg3);
  34. ^
  35. /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx: In function ‘jint Java_csnd6_csnd6JNI_csoundGetTableArgs(JNIEnv*, jclass, jlong, jlong, jint)’:
  36. /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx:7126:50: error: cannot convert ‘double**’ to ‘float**’ for argument ‘2’ to ‘int csoundGetTableArgs(CSOUND*, float**, int)’
  37. result = (int)csoundGetTableArgs(arg1,arg2,arg3);
  38. ^
  39. /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx: In function ‘void Java_csnd6_csnd6JNI_csCfgVariableMYFLT_1t_1p_1set(JNIEnv*, jclass, jlong, jobject, jlong)’:
  40. /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx:9242:25: error: cannot convert ‘double*’ to ‘float*’ in assignment
  41. if (arg1) (arg1)->p = arg2;
  42. ^~~~
  43. /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx: In function ‘jint Java_csnd6_csnd6JNI_Csound_1ScoreEvent(JNIEnv*, jclass, jlong, jobject, jchar, jlong, jint)’:
  44. /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx:12563:66: error: no matching function for call to ‘Csound::ScoreEvent(char&, const double*, long int&)’
  45. result = (int)(arg1)->ScoreEvent(arg2,(double const *)arg3,arg4);
  46. ^
  47. In file included from /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx:1302:0:
  48. /home/hlolli/csound/csound/./include/csound.hpp:522:15: note: candidate: virtual int Csound::ScoreEvent(char, const float*, long int)
  49. virtual int ScoreEvent(char type, const MYFLT *pFields, long numFields)
  50. ^~~~~~~~~~
  51. /home/hlolli/csound/csound/./include/csound.hpp:522:15: note: no known conversion for argument 2 from ‘const double*’ to ‘const float*’
  52. /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx: In function ‘jint Java_csnd6_csnd6JNI_Csound_1ScoreEventAbsolute(JNIEnv*, jclass, jlong, jobject, jchar, jlong, jint, jdouble)’:
  53. /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx:12586:79: error: no matching function for call to ‘Csound::ScoreEventAbsolute(char&, const double*, long int&, double&)’
  54. result = (int)(arg1)->ScoreEventAbsolute(arg2,(double const *)arg3,arg4,arg5);
  55. ^
  56. In file included from /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx:1302:0:
  57. /home/hlolli/csound/csound/./include/csound.hpp:526:15: note: candidate: virtual int Csound::ScoreEventAbsolute(char, const float*, long int, double)
  58. virtual int ScoreEventAbsolute(char type, const MYFLT *pFields,
  59. ^~~~~~~~~~~~~~~~~~
  60. /home/hlolli/csound/csound/./include/csound.hpp:526:15: note: no known conversion for argument 2 from ‘const double*’ to ‘const float*’
  61. /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx: In function ‘jint Java_csnd6_csnd6JNI_Csound_1GetTable(JNIEnv*, jclass, jlong, jobject, jlong, jint)’:
  62. /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx:12812:44: error: no matching function for call to ‘Csound::GetTable(double*&, int&)’
  63. result = (int)(arg1)->GetTable(*arg2,arg3);
  64. ^
  65. In file included from /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx:1302:0:
  66. /home/hlolli/csound/csound/./include/csound.hpp:661:15: note: candidate: virtual int Csound::GetTable(float*&, int)
  67. virtual int GetTable(MYFLT* &tablePtr, int tableNum)
  68. ^~~~~~~~
  69. /home/hlolli/csound/csound/./include/csound.hpp:661:15: note: no known conversion for argument 1 from ‘double*’ to ‘float*&’
  70. /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx: In function ‘void Java_csnd6_csnd6JNI_Csound_1TableCopyOut(JNIEnv*, jclass, jlong, jobject, jint, jdoubleArray)’:
  71. /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx:12841:33: error: no matching function for call to ‘Csound::TableCopyOut(int&, double*&)’
  72. (arg1)->TableCopyOut(arg2,arg3);
  73. ^
  74. In file included from /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx:1302:0:
  75. /home/hlolli/csound/csound/./include/csound.hpp:669:16: note: candidate: virtual void Csound::TableCopyOut(int, float*)
  76. virtual void TableCopyOut(int table, MYFLT *dest){
  77. ^~~~~~~~~~~~
  78. /home/hlolli/csound/csound/./include/csound.hpp:669:16: note: no known conversion for argument 2 from ‘double*’ to ‘float*’
  79. /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx: In function ‘void Java_csnd6_csnd6JNI_Csound_1TableCopyIn(JNIEnv*, jclass, jlong, jobject, jint, jdouble)’:
  80. /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx:12861:32: error: no matching function for call to ‘Csound::TableCopyIn(int&, double*&)’
  81. (arg1)->TableCopyIn(arg2,arg3);
  82. ^
  83. In file included from /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx:1302:0:
  84. /home/hlolli/csound/csound/./include/csound.hpp:672:16: note: candidate: virtual void Csound::TableCopyIn(int, float*)
  85. virtual void TableCopyIn(int table, MYFLT *src){
  86. ^~~~~~~~~~~
  87. /home/hlolli/csound/csound/./include/csound.hpp:672:16: note: no known conversion for argument 2 from ‘double*’ to ‘float*’
  88. /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx: In function ‘jint Java_csnd6_csnd6JNI_Csound_1GetChannelPtr(JNIEnv*, jclass, jlong, jobject, jlong, jstring, jint)’:
  89. /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx:13123:68: error: no matching function for call to ‘Csound::GetChannelPtr(double*&, const char*, int&)’
  90. result = (int)(arg1)->GetChannelPtr(*arg2,(char const *)arg3,arg4);
  91. ^
  92. In file included from /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx:1302:0:
  93. /home/hlolli/csound/csound/./include/csound.hpp:720:15: note: candidate: virtual int Csound::GetChannelPtr(float*&, const char*, int)
  94. virtual int GetChannelPtr(MYFLT* &p, const char *name, int type)
  95. ^~~~~~~~~~~~~
  96. /home/hlolli/csound/csound/./include/csound.hpp:720:15: note: no known conversion for argument 1 from ‘double*’ to ‘float*&’
  97. /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx: In function ‘void Java_csnd6_csnd6JNI_Csound_1SetChannel_1_1SWIG_12(JNIEnv*, jclass, jlong, jobject, jstring, jlong)’:
  98. /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx:13326:45: error: no matching function for call to ‘Csound::SetChannel(const char*, double*&)’
  99. (arg1)->SetChannel((char const *)arg2,arg3);
  100. ^
  101. In file included from /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx:1302:0:
  102. /home/hlolli/csound/csound/./include/csound.hpp:750:16: note: candidate: virtual void Csound::SetChannel(const char*, double)
  103. virtual void SetChannel(const char *name, double value)
  104. ^~~~~~~~~~
  105. /home/hlolli/csound/csound/./include/csound.hpp:750:16: note: no known conversion for argument 2 from ‘double*’ to ‘double’
  106. /home/hlolli/csound/csound/./include/csound.hpp:758:16: note: candidate: virtual void Csound::SetChannel(const char*, char*)
  107. virtual void SetChannel(const char *name, char *string)
  108. ^~~~~~~~~~
  109. /home/hlolli/csound/csound/./include/csound.hpp:758:16: note: no known conversion for argument 2 from ‘double*’ to ‘char*’
  110. /home/hlolli/csound/csound/./include/csound.hpp:766:16: note: candidate: virtual void Csound::SetChannel(const char*, float*)
  111. virtual void SetChannel(const char *name, MYFLT *samples)
  112. ^~~~~~~~~~
  113. /home/hlolli/csound/csound/./include/csound.hpp:766:16: note: no known conversion for argument 2 from ‘double*’ to ‘float*’
  114. /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx: In function ‘void Java_csnd6_csnd6JNI_Csound_1GetAudioChannel(JNIEnv*, jclass, jlong, jobject, jstring, jlong)’:
  115. /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx:13463:50: error: no matching function for call to ‘Csound::GetAudioChannel(const char*, double*&)’
  116. (arg1)->GetAudioChannel((char const *)arg2,arg3);
  117. ^
  118. In file included from /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx:1302:0:
  119. /home/hlolli/csound/csound/./include/csound.hpp:782:16: note: candidate: virtual void Csound::GetAudioChannel(const char*, float*)
  120. virtual void GetAudioChannel(const char *name, MYFLT *samples)
  121. ^~~~~~~~~~~~~~~
  122. /home/hlolli/csound/csound/./include/csound.hpp:782:16: note: no known conversion for argument 2 from ‘double*’ to ‘float*’
  123. /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx: In function ‘void Java_csnd6_csnd6JNI_CsoundMYFLTArray_1SetPtr(JNIEnv*, jclass, jlong, jobject, jlong)’:
  124. /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx:14522:22: error: no matching function for call to ‘CsoundMYFLTArray::SetPtr(double*&)’
  125. (arg1)->SetPtr(arg2);
  126. ^
  127. In file included from /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx:1303:0:
  128. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:234:10: note: candidate: void CsoundMYFLTArray::SetPtr(float*)
  129. void SetPtr(MYFLT *ptr)
  130. ^~~~~~
  131. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:234:10: note: no known conversion for argument 1 from ‘double*’ to ‘float*’
  132. /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx: In function ‘void Java_csnd6_csnd6JNI_CsoundMYFLTArray_1SetValues_1_1SWIG_19(JNIEnv*, jclass, jlong, jobject, jint, jint, jdouble)’:
  133. /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx:14796:51: error: no matching function for call to ‘CsoundMYFLTArray::SetValues(int&, int&, const double*)’
  134. (arg1)->SetValues(arg2,arg3,(double const *)arg4);
  135. ^
  136. In file included from /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx:1303:0:
  137. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:252:10: note: candidate: void CsoundMYFLTArray::SetValues(int, double, double)
  138. void SetValues(int ndx, double v0, double v1)
  139. ^~~~~~~~~
  140. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:252:10: note: no known conversion for argument 3 from ‘const double*’ to ‘double’
  141. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:261:10: note: candidate: void CsoundMYFLTArray::SetValues(int, double, double, double)
  142. void SetValues(int ndx, double v0, double v1, double v2)
  143. ^~~~~~~~~
  144. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:261:10: note: candidate expects 4 arguments, 3 provided
  145. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:271:10: note: candidate: void CsoundMYFLTArray::SetValues(int, double, double, double, double)
  146. void SetValues(int ndx, double v0, double v1, double v2, double v3)
  147. ^~~~~~~~~
  148. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:271:10: note: candidate expects 5 arguments, 3 provided
  149. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:281:10: note: candidate: void CsoundMYFLTArray::SetValues(int, double, double, double, double, double)
  150. void SetValues(int ndx,
  151. ^~~~~~~~~
  152. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:281:10: note: candidate expects 6 arguments, 3 provided
  153. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:293:10: note: candidate: void CsoundMYFLTArray::SetValues(int, double, double, double, double, double, double)
  154. void SetValues(int ndx,
  155. ^~~~~~~~~
  156. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:293:10: note: candidate expects 7 arguments, 3 provided
  157. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:306:10: note: candidate: void CsoundMYFLTArray::SetValues(int, double, double, double, double, double, double, double)
  158. void SetValues(int ndx,
  159. ^~~~~~~~~
  160. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:306:10: note: candidate expects 8 arguments, 3 provided
  161. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:320:10: note: candidate: void CsoundMYFLTArray::SetValues(int, double, double, double, double, double, double, double, double)
  162. void SetValues(int ndx,
  163. ^~~~~~~~~
  164. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:320:10: note: candidate expects 9 arguments, 3 provided
  165. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:334:10: note: candidate: void CsoundMYFLTArray::SetValues(int, double, double, double, double, double, double, double, double, double)
  166. void SetValues(int ndx,
  167. ^~~~~~~~~
  168. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:334:10: note: candidate expects 10 arguments, 3 provided
  169. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:349:10: note: candidate: void CsoundMYFLTArray::SetValues(int, double, double, double, double, double, double, double, double, double, double)
  170. void SetValues(int ndx,
  171. ^~~~~~~~~
  172. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:349:10: note: candidate expects 11 arguments, 3 provided
  173. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:372:10: note: candidate: void CsoundMYFLTArray::SetValues(int, int, const float*)
  174. void SetValues(int ndx, int n, const MYFLT *src)
  175. ^~~~~~~~~
  176. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:372:10: note: no known conversion for argument 3 from ‘const double*’ to ‘const float*’
  177. /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx: In function ‘void Java_csnd6_csnd6JNI_CsoundMYFLTArray_1GetValues(JNIEnv*, jclass, jlong, jobject, jlong, jint, jint)’:
  178. /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx:14814:35: error: no matching function for call to ‘CsoundMYFLTArray::GetValues(double*&, int&, int&)’
  179. (arg1)->GetValues(arg2,arg3,arg4);
  180. ^
  181. In file included from /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx:1303:0:
  182. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:381:10: note: candidate: void CsoundMYFLTArray::GetValues(float*, int, int)
  183. void GetValues(MYFLT *dst, int ndx, int n)
  184. ^~~~~~~~~
  185. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:381:10: note: no known conversion for argument 1 from ‘double*’ to ‘float*’
  186. /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx: In function ‘void Java_csnd6_csnd6JNI_CsoundPerformanceThread_1ScoreEvent(JNIEnv*, jclass, jlong, jobject, jint, jchar, jint, jlong)’:
  187. /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx:16203:57: error: no matching function for call to ‘CsoundPerformanceThread::ScoreEvent(int&, char&, int&, const double*)’
  188. (arg1)->ScoreEvent(arg2,arg3,arg4,(double const *)arg5);
  189. ^
  190. In file included from /home/hlolli/csound/cs6make/interfaces/java_interfaceJAVA_wrap.cxx:1304:0:
  191. /home/hlolli/csound/csound/interfaces/csPerfThread.hpp:208:10: note: candidate: void CsoundPerformanceThread::ScoreEvent(int, char, int, const float*)
  192. void ScoreEvent(int absp2mode, char opcod, int pcnt, const MYFLT *p);
  193. ^~~~~~~~~~
  194. /home/hlolli/csound/csound/interfaces/csPerfThread.hpp:208:10: note: no known conversion for argument 4 from ‘const double*’ to ‘const float*’
  195. make[2]: *** [interfaces/CMakeFiles/_jcsound6.dir/build.make:84: interfaces/CMakeFiles/_jcsound6.dir/java_interfaceJAVA_wrap.cxx.o] Error 1
  196. make[1]: *** [CMakeFiles/Makefile2:2051: interfaces/CMakeFiles/_jcsound6.dir/all] Error 2
  197. make[1]: *** Waiting for unfinished jobs....
  198. /home/hlolli/csound/csound/interfaces/CppSound.hpp:37: Warning 453: Can't apply (std::vector< double > *INPUT). No typemaps are defined.
  199. Scanning dependencies of target _csnd6
  200. [100%] Building CXX object interfaces/CMakeFiles/_csnd6.dir/__/python_interfacePYTHON_wrap.cxx.o
  201. In file included from /usr/include/python2.7/pyconfig.h:6:0,
  202. from /usr/include/python2.7/Python.h:8,
  203. from /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx:182:
  204. /usr/include/python2.7/pyconfig-64.h:1199:0: warning: "_POSIX_C_SOURCE" redefined
  205. #define _POSIX_C_SOURCE 200112L
  206.  
  207. In file included from /usr/include/c++/7/x86_64-redhat-linux/bits/os_defines.h:39:0,
  208. from /usr/include/c++/7/x86_64-redhat-linux/bits/c++config.h:2494,
  209. from /usr/include/c++/7/cmath:41,
  210. from /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx:11:
  211. /usr/include/features.h:257:0: note: this is the location of the previous definition
  212. # define _POSIX_C_SOURCE 200809L
  213.  
  214. In file included from /usr/include/python2.7/pyconfig.h:6:0,
  215. from /usr/include/python2.7/Python.h:8,
  216. from /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx:182:
  217. /usr/include/python2.7/pyconfig-64.h:1221:0: warning: "_XOPEN_SOURCE" redefined
  218. #define _XOPEN_SOURCE 600
  219.  
  220. In file included from /usr/include/c++/7/x86_64-redhat-linux/bits/os_defines.h:39:0,
  221. from /usr/include/c++/7/x86_64-redhat-linux/bits/c++config.h:2494,
  222. from /usr/include/c++/7/cmath:41,
  223. from /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx:11:
  224. /usr/include/features.h:198:0: note: this is the location of the previous definition
  225. # define _XOPEN_SOURCE 700
  226.  
  227. /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx: In function ‘PyObject* _wrap_csoundGetChannelPtr(PyObject*, PyObject*)’:
  228. /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx:16778:70: error: cannot convert ‘double**’ to ‘float**’ for argument ‘2’ to ‘int csoundGetChannelPtr(CSOUND*, float**, const char*, int)’
  229. result = (int)csoundGetChannelPtr(arg1,arg2,(char const *)arg3,arg4);
  230. ^
  231. /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx: In function ‘PyObject* _wrap_csoundGetAudioChannel(PyObject*, PyObject*)’:
  232. /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx:17094:53: error: cannot convert ‘double*’ to ‘float*’ for argument ‘3’ to ‘void csoundGetAudioChannel(CSOUND*, const char*, float*)’
  233. csoundGetAudioChannel(arg1,(char const *)arg2,arg3);
  234. ^
  235. /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx: In function ‘PyObject* _wrap_csoundSetAudioChannel(PyObject*, PyObject*)’:
  236. /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx:17136:53: error: cannot convert ‘double*’ to ‘float*’ for argument ‘3’ to ‘void csoundSetAudioChannel(CSOUND*, const char*, float*)’
  237. csoundSetAudioChannel(arg1,(char const *)arg2,arg3);
  238. ^
  239. /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx: In function ‘PyObject* _wrap_csoundScoreEvent(PyObject*, PyObject*)’:
  240. /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx:17455:69: error: cannot convert ‘const double*’ to ‘const float*’ for argument ‘3’ to ‘int csoundScoreEvent(CSOUND*, char, const float*, long int)’
  241. result = (int)csoundScoreEvent(arg1,arg2,(double const *)arg3,arg4);
  242. ^
  243. /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx: In function ‘PyObject* _wrap_csoundScoreEventAbsolute(PyObject*, PyObject*)’:
  244. /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx:17513:82: error: cannot convert ‘const double*’ to ‘const float*’ for argument ‘3’ to ‘int csoundScoreEventAbsolute(CSOUND*, char, const float*, long int, double)’
  245. result = (int)csoundScoreEventAbsolute(arg1,arg2,(double const *)arg3,arg4,arg5);
  246. ^
  247. /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx: In function ‘PyObject* _wrap_csoundTableCopyOut(PyObject*, PyObject*)’:
  248. /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx:17870:36: error: cannot convert ‘double*’ to ‘float*’ for argument ‘3’ to ‘void csoundTableCopyOut(CSOUND*, int, float*)’
  249. csoundTableCopyOut(arg1,arg2,arg3);
  250. ^
  251. /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx: In function ‘PyObject* _wrap_csoundTableCopyIn(PyObject*, PyObject*)’:
  252. /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx:17909:35: error: cannot convert ‘double*’ to ‘float*’ for argument ‘3’ to ‘void csoundTableCopyIn(CSOUND*, int, float*)’
  253. csoundTableCopyIn(arg1,arg2,arg3);
  254. ^
  255. /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx: In function ‘PyObject* _wrap_csoundGetTable(PyObject*, PyObject*)’:
  256. /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx:17949:46: error: cannot convert ‘double**’ to ‘float**’ for argument ‘2’ to ‘int csoundGetTable(CSOUND*, float**, int)’
  257. result = (int)csoundGetTable(arg1,arg2,arg3);
  258. ^
  259. /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx: In function ‘PyObject* _wrap_csoundGetTableArgs(PyObject*, PyObject*)’:
  260. /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx:17989:50: error: cannot convert ‘double**’ to ‘float**’ for argument ‘2’ to ‘int csoundGetTableArgs(CSOUND*, float**, int)’
  261. result = (int)csoundGetTableArgs(arg1,arg2,arg3);
  262. ^
  263. /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx: In function ‘PyObject* _wrap_csCfgVariableMYFLT_t_p_set(PyObject*, PyObject*)’:
  264. /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx:21707:25: error: cannot convert ‘double*’ to ‘float*’ in assignment
  265. if (arg1) (arg1)->p = arg2;
  266. ^~~~
  267. /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx: In function ‘PyObject* _wrap_Csound_ScoreEvent(PyObject*, PyObject*)’:
  268. /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx:26985:66: error: no matching function for call to ‘Csound::ScoreEvent(char&, const double*, long int&)’
  269. result = (int)(arg1)->ScoreEvent(arg2,(double const *)arg3,arg4);
  270. ^
  271. In file included from /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx:4385:0:
  272. /home/hlolli/csound/csound/./include/csound.hpp:522:15: note: candidate: virtual int Csound::ScoreEvent(char, const float*, long int)
  273. virtual int ScoreEvent(char type, const MYFLT *pFields, long numFields)
  274. ^~~~~~~~~~
  275. /home/hlolli/csound/csound/./include/csound.hpp:522:15: note: no known conversion for argument 2 from ‘const double*’ to ‘const float*’
  276. /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx: In function ‘PyObject* _wrap_Csound_ScoreEventAbsolute(PyObject*, PyObject*)’:
  277. /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx:27043:79: error: no matching function for call to ‘Csound::ScoreEventAbsolute(char&, const double*, long int&, double&)’
  278. result = (int)(arg1)->ScoreEventAbsolute(arg2,(double const *)arg3,arg4,arg5);
  279. ^
  280. In file included from /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx:4385:0:
  281. /home/hlolli/csound/csound/./include/csound.hpp:526:15: note: candidate: virtual int Csound::ScoreEventAbsolute(char, const float*, long int, double)
  282. virtual int ScoreEventAbsolute(char type, const MYFLT *pFields,
  283. ^~~~~~~~~~~~~~~~~~
  284. /home/hlolli/csound/csound/./include/csound.hpp:526:15: note: no known conversion for argument 2 from ‘const double*’ to ‘const float*’
  285. /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx: In function ‘PyObject* _wrap_Csound_GetTable(PyObject*, PyObject*)’:
  286. /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx:27459:44: error: no matching function for call to ‘Csound::GetTable(double*&, int&)’
  287. result = (int)(arg1)->GetTable(*arg2,arg3);
  288. ^
  289. In file included from /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx:4385:0:
  290. /home/hlolli/csound/csound/./include/csound.hpp:661:15: note: candidate: virtual int Csound::GetTable(float*&, int)
  291. virtual int GetTable(MYFLT* &tablePtr, int tableNum)
  292. ^~~~~~~~
  293. /home/hlolli/csound/csound/./include/csound.hpp:661:15: note: no known conversion for argument 1 from ‘double*’ to ‘float*&’
  294. /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx: In function ‘PyObject* _wrap_Csound_TableCopyOut(PyObject*, PyObject*)’:
  295. /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx:27498:33: error: no matching function for call to ‘Csound::TableCopyOut(int&, double*&)’
  296. (arg1)->TableCopyOut(arg2,arg3);
  297. ^
  298. In file included from /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx:4385:0:
  299. /home/hlolli/csound/csound/./include/csound.hpp:669:16: note: candidate: virtual void Csound::TableCopyOut(int, float*)
  300. virtual void TableCopyOut(int table, MYFLT *dest){
  301. ^~~~~~~~~~~~
  302. /home/hlolli/csound/csound/./include/csound.hpp:669:16: note: no known conversion for argument 2 from ‘double*’ to ‘float*’
  303. /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx: In function ‘PyObject* _wrap_Csound_TableCopyIn(PyObject*, PyObject*)’:
  304. /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx:27537:32: error: no matching function for call to ‘Csound::TableCopyIn(int&, double*&)’
  305. (arg1)->TableCopyIn(arg2,arg3);
  306. ^
  307. In file included from /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx:4385:0:
  308. /home/hlolli/csound/csound/./include/csound.hpp:672:16: note: candidate: virtual void Csound::TableCopyIn(int, float*)
  309. virtual void TableCopyIn(int table, MYFLT *src){
  310. ^~~~~~~~~~~
  311. /home/hlolli/csound/csound/./include/csound.hpp:672:16: note: no known conversion for argument 2 from ‘double*’ to ‘float*’
  312. /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx: In function ‘PyObject* _wrap_Csound_GetChannelPtr(PyObject*, PyObject*)’:
  313. /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx:27917:68: error: no matching function for call to ‘Csound::GetChannelPtr(double*&, const char*, int&)’
  314. result = (int)(arg1)->GetChannelPtr(*arg2,(char const *)arg3,arg4);
  315. ^
  316. In file included from /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx:4385:0:
  317. /home/hlolli/csound/csound/./include/csound.hpp:720:15: note: candidate: virtual int Csound::GetChannelPtr(float*&, const char*, int)
  318. virtual int GetChannelPtr(MYFLT* &p, const char *name, int type)
  319. ^~~~~~~~~~~~~
  320. /home/hlolli/csound/csound/./include/csound.hpp:720:15: note: no known conversion for argument 1 from ‘double*’ to ‘float*&’
  321. /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx: In function ‘PyObject* _wrap_Csound_SetChannel__SWIG_2(PyObject*, PyObject*)’:
  322. /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx:28291:45: error: no matching function for call to ‘Csound::SetChannel(const char*, double*&)’
  323. (arg1)->SetChannel((char const *)arg2,arg3);
  324. ^
  325. In file included from /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx:4385:0:
  326. /home/hlolli/csound/csound/./include/csound.hpp:750:16: note: candidate: virtual void Csound::SetChannel(const char*, double)
  327. virtual void SetChannel(const char *name, double value)
  328. ^~~~~~~~~~
  329. /home/hlolli/csound/csound/./include/csound.hpp:750:16: note: no known conversion for argument 2 from ‘double*’ to ‘double’
  330. /home/hlolli/csound/csound/./include/csound.hpp:758:16: note: candidate: virtual void Csound::SetChannel(const char*, char*)
  331. virtual void SetChannel(const char *name, char *string)
  332. ^~~~~~~~~~
  333. /home/hlolli/csound/csound/./include/csound.hpp:758:16: note: no known conversion for argument 2 from ‘double*’ to ‘char*’
  334. /home/hlolli/csound/csound/./include/csound.hpp:766:16: note: candidate: virtual void Csound::SetChannel(const char*, float*)
  335. virtual void SetChannel(const char *name, MYFLT *samples)
  336. ^~~~~~~~~~
  337. /home/hlolli/csound/csound/./include/csound.hpp:766:16: note: no known conversion for argument 2 from ‘double*’ to ‘float*’
  338. /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx: In function ‘PyObject* _wrap_Csound_GetAudioChannel(PyObject*, PyObject*)’:
  339. /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx:28715:50: error: no matching function for call to ‘Csound::GetAudioChannel(const char*, double*&)’
  340. (arg1)->GetAudioChannel((char const *)arg2,arg3);
  341. ^
  342. In file included from /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx:4385:0:
  343. /home/hlolli/csound/csound/./include/csound.hpp:782:16: note: candidate: virtual void Csound::GetAudioChannel(const char*, float*)
  344. virtual void GetAudioChannel(const char *name, MYFLT *samples)
  345. ^~~~~~~~~~~~~~~
  346. /home/hlolli/csound/csound/./include/csound.hpp:782:16: note: no known conversion for argument 2 from ‘double*’ to ‘float*’
  347. /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx: In function ‘PyObject* _wrap_CsoundMYFLTArray_SetPtr(PyObject*, PyObject*)’:
  348. /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx:31249:22: error: no matching function for call to ‘CsoundMYFLTArray::SetPtr(double*&)’
  349. (arg1)->SetPtr(arg2);
  350. ^
  351. In file included from /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx:4386:0:
  352. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:234:10: note: candidate: void CsoundMYFLTArray::SetPtr(float*)
  353. void SetPtr(MYFLT *ptr)
  354. ^~~~~~
  355. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:234:10: note: no known conversion for argument 1 from ‘double*’ to ‘float*’
  356. /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx: In function ‘PyObject* _wrap_CsoundMYFLTArray_SetValues__SWIG_9(PyObject*, PyObject*)’:
  357. /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx:32123:51: error: no matching function for call to ‘CsoundMYFLTArray::SetValues(int&, int&, const double*)’
  358. (arg1)->SetValues(arg2,arg3,(double const *)arg4);
  359. ^
  360. In file included from /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx:4386:0:
  361. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:252:10: note: candidate: void CsoundMYFLTArray::SetValues(int, double, double)
  362. void SetValues(int ndx, double v0, double v1)
  363. ^~~~~~~~~
  364. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:252:10: note: no known conversion for argument 3 from ‘const double*’ to ‘double’
  365. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:261:10: note: candidate: void CsoundMYFLTArray::SetValues(int, double, double, double)
  366. void SetValues(int ndx, double v0, double v1, double v2)
  367. ^~~~~~~~~
  368. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:261:10: note: candidate expects 4 arguments, 3 provided
  369. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:271:10: note: candidate: void CsoundMYFLTArray::SetValues(int, double, double, double, double)
  370. void SetValues(int ndx, double v0, double v1, double v2, double v3)
  371. ^~~~~~~~~
  372. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:271:10: note: candidate expects 5 arguments, 3 provided
  373. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:281:10: note: candidate: void CsoundMYFLTArray::SetValues(int, double, double, double, double, double)
  374. void SetValues(int ndx,
  375. ^~~~~~~~~
  376. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:281:10: note: candidate expects 6 arguments, 3 provided
  377. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:293:10: note: candidate: void CsoundMYFLTArray::SetValues(int, double, double, double, double, double, double)
  378. void SetValues(int ndx,
  379. ^~~~~~~~~
  380. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:293:10: note: candidate expects 7 arguments, 3 provided
  381. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:306:10: note: candidate: void CsoundMYFLTArray::SetValues(int, double, double, double, double, double, double, double)
  382. void SetValues(int ndx,
  383. ^~~~~~~~~
  384. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:306:10: note: candidate expects 8 arguments, 3 provided
  385. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:320:10: note: candidate: void CsoundMYFLTArray::SetValues(int, double, double, double, double, double, double, double, double)
  386. void SetValues(int ndx,
  387. ^~~~~~~~~
  388. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:320:10: note: candidate expects 9 arguments, 3 provided
  389. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:334:10: note: candidate: void CsoundMYFLTArray::SetValues(int, double, double, double, double, double, double, double, double, double)
  390. void SetValues(int ndx,
  391. ^~~~~~~~~
  392. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:334:10: note: candidate expects 10 arguments, 3 provided
  393. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:349:10: note: candidate: void CsoundMYFLTArray::SetValues(int, double, double, double, double, double, double, double, double, double, double)
  394. void SetValues(int ndx,
  395. ^~~~~~~~~
  396. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:349:10: note: candidate expects 11 arguments, 3 provided
  397. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:372:10: note: candidate: void CsoundMYFLTArray::SetValues(int, int, const float*)
  398. void SetValues(int ndx, int n, const MYFLT *src)
  399. ^~~~~~~~~
  400. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:372:10: note: no known conversion for argument 3 from ‘const double*’ to ‘const float*’
  401. /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx: In function ‘PyObject* _wrap_CsoundMYFLTArray_GetValues(PyObject*, PyObject*)’:
  402. /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx:32686:35: error: no matching function for call to ‘CsoundMYFLTArray::GetValues(double*&, int&, int&)’
  403. (arg1)->GetValues(arg2,arg3,arg4);
  404. ^
  405. In file included from /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx:4386:0:
  406. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:381:10: note: candidate: void CsoundMYFLTArray::GetValues(float*, int, int)
  407. void GetValues(MYFLT *dst, int ndx, int n)
  408. ^~~~~~~~~
  409. /home/hlolli/csound/csound/interfaces/cs_glue.hpp:381:10: note: no known conversion for argument 1 from ‘double*’ to ‘float*’
  410. /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx: In function ‘PyObject* _wrap_CsoundPerformanceThread_ScoreEvent(PyObject*, PyObject*)’:
  411. /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx:35829:57: error: no matching function for call to ‘CsoundPerformanceThread::ScoreEvent(int&, char&, int&, const double*)’
  412. (arg1)->ScoreEvent(arg2,arg3,arg4,(double const *)arg5);
  413. ^
  414. In file included from /home/hlolli/csound/cs6make/python_interfacePYTHON_wrap.cxx:4387:0:
  415. /home/hlolli/csound/csound/interfaces/csPerfThread.hpp:208:10: note: candidate: void CsoundPerformanceThread::ScoreEvent(int, char, int, const float*)
  416. void ScoreEvent(int absp2mode, char opcod, int pcnt, const MYFLT *p);
  417. ^~~~~~~~~~
  418. /home/hlolli/csound/csound/interfaces/csPerfThread.hpp:208:10: note: no known conversion for argument 4 from ‘const double*’ to ‘const float*’
  419. make[2]: *** [interfaces/CMakeFiles/_csnd6.dir/build.make:81: interfaces/CMakeFiles/_csnd6.dir/__/python_interfacePYTHON_wrap.cxx.o] Error 1
  420. make[1]: *** [CMakeFiles/Makefile2:1976: interfaces/CMakeFiles/_csnd6.dir/all] Error 2
  421. make: *** [Makefile:163: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement