Advertisement
sunrat

fps-plugins.make.log

Jun 9th, 2023 (edited)
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.96 KB | None | 0 0
  1. $ make
  2. g++ -std=c++20 -O3 -march=native -mcpu=native -I./vendored -Wall -pedantic `pkg-config lv2 sndfile fftw3f --cflags --libs` dynamics.cc -shared -o lv2/fps-plugins.lv2/dynamics.so -fPIC
  3. g++: warning: ‘-mcpu=’ is deprecated; use ‘-mtune=’ or ‘-march=’ instead
  4. g++ -std=c++20 -O3 -march=native -mcpu=native -I./vendored -Wall -pedantic `pkg-config lv2 sndfile fftw3f --cflags --libs` eq_match.cc vendored/FFTConvolver/AudioFFT.cpp vendored/FFTConvolver/Utilities.cpp vendored/FFTConvolver/FFTConvolver.cpp -shared -o lv2/fps-plugins.lv2/eq_match.so -fPIC -lfftw3f -lm
  5. g++: warning: ‘-mcpu=’ is deprecated; use ‘-mtune=’ or ‘-march=’ instead
  6. g++ -std=c++20 -O3 -march=native -mcpu=native -I./vendored -Wall -pedantic `pkg-config lv2 sndfile fftw3f --cflags --libs` stereo_decorrelation.cc vendored/FFTConvolver/AudioFFT.cpp vendored/FFTConvolver/Utilities.cpp vendored/FFTConvolver/FFTConvolver.cpp -shared -o lv2/fps-plugins.lv2/stereo_decorrelation.so -fPIC -lm
  7. g++: warning: ‘-mcpu=’ is deprecated; use ‘-mtune=’ or ‘-march=’ instead
  8. In file included from /usr/include/x86_64-linux-gnu/c++/10/bits/opt_random.h:34,
  9. from /usr/include/c++/10/random:50,
  10. from stereo_decorrelation.h:6,
  11. from stereo_decorrelation.cc:13:
  12. /usr/lib/gcc/x86_64-linux-gnu/10/include/pmmintrin.h:49:17: error: ‘__m128’ does not name a type; did you mean ‘__fmaf128’?
  13. 49 | extern __inline __m128 __attribute__((__gnu_inline__, __always_inline__, __artificial__))
  14. | ^~~~~~
  15. | __fmaf128
  16. /usr/lib/gcc/x86_64-linux-gnu/10/include/pmmintrin.h:55:17: error: ‘__m128’ does not name a type; did you mean ‘__fmaf128’?
  17. 55 | extern __inline __m128 __attribute__((__gnu_inline__, __always_inline__, __artificial__))
  18. | ^~~~~~
  19. | __fmaf128
  20. /usr/lib/gcc/x86_64-linux-gnu/10/include/pmmintrin.h:61:17: error: ‘__m128’ does not name a type; did you mean ‘__fmaf128’?
  21. 61 | extern __inline __m128 __attribute__((__gnu_inline__, __always_inline__, __artificial__))
  22. | ^~~~~~
  23. | __fmaf128
  24. /usr/lib/gcc/x86_64-linux-gnu/10/include/pmmintrin.h:67:17: error: ‘__m128’ does not name a type; did you mean ‘__fmaf128’?
  25. 67 | extern __inline __m128 __attribute__((__gnu_inline__, __always_inline__, __artificial__))
  26. | ^~~~~~
  27. | __fmaf128
  28. /usr/lib/gcc/x86_64-linux-gnu/10/include/pmmintrin.h:73:17: error: ‘__m128’ does not name a type; did you mean ‘__fmaf128’?
  29. 73 | extern __inline __m128 __attribute__((__gnu_inline__, __always_inline__, __artificial__))
  30. | ^~~~~~
  31. | __fmaf128
  32. /usr/lib/gcc/x86_64-linux-gnu/10/include/pmmintrin.h:79:17: error: ‘__m128d’ does not name a type
  33. 79 | extern __inline __m128d __attribute__((__gnu_inline__, __always_inline__, __artificial__))
  34. | ^~~~~~~
  35. /usr/lib/gcc/x86_64-linux-gnu/10/include/pmmintrin.h:85:17: error: ‘__m128d’ does not name a type
  36. 85 | extern __inline __m128d __attribute__((__gnu_inline__, __always_inline__, __artificial__))
  37. | ^~~~~~~
  38. /usr/lib/gcc/x86_64-linux-gnu/10/include/pmmintrin.h:91:17: error: ‘__m128d’ does not name a type
  39. 91 | extern __inline __m128d __attribute__((__gnu_inline__, __always_inline__, __artificial__))
  40. | ^~~~~~~
  41. /usr/lib/gcc/x86_64-linux-gnu/10/include/pmmintrin.h:97:17: error: ‘__m128d’ does not name a type
  42. 97 | extern __inline __m128d __attribute__((__gnu_inline__, __always_inline__, __artificial__))
  43. | ^~~~~~~
  44. /usr/lib/gcc/x86_64-linux-gnu/10/include/pmmintrin.h:103:17: error: ‘__m128d’ does not name a type
  45. 103 | extern __inline __m128d __attribute__((__gnu_inline__, __always_inline__, __artificial__))
  46. | ^~~~~~~
  47. /usr/lib/gcc/x86_64-linux-gnu/10/include/pmmintrin.h:109:17: error: ‘__m128i’ does not name a type
  48. 109 | extern __inline __m128i __attribute__((__gnu_inline__, __always_inline__, __artificial__))
  49. | ^~~~~~~
  50. In file included from /usr/include/c++/10/random:50,
  51. from stereo_decorrelation.h:6,
  52. from stereo_decorrelation.cc:13:
  53. /usr/include/x86_64-linux-gnu/c++/10/bits/opt_random.h: In member function ‘void std::normal_distribution<_RealType>::__generate(std::normal_distribution<_RealType>::result_type*, std::normal_distribution<_RealType>::result_type*, _UniformRandomNumberGenerator&, const std::normal_distribution<_RealType>::param_type&) [with _UniformRandomNumberGenerator = _UniformRandomNumberGenerator; _RealType = double]’:
  54. /usr/include/x86_64-linux-gnu/c++/10/bits/opt_random.h:70:15: error: ‘__m128i’ does not name a type
  55. 70 | static const __m128i __mask = _mm_set1_epi64x(__maskval);
  56. | ^~~~~~~
  57. /usr/include/x86_64-linux-gnu/c++/10/bits/opt_random.h:71:15: error: ‘__m128i’ does not name a type
  58. 71 | static const __m128i __two = _mm_set1_epi64x(0x4000000000000000ull);
  59. | ^~~~~~~
  60. /usr/include/x86_64-linux-gnu/c++/10/bits/opt_random.h:72:15: error: ‘__m128d’ does not name a type
  61. 72 | static const __m128d __three = _mm_set1_pd(3.0);
  62. | ^~~~~~~
  63. /usr/include/x86_64-linux-gnu/c++/10/bits/opt_random.h:73:8: error: ‘__m128d’ does not name a type
  64. 73 | const __m128d __av = _mm_set1_pd(__param.mean());
  65. | ^~~~~~~
  66. /usr/include/x86_64-linux-gnu/c++/10/bits/opt_random.h:83:6: error: ‘__m128d’ was not declared in this scope; did you mean ‘fftconvolver::__m128d’?
  67. 83 | __m128d __x;
  68. | ^~~~~~~
  69. | fftconvolver::__m128d
  70. In file included from /usr/lib/gcc/x86_64-linux-gnu/10/include/xmmintrin.h:1316,
  71. from ./vendored/FFTConvolver/Utilities.h:43,
  72. from ./vendored/FFTConvolver/FFTConvolver.h:26,
  73. from stereo_decorrelation.cc:9:
  74. /usr/lib/gcc/x86_64-linux-gnu/10/include/emmintrin.h:54:16: note: ‘fftconvolver::__m128d’ declared here
  75. 54 | typedef double __m128d __attribute__ ((__vector_size__ (16), __may_alias__));
  76. | ^~~~~~~
  77. In file included from /usr/include/c++/10/random:50,
  78. from stereo_decorrelation.h:6,
  79. from stereo_decorrelation.cc:13:
  80. /usr/include/x86_64-linux-gnu/c++/10/bits/opt_random.h:88:19: error: ‘__m128i’ does not name a type
  81. 88 | __m128i __i;
  82. | ^~~~~~~
  83. /usr/include/x86_64-linux-gnu/c++/10/bits/opt_random.h:89:19: error: ‘__m128d’ does not name a type
  84. 89 | __m128d __d;
  85. | ^~~~~~~
  86. /usr/include/x86_64-linux-gnu/c++/10/bits/opt_random.h:97:12: error: ‘__mask’ was not declared in this scope; did you mean ‘fd_mask’?
  87. 97 | __mask);
  88. | ^~~~~~
  89. | fd_mask
  90. /usr/include/x86_64-linux-gnu/c++/10/bits/opt_random.h:114:14: error: there are no arguments to ‘_mm_set_epi64x’ that depend on a template parameter, so a declaration of ‘_mm_set_epi64x’ must be available [-fpermissive]
  91. 114 | __v.__i = _mm_set_epi64x(__v1, __v2);
  92. | ^~~~~~~~~~~~~~
  93. /usr/include/x86_64-linux-gnu/c++/10/bits/opt_random.h:114:14: note: (if you use ‘-fpermissive’, G++ will accept your code, but allowing the use of an undeclared name is deprecated)
  94. /usr/include/x86_64-linux-gnu/c++/10/bits/opt_random.h:125:31: error: there are no arguments to ‘_mm_set_epi64x’ that depend on a template parameter, so a declaration of ‘_mm_set_epi64x’ must be available [-fpermissive]
  95. 125 | __v.__i = _mm_and_si128(_mm_set_epi64x(__v1, __v2),
  96. | ^~~~~~~~~~~~~~
  97. /usr/include/x86_64-linux-gnu/c++/10/bits/opt_random.h:126:10: error: ‘__mask’ was not declared in this scope; did you mean ‘fd_mask’?
  98. 126 | __mask);
  99. | ^~~~~~
  100. | fd_mask
  101. /usr/include/x86_64-linux-gnu/c++/10/bits/opt_random.h:174:17: error: there are no arguments to ‘_mm_set_epi64x’ that depend on a template parameter, so a declaration of ‘_mm_set_epi64x’ must be available [-fpermissive]
  102. 174 | __v.__i = _mm_set_epi64x(__v1, __v2);
  103. | ^~~~~~~~~~~~~~
  104. /usr/include/x86_64-linux-gnu/c++/10/bits/opt_random.h:177:35: error: ‘__two’ was not declared in this scope
  105. 177 | __v.__i = _mm_or_si128(__v.__i, __two);
  106. | ^~~~~
  107. /usr/include/x86_64-linux-gnu/c++/10/bits/opt_random.h:178:3: error: ‘__x’ was not declared in this scope; did you mean ‘__v’?
  108. 178 | __x = _mm_sub_pd(__v.__d, __three);
  109. | ^~~
  110. | __v
  111. /usr/include/x86_64-linux-gnu/c++/10/bits/opt_random.h:178:29: error: ‘__three’ was not declared in this scope
  112. 178 | __x = _mm_sub_pd(__v.__d, __three);
  113. | ^~~~~~~
  114. /usr/include/x86_64-linux-gnu/c++/10/bits/opt_random.h:179:10: error: expected ‘;’ before ‘__m’
  115. 179 | __m128d __m = _mm_mul_pd(__x, __x);
  116. | ^~~~
  117. | ;
  118. /usr/include/x86_64-linux-gnu/c++/10/bits/opt_random.h:180:37: error: ‘__m’ was not declared in this scope; did you mean ‘__v’?
  119. 180 | __le = _mm_cvtsd_f64(_mm_hadd_pd (__m, __m));
  120. | ^~~
  121. | __v
  122. /usr/include/x86_64-linux-gnu/c++/10/bits/opt_random.h:180:24: error: there are no arguments to ‘_mm_hadd_pd’ that depend on a template parameter, so a declaration of ‘_mm_hadd_pd’ must be available [-fpermissive]
  123. 180 | __le = _mm_cvtsd_f64(_mm_hadd_pd (__m, __m));
  124. | ^~~~~~~~~~~
  125. /usr/include/x86_64-linux-gnu/c++/10/bits/opt_random.h:187:13: error: ‘__x’ was not declared in this scope; did you mean ‘__f’?
  126. 187 | __x = _mm_add_pd(_mm_mul_pd(__x, _mm_set1_pd(__mult)), __av);
  127. | ^~~
  128. | __f
  129. /usr/include/x86_64-linux-gnu/c++/10/bits/opt_random.h:187:46: error: there are no arguments to ‘_mm_set1_pd’ that depend on a template parameter, so a declaration of ‘_mm_set1_pd’ must be available [-fpermissive]
  130. 187 | __x = _mm_add_pd(_mm_mul_pd(__x, _mm_set1_pd(__mult)), __av);
  131. | ^~~~~~~~~~~
  132. /usr/include/x86_64-linux-gnu/c++/10/bits/opt_random.h:187:68: error: ‘__av’ was not declared in this scope
  133. 187 | __x = _mm_add_pd(_mm_mul_pd(__x, _mm_set1_pd(__mult)), __av);
  134. | ^~~~
  135. /usr/include/x86_64-linux-gnu/c++/10/bits/opt_random.h:189:13: error: there are no arguments to ‘_mm_storeu_pd’ that depend on a template parameter, so a declaration of ‘_mm_storeu_pd’ must be available [-fpermissive]
  136. 189 | _mm_storeu_pd(__f, __x);
  137. | ^~~~~~~~~~~~~
  138. make: *** [makefile:32: lv2/fps-plugins.lv2/stereo_decorrelation.so] Error 1
  139.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement