<br><br><div class="gmail_quote">2009/2/18 Sean Corbett <span dir="ltr"><<a href="mailto:seanbutnotheard@gmail.com">seanbutnotheard@gmail.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><div></div><div class="Wj3C7c">On Wed, Feb 18, 2009 at 8:31 AM, Alessio Leonarduzzi<br>
<<a href="mailto:alessio.leonarduzzi@gmail.com">alessio.leonarduzzi@gmail.com</a>> wrote:<br>
>><br>
>> > 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>
> libasound2-doc - ALSA library developer documentation<br>
> libmikmod2-dev - A portable sound library - development files<br>
> ladcca-dev - Development files for LADCCA<br>
> libalsa-ocaml-dev - OCaml bindings for the ALSA library<br>
> libalsaplayer-dev - PCM player designed for ALSA (interface library,<br>
> development files)<br>
> libbio2jack0-dev - oss/alsa to jack porting lib - development files<br>
> libbjack-ocaml-dev - OCaml blocking interface to jack audio connection kit<br>
> libclalsadrv-dev - Development file for libclalsadrv<br>
> liblash-dev - Linux Audio Session Handler (LASH) development files<br>
> liblo10k1-dev - ALSA emu10k1/2 patch-loader library development files<br>
> libopenal-dev - Software implementation of the OpenAL API (development<br>
> files)<br>
> liby-dev - Y Sound Server Library Header Files<br>
> madfuload - Firmware loader for M-Audio DFU audio devices<br>
> midisport-firmware - Firmware loader for M-Audio's MidiSport devices<br>
> alsa-firmware - Contains firmware for ALSA devices - Medibuntu package<br>
><br>
> but the compiling stop at the same point<br>
><br>
</div></div>> _______________________________________________<br>
> ardour-dev mailing list<br>
> <a href="mailto:ardour-dev@lists.ardour.org">ardour-dev@lists.ardour.org</a><br>
> <a href="http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org" target="_blank">http://lists.ardour.org/listinfo.cgi/ardour-dev-ardour.org</a><br>
><br>
><br>
<br>
Apt-cache only shows the available packages, not the state of their<br>
installation.  Try this:<br>
<br>
aptitude show libasound2-dev | grep -i state<br>
<font color="#888888"><br>
</font></blockquote></div><br>"sudo aptitude show libasound2-dev | grep -i state" say me that the package IS INSTALLED!!! <br>