Advertisement
Guest User

helm-git aur package error

a guest
May 28th, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 7.76 KB | None | 0 0
  1. Compiling juce_audio_formats.cpp
  2. In file included from ../../../JUCE/modules/juce_audio_formats/codecs/juce_FlacAudioFormat.cpp:78:0,
  3.                  from ../../../JUCE/modules/juce_audio_formats/juce_audio_formats.cpp:100:
  4. ../../../JUCE/modules/juce_audio_formats/codecs/flac/libFLAC/lpc_flac.c: In function ‘long int juce::FlacNamespace::lround(double)’:
  5. ../../../JUCE/modules/juce_audio_formats/codecs/flac/libFLAC/lpc_flac.c:60:39: error: ‘long int juce::FlacNamespace::lround(double)’ conflicts with a previous declaration
  6.  static inline long int lround(double x) {
  7.                                        ^
  8. In file included from /usr/include/features.h:368:0,
  9.                  from /usr/include/sched.h:22,
  10.                  from ../../../JUCE/modules/juce_audio_formats/../juce_audio_basics/../juce_core/native/juce_BasicNativeHeaders.h:166,
  11.                  from ../../../JUCE/modules/juce_audio_formats/../juce_audio_basics/../juce_core/juce_core.h:137,
  12.                  from ../../../JUCE/modules/juce_audio_formats/../juce_audio_basics/juce_audio_basics.h:28,
  13.                  from ../../../JUCE/modules/juce_audio_formats/juce_audio_formats.h:28,
  14.                  from ../../../JUCE/modules/juce_audio_formats/juce_audio_formats.cpp:38:
  15. /usr/include/bits/mathcalls.h:341:1: note: previous declaration ‘long int lround(double)
  16.  __MATHDECL (long int,lround,, (_Mdouble_ __x));
  17.  ^
  18. In file included from ../../../JUCE/modules/juce_audio_formats/codecs/juce_FlacAudioFormat.cpp:78:0,
  19.                  from ../../../JUCE/modules/juce_audio_formats/juce_audio_formats.cpp:100:
  20. ../../../JUCE/modules/juce_audio_formats/codecs/flac/libFLAC/lpc_flac.c: In function ‘int juce::FlacNamespace::FLAC__lpc_quantize_coefficients(const FLAC__real*, unsigned int, unsigned int, juce::FlacNamespace::FLAC__int32*, int*)’:
  21. ../../../JUCE/modules/juce_audio_formats/codecs/flac/libFLAC/lpc_flac.c:213:20: error: call of overloaded ‘lround(juce::FlacNamespace::FLAC__double&)’ is ambiguous
  22.     q = lround(error);
  23.                     ^
  24. In file included from ../../../JUCE/modules/juce_audio_formats/../juce_audio_basics/../juce_core/system/juce_StandardHeader.h:70:0,
  25.                  from ../../../JUCE/modules/juce_audio_formats/../juce_audio_basics/../juce_core/juce_core.h:140,
  26.                  from ../../../JUCE/modules/juce_audio_formats/../juce_audio_basics/juce_audio_basics.h:28,
  27.                  from ../../../JUCE/modules/juce_audio_formats/juce_audio_formats.h:28,
  28.                  from ../../../JUCE/modules/juce_audio_formats/juce_audio_formats.cpp:38:
  29. /usr/include/c++/6.1.1/cmath:1594:3: note: candidate: constexpr long int std::lround(long double)
  30.    lround(long double __x)
  31.    ^~~~~~
  32. In file included from /usr/include/features.h:368:0,
  33.                  from /usr/include/sched.h:22,
  34.                  from ../../../JUCE/modules/juce_audio_formats/../juce_audio_basics/../juce_core/native/juce_BasicNativeHeaders.h:166,
  35.                  from ../../../JUCE/modules/juce_audio_formats/../juce_audio_basics/../juce_core/juce_core.h:137,
  36.                  from ../../../JUCE/modules/juce_audio_formats/../juce_audio_basics/juce_audio_basics.h:28,
  37.                  from ../../../JUCE/modules/juce_audio_formats/juce_audio_formats.h:28,
  38.                  from ../../../JUCE/modules/juce_audio_formats/juce_audio_formats.cpp:38:
  39. /usr/include/bits/mathcalls.h:341:1: note: candidate: long int lround(double)
  40.  __MATHDECL (long int,lround,, (_Mdouble_ __x));
  41.  ^
  42. In file included from ../../../JUCE/modules/juce_audio_formats/../juce_audio_basics/../juce_core/system/juce_StandardHeader.h:70:0,
  43.                  from ../../../JUCE/modules/juce_audio_formats/../juce_audio_basics/../juce_core/juce_core.h:140,
  44.                  from ../../../JUCE/modules/juce_audio_formats/../juce_audio_basics/juce_audio_basics.h:28,
  45.                  from ../../../JUCE/modules/juce_audio_formats/juce_audio_formats.h:28,
  46.                  from ../../../JUCE/modules/juce_audio_formats/juce_audio_formats.cpp:38:
  47. /usr/include/c++/6.1.1/cmath:1590:3: note: candidate: constexpr long int std::lround(float)
  48.    lround(float __x)
  49.    ^~~~~~
  50. In file included from ../../../JUCE/modules/juce_audio_formats/codecs/juce_FlacAudioFormat.cpp:78:0,
  51.                  from ../../../JUCE/modules/juce_audio_formats/juce_audio_formats.cpp:100:
  52. ../../../JUCE/modules/juce_audio_formats/codecs/flac/libFLAC/lpc_flac.c:60:24: note: candidate: long int juce::FlacNamespace::lround(double)
  53.  static inline long int lround(double x) {
  54.                         ^~~~~~
  55. In file included from ../../../JUCE/modules/juce_audio_formats/codecs/juce_FlacAudioFormat.cpp:78:0,
  56.                  from ../../../JUCE/modules/juce_audio_formats/juce_audio_formats.cpp:100:
  57. ../../../JUCE/modules/juce_audio_formats/codecs/flac/libFLAC/lpc_flac.c:242:20: error: call of overloaded ‘lround(juce::FlacNamespace::FLAC__double&)’ is ambiguous
  58.     q = lround(error);
  59.                     ^
  60. In file included from ../../../JUCE/modules/juce_audio_formats/../juce_audio_basics/../juce_core/system/juce_StandardHeader.h:70:0,
  61.                  from ../../../JUCE/modules/juce_audio_formats/../juce_audio_basics/../juce_core/juce_core.h:140,
  62.                  from ../../../JUCE/modules/juce_audio_formats/../juce_audio_basics/juce_audio_basics.h:28,
  63.                  from ../../../JUCE/modules/juce_audio_formats/juce_audio_formats.h:28,
  64.                  from ../../../JUCE/modules/juce_audio_formats/juce_audio_formats.cpp:38:
  65. /usr/include/c++/6.1.1/cmath:1594:3: note: candidate: constexpr long int std::lround(long double)
  66.    lround(long double __x)
  67.    ^~~~~~
  68. In file included from /usr/include/features.h:368:0,
  69.                  from /usr/include/sched.h:22,
  70.                  from ../../../JUCE/modules/juce_audio_formats/../juce_audio_basics/../juce_core/native/juce_BasicNativeHeaders.h:166,
  71.                  from ../../../JUCE/modules/juce_audio_formats/../juce_audio_basics/../juce_core/juce_core.h:137,
  72.                  from ../../../JUCE/modules/juce_audio_formats/../juce_audio_basics/juce_audio_basics.h:28,
  73.                  from ../../../JUCE/modules/juce_audio_formats/juce_audio_formats.h:28,
  74.                  from ../../../JUCE/modules/juce_audio_formats/juce_audio_formats.cpp:38:
  75. /usr/include/bits/mathcalls.h:341:1: note: candidate: long int lround(double)
  76.  __MATHDECL (long int,lround,, (_Mdouble_ __x));
  77.  ^
  78. In file included from ../../../JUCE/modules/juce_audio_formats/../juce_audio_basics/../juce_core/system/juce_StandardHeader.h:70:0,
  79.                  from ../../../JUCE/modules/juce_audio_formats/../juce_audio_basics/../juce_core/juce_core.h:140,
  80.                  from ../../../JUCE/modules/juce_audio_formats/../juce_audio_basics/juce_audio_basics.h:28,
  81.                  from ../../../JUCE/modules/juce_audio_formats/juce_audio_formats.h:28,
  82.                  from ../../../JUCE/modules/juce_audio_formats/juce_audio_formats.cpp:38:
  83. /usr/include/c++/6.1.1/cmath:1590:3: note: candidate: constexpr long int std::lround(float)
  84.    lround(float __x)
  85.    ^~~~~~
  86. In file included from ../../../JUCE/modules/juce_audio_formats/codecs/juce_FlacAudioFormat.cpp:78:0,
  87.                  from ../../../JUCE/modules/juce_audio_formats/juce_audio_formats.cpp:100:
  88. ../../../JUCE/modules/juce_audio_formats/codecs/flac/libFLAC/lpc_flac.c:60:24: note: candidate: long int juce::FlacNamespace::lround(double)
  89.  static inline long int lround(double x) {
  90.                         ^~~~~~
  91. Makefile:718: recipe for target 'build/intermediate/Release/juce_audio_formats_5c144c69.o' failed
  92. make[1]: *** [build/intermediate/Release/juce_audio_formats_5c144c69.o] Error 1
  93. make[1]: Leaving directory '/home/crocoduck/Downloads/helm-git/src/helm/standalone/builds/linux'
  94. Makefile:25: recipe for target 'standalone' failed
  95. make: *** [standalone] Error 2
  96. ==> ERROR: A failure occurred in build().
  97.     Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement