<div>Actually on the main page of puredata.info I have just found<br><br><ul class="simple" style="line-height: 1.5em; margin: 0.5em 0px 0px 1.5em; padding: 0px; list-style-image: url("https://puredata.info/bullet.gif"); list-style-type: square; color: rgb(34, 34, 34); font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif; font-size: 13.376px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255);"><li style="margin-bottom: 0.5em;"><a class="reference" href="https://puredata.info/download/pd-extended" style="color: purple; text-decoration: none; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(204, 204, 204); background-color: transparent;">Pd extended</a>: a version of Pd vanilla that comes with many libraries written by the community. Pd extended can be used for graphics rendering (<a class="reference" href="https://puredata.info/downloads/gem/documentation" style="color: purple; text-decoration: none; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(204, 204, 204); background-color: transparent;">GEM</a><span class="Apple-converted-space"> </span>library), OSC communications, binary file processing, audio-visual streaming, physical modeling, sensor-based performances, and much more.<span class="Apple-converted-space"> </span><strong>As of 2014, Pd extended is no longer being maintained.</strong><span class="Apple-converted-space"> </span>A growing number of libraries are forked independently and made available via the Pd vanilla (<a class="reference" href="https://puredata.info/docs/Deken" style="color: purple; text-decoration: none; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(204, 204, 204); background-color: transparent;">deken</a><span class="Apple-converted-space"> </span>plug-in).</li></ul><p><br></p><p>I suggest that this message is also displayed on the pages related to building pd-extended.<br></p><p><br></p><p>Best <br></p><p><br></p><p>Angelo<br></p></div><br>
<br>
<blockquote>
----Messaggio originale----<br>
Da: "angelo.arcadi@virgilio.it" <angelo.arcadi@virgilio.it><br>
Data: 1-ago-2016 18.58<br>
A: "Simon Iten"<itensimon@gmail.com>, <pd-list@lists.iem.at><br>
Ogg: [PD] R: Re:   Errors in building pd-extended on Odroid C2<br>
<br>
<div>Dear Simon, <br>thanks a lot for your quick and valuable answer! <br><br>Actually I did not find anywhere that pd.extended is outdated, having this information clearly stated on the website would have allowed me to save time. So my suggestion would be to signal this on the website.<br><br>Anyways, I will try to build pd-vanilla and deken.<br><br>However, I think it would be great to solve the compilation problem related to the alsa packages linkage.<br><br><br>Best<br><br>Angelo<br></div><br>
<br>
<blockquote>
----Messaggio originale----<br>
Da: "Simon Iten" <itensimon@gmail.com><br>
Data: 1-ago-2016 15.26<br>
A: "angelo.arcadi@virgilio.it"<angelo.arcadi@virgilio.it><br>
Cc: <pd-list@lists.iem.at><br>
Ogg: Re: [PD]  Errors in building pd-extended on Odroid C2<br>
<br>
<!---->pd-extended is really outdated and not supported anymore.<div class=""><br class=""></div><div class="">the general consensus is to use pd-vanilla with deken since almost all extended libraries are available in deken.</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><div><blockquote type="cite" class=""><div class="">On 01 Aug 2016, at 16:57, <a href="mailto:angelo.arcadi@virgilio.it" class="">angelo.arcadi@virgilio.it</a> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class=""></div><br class="">
Sorry I forgot the attachment of the  .txt file with the whole output of the build. Please find it attached.<br class=""><br class="">Thanks in advance<br class=""><br class="">Best<br class=""><br class="">Angelo
<blockquote class="">
----Messaggio originale----<br class="">
Da: "<a href="mailto:angelo.arcadi@virgilio.it" class="">angelo.arcadi@virgilio.it</a>" <<a href="mailto:angelo.arcadi@virgilio.it" class="">angelo.arcadi@virgilio.it</a>><br class="">
Data: 1-ago-2016 14.53<br class="">
A: <<a href="mailto:pd-list@lists.iem.at" class="">pd-list@lists.iem.at</a>><br class="">
Ogg: [PD] Errors in building pd-extended on Odroid C2<br class="">
<br class="">
<div class=""></div>Dear list members,<br class="">when building from source pd-extended (the last version) on the ODROID C2 board, running Ubuntu 16.04,<br class="">I get errors, likely related to the linkage to the alsa packages.<br class=""><br class="">To build I simply followed the instructions listed on the <a href="http://puredata.info" class="">puredata.info</a><br class="">(cd pure-data/packages/linux_make and then make install)<br class=""><br class=""><br class=""><br class="">Here the lines of the build output were the error begins:<br class=""><br class="">pd-s_audio_alsa.o: In function `check_error':<br class="">/home/odroid/Desktop/pdextended_sources/pd-extended/pd/src/s_audio_alsa.c:72: undefined reference to `snd_strerror'<br class="">pd-s_audio_alsa.o: In function `alsaio_setup':<br class="">/home/odroid/Desktop/pdextended_sources/pd-extended/pd/src/s_audio_alsa.c:121: undefined reference to `snd_pcm_hw_params_sizeof'<br class=""><br class="">It terminates with the following lines:<br class=""><br class="">pd-s_midi_alsa.o: In function `sys_alsa_close_midi':<br class="">/home/odroid/Desktop/pdextended_sources/pd-extended/pd/src/s_midi_alsa.c:278: undefined reference to `snd_seq_close'<br class="">/home/odroid/Desktop/pdextended_sources/pd-extended/pd/src/s_midi_alsa.c:281: undefined reference to `snd_midi_event_free'<br class="">collect2: error: ld returned 1 exit status<br class="">Makefile:722: recipe for target 'pd' failed<br class="">make[5]: *** [pd] Error 1<br class="">make[5]: Leaving directory '/home/odroid/Desktop/pdextended_sources/pd-extended/pd/src'<br class="">Makefile:2038: recipe for target 'all-recursive' failed<br class="">make[4]: *** [all-recursive] Error 1<br class="">make[4]: Leaving directory '/home/odroid/Desktop/pdextended_sources/pd-extended/pd/src'<br class="">Makefile:913: recipe for target 'all-recursive' failed<br class="">make[3]: *** [all-recursive] Error 1<br class="">make[3]: Leaving directory '/home/odroid/Desktop/pdextended_sources/pd-extended/pd'<br class="">Makefile:813: recipe for target 'all' failed<br class="">make[2]: *** [all] Error 2<br class="">make[2]: Leaving directory '/home/odroid/Desktop/pdextended_sources/pd-extended/pd'<br class="">Makefile:114: recipe for target 'pd' failed<br class="">make[1]: *** [pd] Error 2<br class="">make[1]: Leaving directory '/home/odroid/Desktop/pdextended_sources/pd-extended/packages'<br class="">Makefile:84: recipe for target 'install' failed<br class="">make: *** [install] Error 2<br class=""><br class=""><br class="">Please find attached a .txt file with the whole output of the build.<br class=""><br class="">I think I have all the dependencies correctly installed.<br class=""><br class="">I was wondering, should I build alsa? I had installed via apt-get. Or maybe should I change <br class="">something in the command for compiling? It seems that the compiler does not find the alsa packages.<br class=""><br class="">I would be immensely grateful to anyone who could help me.<br class=""><br class=""><br class="">Best regards<br class=""><br class="">Angelo<br class=""><br class="">
</blockquote><br class="">
<span id="cid:59BB2395-E44B-45FE-AE7E-E9F276DB6A62@fritz.box"><output_make_install.txt></span>_______________________________________________<br class=""><a href="mailto:Pd-list@lists.iem.at" class="">Pd-list@lists.iem.at</a> mailing list<br class="">UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" class="">https://lists.puredata.info/listinfo/pd-list</a><br class=""></div></blockquote></div><br class=""></div><br>
</blockquote><br>
<br>
</blockquote><br>