GNOME Bugzilla – Bug 307368
[PATCH] compile error
Last modified: 2005-08-03 16:38:50 UTC
home/hys545/work/gnome/update/control-center-2.11.3/gnome-settings-daemon/ actions/acme-volume.c:118: undefined reference to `acme_volume_dummy_get_type' collect2: ld returned 1 exit status make[4]: *** [gnome-settings-daemon] 오류 1 make[4]: Leaving directory `/home/hys545/work/gnome/update/control-center-2.11. 3/gnome-settings-daemon' make[3]: *** [all-recursive] 오류 1 make[3]: Leaving directory `/home/hys545/work/gnome/update/control-center-2.11. 3/gnome-settings-daemon' make[2]: *** [all] 오류 2 make[2]: Leaving directory `/home/hys545/work/gnome/update/control-center-2.11. 3/gnome-settings-daemon' make[1]: *** [all-recursive] 오류 1 make[1]: Leaving directory `/home/hys545/work/gnome/update/control-center-2.11. 3' make: *** [all] 오류 2 [hys545@localhost control-center-2.11.3]$
I just compiled the control-center-2.11.3 tarball from source without any problems.
I compile cvs version and 2.11.5 I don't compile
what distribution/version of gcc are you using?
*** Bug 308121 has been marked as a duplicate of this bug. ***
I'm using gcc 4.0.0 on slackware 8.0 with heaps of updates
i'm using gcc 3.4.1 on haansoft
*** Bug 310588 has been marked as a duplicate of this bug. ***
what configure output do you have for alsa/gstreamer/oss?
I get exactly the same error but only having installed gstreamer-0.9. gstreamer- 0.8 works fine for me. Will Gnome 2.12 shift to gstreamer 0.9 or 0.10 or stick to gstreamer-0.8??
0.8 for GNOME 2.12
Created attachment 49304 [details] config.log I'm using 0.8.10 and I have this issue too. Attached is my config.log
Created attachment 49305 [details] [review] build-fixes.diff Here is a patch from GARNOME that fixes the issue for me.
Ronald, you made the changes, any opinion on the bug/patch?
The patch to Makefile.am looks good, I'd say go ahead and apply.
Forgot to mention that he patch is by Paul Drain. :)
The bug is still present in 2.11.90, can we get this patch committed?
*** Bug 312478 has been marked as a duplicate of this bug. ***
I've commited the Makefile.am change, that fixes the issue: 2005-08-03 Sebastien Bacher <seb128@debian.org> * actions/Makefile.am: fix the build without gstreamer and with alsa, patch by Paul Drain <pd@cipherfunk.org> (Closes: #307368).