Advertisement
neuromancer85

cursynth 1.5 build failure (AUR)

Apr 18th, 2014
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. Making all in mopo
  2. make[2]: Entering directory '/home/neuromancer85/.aur/yaourt-tmp-neuromancer85/aur-cursynth/src/cursynth-1.5/mopo'
  3. Making all in src
  4. make[3]: Entering directory '/home/neuromancer85/.aur/yaourt-tmp-neuromancer85/aur-cursynth/src/cursynth-1.5/mopo/src'
  5. CXX delay.o
  6. CXX filter.o
  7. CXX envelope.o
  8. CXX feedback.o
  9. CXX linear_slope.o
  10. CXX midi_lookup.o
  11. CXX mono_panner.o
  12. CXX operators.o
  13. CXX oscillator.o
  14. In file included from mono_panner.cpp:20:0:
  15. wave.h: In static member function ‘static mopo::mopo_float mopo::Wave::whitenoise()’:
  16. wave.h:245:28: error: ‘rand’ was not declared in this scope
  17. return (2.0 * rand()) / RAND_MAX - 1;
  18. ^
  19. wave.h:245:33: error: ‘RAND_MAX’ was not declared in this scope
  20. return (2.0 * rand()) / RAND_MAX - 1;
  21. ^
  22. Makefile:382: recipe for target 'mono_panner.o' failed
  23. make[3]: *** [mono_panner.o] Error 1
  24. make[3]: *** Waiting for unfinished jobs....
  25. In file included from oscillator.h:22:0,
  26. from oscillator.cpp:17:
  27. wave.h: In static member function ‘static mopo::mopo_float mopo::Wave::whitenoise()’:
  28. wave.h:245:28: error: ‘rand’ was not declared in this scope
  29. return (2.0 * rand()) / RAND_MAX - 1;
  30. ^
  31. wave.h:245:33: error: ‘RAND_MAX’ was not declared in this scope
  32. return (2.0 * rand()) / RAND_MAX - 1;
  33. ^
  34. Makefile:382: recipe for target 'oscillator.o' failed
  35. make[3]: *** [oscillator.o] Error 1
  36. make[3]: Leaving directory '/home/neuromancer85/.aur/yaourt-tmp-neuromancer85/aur-cursynth/src/cursynth-1.5/mopo/src'
  37. Makefile:329: recipe for target 'all-recursive' failed
  38. make[2]: *** [all-recursive] Error 1
  39. make[2]: Leaving directory '/home/neuromancer85/.aur/yaourt-tmp-neuromancer85/aur-cursynth/src/cursynth-1.5/mopo'
  40. Makefile:446: recipe for target 'all-recursive' failed
  41. make[1]: *** [all-recursive] Error 1
  42. make[1]: Leaving directory '/home/neuromancer85/.aur/yaourt-tmp-neuromancer85/aur-cursynth/src/cursynth-1.5'
  43. Makefile:365: recipe for target 'all' failed
  44. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement