Re: [pulseaudio-discuss] Unable to compile for some values of CHOST (on x86_64)

2009-09-30 Thread Ng Oon-Ee
I guess I'll ignore the LDFLAGS stuff, just brought it up because when I questioned the Arch devs about the new LDFLAGS they mentioned that these were added because most current software should have no problems with the flags used. And now that I look at it, the -Wl is just part of

Re: [pulseaudio-discuss] Unable to compile for some values of CHOST (on x86_64)

2009-09-30 Thread Ng Oon-Ee
On Wed, 2009-09-30 at 15:54 +0800, Ng Oon-Ee wrote: Sorry, I was just wondering whether its a known issue. When I try to compile with CHOST=x86_64-pc-linux-gnu, I get errors about undefined reference to `lt__PROGRAM__LTX_preloaded_symbols` in various functions. If you wish the exact error

Re: [pulseaudio-discuss] Mic not working with PA

2009-09-30 Thread remrot
Hi! Thx for your response! I've attached the amixer output for the live system (amixer_live.txt), the installed system with all options identical to the live system (amixer_installed.txt) and the output for the installed system using the probe_mask and position_fix options (amixer_posfix.txt). I

Re: [pulseaudio-discuss] Unable to compile for some values of CHOST (on x86_64)

2009-09-30 Thread Lennart Poettering
On Wed, 30.09.09 15:54, Ng Oon-Ee (ngoo...@gmail.com) wrote: On Wed, 2009-09-30 at 09:31 +0200, Lennart Poettering wrote: On Wed, 30.09.09 15:22, Ng Oon-Ee (ngoo...@gmail.com) wrote: I'm using Archlinux 64-bit (x86_64), and am having trouble compiling pulseaudio from git (or even

Re: [pulseaudio-discuss] Missing Digital outputs with hotplug Transit device

2009-09-30 Thread Neil Wilson
2009/9/29 Lennart Poettering lenn...@poettering.net: Could you please run udevadm monitor --udev -ssound and paste the output it generates when you hotplug here? This should tell us if the order in which the devices are created. Might be a good idea to run it multiple times to 'verify' that

Re: [pulseaudio-discuss] [PATCH] Don't refuse to start on systems using GNU stow, graft, STORE et al

2009-09-30 Thread Nix
On 29 Sep 2009, Lennart Poettering outgrape: (Btw, I use stow myself. and if configure detects a /usr/local/stow directory it will install itself there automatically) That's why I thought you'd probably apply it :) for a 'house of cards built on symlinks' very few changes are needed: something

Re: [pulseaudio-discuss] [PATCH] Don't refuse to start on systems using GNU stow, graft, STORE et al

2009-09-30 Thread Nix
On 27 Sep 2009, Colin Guthrie uttered the following: If you really, really want to cock about with the real location after install, then just use unionfs mounts rather than a house of cards built on symlinks. Three thousand plus unionfs mounts? That strikes me as, well, insane :) there are

Re: [pulseaudio-discuss] Example using async API

2009-09-30 Thread Peter Onion
I've been looking at the tests in the source distribution to get some more ideas on how things fit together. BUT, I still can't figure out how to use the threaded mainloop. There are some examples of using bits of it, but at the moment I can't see how to put them together in a coherent way.

Re: [pulseaudio-discuss] Unable to compile for some values of CHOST (on x86_64)

2009-09-30 Thread Ng Oon-Ee
On Wed, 2009-09-30 at 17:50 +0200, Lennart Poettering wrote: On Wed, 30.09.09 16:08, Ng Oon-Ee (ngoo...@gmail.com) wrote: On Wed, 2009-09-30 at 15:54 +0800, Ng Oon-Ee wrote: Sorry, I was just wondering whether its a known issue. When I try to compile with CHOST=x86_64-pc-linux-gnu, I