<br><br><div class="gmail_quote">2009/2/18 Jonathan Stowe <span dir="ltr"><<a href="mailto:jns@its-going-to-be-fabulous.com">jns@its-going-to-be-fabulous.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">2009/2/18 Alessio Leonarduzzi <<a href="mailto:alessio.leonarduzzi@gmail.com">alessio.leonarduzzi@gmail.com</a>>:<br>
>><br>
</div><div class="Ih2E3d">>> > gtk2_ardour/engine_dialog.o: In function<br>
>> > `EngineControl::enumerate_alsa_devices()':<br>
>> > engine_dialog.cc:(.text+0x42f8): undefined reference to<br>
>> > `snd_ctl_card_info_sizeof'<br>
>><br>
>> That looks suspiciously like the alsa library isn't properly installed<br>
>> - you may need libasound-dev, alsa-dev or similar package (it is<br>
>> alsa-lib-devel here).<br>
>><br>
><br>
><br>
> no, I have installed all these packages:<br>
><br>
> alessio@desktop:~/Programmi/<br>
> ardour/3.0$ sudo apt-cache search alsa | grep dev<br>
> lib64asound2-dev - ALSA library development files (64 bit)<br>
> libasound2-dev - ALSA library development files<br>
<br>
</div>...<br>
<div class="Ih2E3d"><br>
><br>
> but the compiling stop at the same point<br>
><br>
<br>
</div>I seem to recall having problems on a 64 bit platform before when I<br>
had both 64 bit and 32 bit development libraries installed. If you are<br>
building for a 64 bit platform then you should remove the<br>
libasound2-dev otherwise remove the lib64asound2-dev - the problem<br>
definitely is that it cannot find an appropriate libasound to link to.<br>
<br>
Unfortunately I don't have an ubuntu machine to test this on at the moment.<br>
</blockquote></div><br>lib64asound2-dev isn't istalled... strange problem!<br>