Advertisement
Guest User

Untitled

a guest
Jan 21st, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.60 KB | None | 0 0
  1. Scanning dependencies of target openshot-audio
  2. [ 9%] Building CXX object CMakeFiles/openshot-audio.dir/JuceLibraryCode/modules/juce_core/juce_core.cpp.o
  3. [ 18%] [ 27%] Building CXX object CMakeFiles/openshot-audio.dir/JuceLibraryCode/modules/juce_data_structures/juce_data_structures.cpp.o
  4. [ 36%] Building CXX object CMakeFiles/openshot-audio.dir/JuceLibraryCode/modules/juce_events/juce_events.cpp.o
  5. Building CXX object CMakeFiles/openshot-audio.dir/JuceLibraryCode/modules/juce_graphics/juce_graphics.cpp.o
  6. In file included from /builddir/JuceLibraryCode/modules/juce_core/juce_core.cpp:77:0:
  7. /usr/include/sys/errno.h:1:2: warning: #warning redirecting incorrect #include <sys/errno.h> to <errno.h> [-Wcpp]
  8. #warning redirecting incorrect #include <sys/errno.h> to <errno.h>
  9. ^
  10. /builddir/JuceLibraryCode/modules/juce_core/juce_core.cpp:101:24: fatal error: execinfo.h: No such file or directory
  11. #include <execinfo.h>
  12. ^
  13. compilation terminated.
  14. CMakeFiles/openshot-audio.dir/build.make:54: recipe for target 'CMakeFiles/openshot-audio.dir/JuceLibraryCode/modules/juce_core/juce_core.cpp.o' failed
  15. make[2]: *** [CMakeFiles/openshot-audio.dir/JuceLibraryCode/modules/juce_core/juce_core.cpp.o] Error 1
  16. make[2]: *** Waiting for unfinished jobs....
  17. In file included from /builddir/JuceLibraryCode/modules/juce_data_structures/../juce_events/../juce_core/juce_core.h:177:0,
  18. from /builddir/JuceLibraryCode/modules/juce_data_structures/../juce_events/juce_events.h:29,
  19. from /builddir/JuceLibraryCode/modules/juce_data_structures/juce_data_structures.h:29,
  20. from /builddir/JuceLibraryCode/modules/juce_data_structures/juce_data_structures.cpp:38:
  21. /builddir/JuceLibraryCode/modules/juce_data_structures/../juce_events/../juce_core/memory/juce_Atomic.h: In member function 'Type juce::Atomic<Type>::operator++()':
  22. /builddir/JuceLibraryCode/modules/juce_data_structures/../juce_events/../juce_core/memory/juce_Atomic.h:327:63: error: 'int64_t' was not declared in this scope
  23. : (Type) __sync_add_and_fetch ((int64_t*) &value, 1);
  24. ^
  25. /builddir/JuceLibraryCode/modules/juce_data_structures/../juce_events/../juce_core/memory/juce_Atomic.h:327:71: error: expected primary-expression before ')' token
  26. : (Type) __sync_add_and_fetch ((int64_t*) &value, 1);
  27. ^
  28. /builddir/JuceLibraryCode/modules/juce_data_structures/../juce_events/../juce_core/memory/juce_Atomic.h: In member function 'Type juce::Atomic<Type>::operator--()':
  29. /builddir/JuceLibraryCode/modules/juce_data_structures/../juce_events/../juce_core/memory/juce_Atomic.h:342:63: error: 'int64_t' was not declared in this scope
  30. : (Type) __sync_add_and_fetch ((int64_t*) &value, -1);
  31. ^
  32. /builddir/JuceLibraryCode/modules/juce_data_structures/../juce_events/../juce_core/memory/juce_Atomic.h:342:71: error: expected primary-expression before ')' token
  33. : (Type) __sync_add_and_fetch ((int64_t*) &value, -1);
  34. ^
  35. /builddir/JuceLibraryCode/modules/juce_data_structures/../juce_events/../juce_core/memory/juce_Atomic.h: In instantiation of 'Type juce::Atomic<Type>::operator++() [with Type = int]':
  36. /builddir/JuceLibraryCode/modules/juce_data_structures/../juce_events/../juce_core/memory/juce_ReferenceCountedObject.h:76:11: required from here
  37. /builddir/JuceLibraryCode/modules/juce_data_structures/../juce_events/../juce_core/memory/juce_Atomic.h:327:82: error: incompatible type for argument 1 of '__sync_add_and_fetch'
  38. : (Type) __sync_add_and_fetch ((int64_t*) &value, 1);
  39. ^
  40. /builddir/JuceLibraryCode/modules/juce_data_structures/../juce_events/../juce_core/memory/juce_Atomic.h: In instantiation of 'Type juce::Atomic<Type>::operator--() [with Type = int]':
  41. /builddir/JuceLibraryCode/modules/juce_data_structures/../juce_events/../juce_core/memory/juce_ReferenceCountedObject.h:86:15: required from here
  42. /builddir/JuceLibraryCode/modules/juce_data_structures/../juce_events/../juce_core/memory/juce_Atomic.h:342:83: error: incompatible type for argument 1 of '__sync_add_and_fetch'
  43. : (Type) __sync_add_and_fetch ((int64_t*) &value, -1);
  44. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement