mixer, Re: Goals for next Xfce releases

Alexander Toresson alexander.toresson at gmail.com
Sat Feb 3 23:10:26 CET 2007


On 2/3/07, Björn Martensen <bjoern.martensen at gmail.com> wrote:
> On Sat, 2007-02-03 at 21:36 +0000, Danny Milosavljevic wrote:
> > Function vc_get_control_list in line 478 in
> > http://svn.xfce.org/filedetails.php?repname=xfce4&path=%2Fxfce4-mixer%2Fbranches%2Fxfce_4_4%2Flib%2Fvc_alsa.c&rev=0&sc=0 doesn't filter anything, it just determines control type and adds it anyway in each case.
> >
> > Can you run "xfce4-mixer/lib/test_vc" please? (compile command is at the top of the test_vc.c... hmm, I should add that to automake... but how to get automake not to install it?).
>
> It doesn't compile. I just did a fresh checkout of xfce4-mixer from svn
> and cd'ed into the lib dir and used the command from test_vc.c:
>
>  $ gcc -o test_vc test_vc.c vc_oss.c -I../include `pkg-config --cflags
> --libs gtk+-2.0 libxfce4util-1.0` vc.c vcs.c -DUSE_OSS -DHAVE_CONFIG_H
> -g3 -I..
> /tmp/cctGtY1T.o: In function `register_vcs':
> /home/baze/xfce4-mixer-svn/src/xfce4-mixer/lib/vcs.c:24: undefined
> reference to `register_alsa'
> collect2: ld returned 1 exit status
>
> That's what i get. What's wrong here? xfce4-mixer built fine..
>
> Björn
>

Sounds like you missed linking with some library when compiling. -lalsa?

Regards, Alexander Toresson



More information about the Xfce4-dev mailing list