<div></div>Dear list members,<br>when building from source pd-extended (the last version) on the ODROID C2 board, running Ubuntu 16.04,<br>I get errors, likely related to the linkage to the alsa packages.<br><br>To build I simply followed the instructions listed on the puredata.info<br>(cd pure-data/packages/linux_make and then make install)<br><br><br><br>Here the lines of the build output were the error begins:<br><br>pd-s_audio_alsa.o: In function `check_error':<br>/home/odroid/Desktop/pdextended_sources/pd-extended/pd/src/s_audio_alsa.c:72: undefined reference to `snd_strerror'<br>pd-s_audio_alsa.o: In function `alsaio_setup':<br>/home/odroid/Desktop/pdextended_sources/pd-extended/pd/src/s_audio_alsa.c:121: undefined reference to `snd_pcm_hw_params_sizeof'<br><br>It terminates with the following lines:<br><br>pd-s_midi_alsa.o: In function `sys_alsa_close_midi':<br>/home/odroid/Desktop/pdextended_sources/pd-extended/pd/src/s_midi_alsa.c:278: undefined reference to `snd_seq_close'<br>/home/odroid/Desktop/pdextended_sources/pd-extended/pd/src/s_midi_alsa.c:281: undefined reference to `snd_midi_event_free'<br>collect2: error: ld returned 1 exit status<br>Makefile:722: recipe for target 'pd' failed<br>make[5]: *** [pd] Error 1<br>make[5]: Leaving directory '/home/odroid/Desktop/pdextended_sources/pd-extended/pd/src'<br>Makefile:2038: recipe for target 'all-recursive' failed<br>make[4]: *** [all-recursive] Error 1<br>make[4]: Leaving directory '/home/odroid/Desktop/pdextended_sources/pd-extended/pd/src'<br>Makefile:913: recipe for target 'all-recursive' failed<br>make[3]: *** [all-recursive] Error 1<br>make[3]: Leaving directory '/home/odroid/Desktop/pdextended_sources/pd-extended/pd'<br>Makefile:813: recipe for target 'all' failed<br>make[2]: *** [all] Error 2<br>make[2]: Leaving directory '/home/odroid/Desktop/pdextended_sources/pd-extended/pd'<br>Makefile:114: recipe for target 'pd' failed<br>make[1]: *** [pd] Error 2<br>make[1]: Leaving directory '/home/odroid/Desktop/pdextended_sources/pd-extended/packages'<br>Makefile:84: recipe for target 'install' failed<br>make: *** [install] Error 2<br><br><br>Please find attached a .txt file with the whole output of the build.<br><br>I think I have all the dependencies correctly installed.<br><br>I was wondering, should I build alsa? I had installed via apt-get. Or maybe should I change <br>something in the command for compiling? It seems that the compiler does not find the alsa packages.<br><br>I would be immensely grateful to anyone who could help me.<br><br><br>Best regards<br><br>Angelo<br>