Advertisement
Guest User

Untitled

a guest
Oct 15th, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. /home/pi/Downloads/pd-0.47-1/src/m_pd.h:151:15: note: no known conversion for argument 1 from ‘gendysamp_t {aka float}’ to ‘const word&’
  2. src/gendy~.cpp:243:22: error: no match for ‘operator=’ (operand types are ‘t_word {aka word}’ and ‘int’)
  3. (*display_buf)[n++]= 0;
  4. ^
  5. src/gendy~.cpp:243:22: note: candidate is:
  6. In file included from /usr/local/include/flext/flstdc.h:66:0,
  7. from /usr/local/include/flext/flbase.h:18,
  8. from /usr/local/include/flext/flclass.h:18,
  9. from /usr/local/include/flext/flext.h:60,
  10. from src/gendy~.cpp:38:
  11. /home/pi/Downloads/pd-0.47-1/src/m_pd.h:151:15: note: word& word::operator=(const word&)
  12. typedef union word
  13. ^
  14. /home/pi/Downloads/pd-0.47-1/src/m_pd.h:151:15: note: no known conversion for argument 1 from ‘int’ to ‘const word&’
  15. /home/pi/flext-master/buildsys/lnx/gnumake-gcc-ext.inc:27: recipe for target 'pd-linux/release-single/gendy~.opp' failed
  16. make[1]: *** [pd-linux/release-single/gendy~.opp] Error 1
  17. make[1]: Leaving directory '/home/pi/PUREDATA/gendyflext-master'
  18. /home/pi/flext-master/buildsys/targets.inc:62: recipe for target 'build-release-single' failed
  19. make: *** [build-release-single] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement