Hi list, I'm trying to compile cw_binaural~ external for android but I get this error:
g++ /home/husk/src/pd/pure-data/src/ -o "src/cw_binaural~.o" -c "src/cw_binaural~.cpp" src/cw_binaural~.cpp: In function ‘void cw_binaural_set_listen_db(t_cw_binaural_tilde*, t_symbol*)’: src/cw_binaural~.cpp:78:20: error: ‘logstring2pdterm’ was not declared in this scope src/cw_binaural~.cpp: In function ‘void cw_binaural_set_cipic_db(t_cw_binaural_tilde*, t_symbol*)’: src/cw_binaural~.cpp:89:20: error: ‘logstring2pdterm’ was not declared in this scope src/cw_binaural~.cpp: In function ‘void cw_binaural_set_hrtf_db(t_cw_binaural_tilde*, t_symbol*, t_symbol*, t_symbol*, t_symbol*)’: src/cw_binaural~.cpp:132:20: error: ‘logstring2pdterm’ was not declared in this scope src/cw_binaural~.cpp: In function ‘void cw_binaural_tilde_free(t_cw_binaural_tilde*)’: src/cw_binaural~.cpp:141:20: error: ‘logstring2pdterm’ was not declared in this scope src/cw_binaural~.cpp: In function ‘void* cw_binaural_tilde_new(t_symbol*, int, t_atom*)’: src/cw_binaural~.cpp:178:24: error: ‘logstring2pdterm’ was not declared in this scope src/cw_binaural~.cpp:192:20: error: ‘logstring2pdterm’ was not declared in this scope make: *** [src/cw_binaural~.o] Error 1
The external seems to use TemplateLibrary, so it should compile, rights? what the problem here?
thanks in advance husk