<br><br><div class="gmail_quote">2009/2/18 David Robillard <span dir="ltr"><<a href="mailto:dave@drobilla.net">dave@drobilla.net</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, 2009-02-18 at 16:36 +0000, John Rigg wrote:<br>
> On Wed, Feb 18, 2009 at 03:37:45PM +0100, Alessio Leonarduzzi wrote:<br>
> > 2009/2/18 Jonathan Stowe <<a href="mailto:jns@its-going-to-be-fabulous.com">jns@its-going-to-be-fabulous.com</a>><br>
> ><br>
> > > 2009/2/18 Alessio Leonarduzzi <<a href="mailto:alessio.leonarduzzi@gmail.com">alessio.leonarduzzi@gmail.com</a>>:<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>
> > ><br>
> > > ...<br>
> > ><br>
> > > ><br>
> > > > but the compiling stop at the same point<br>
> > > ><br>
> > ><br>
> > > 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>
> > ><br>
> ><br>
> > lib64asound2-dev isn't istalled... strange problem!<br>
><br>
> Why are 64 bit libraries needed when -march=i686 ?<br>
<br>
</div></div>-march=whatever alone will not make 32-bit binaries on a 64-bit system.<br>
</blockquote></div><br>sorry, but my Kubuntu is 32bit version!<br>