Re: problems compiling control-center-1.2.1 src.rpm



Frank Hale <frankhale@yahoo.com> writes:

> >/usr/src/redhat/SOURCES/control-center-1.2.1/capplets/sound-properties/sou>nd-properties.c:826:
> > undefined reference to `esd_sample_getid'
> > /usr/src/redhat/SOURCES/control-center-1.2.1/capplets/sound-properties/sound-properties.c:828:
> > undefined reference to `esd_sample_free'
> > collect2: ld returned 1 exit status
> > make[3]: *** [sound-properties] Error 1
> > 
> 
> Anyone else having problems building the src rpms from helixcode? Geesh
> this is killing me, I've wasted 2 days trying to get control-center to
> build. I've downloaded the tarball but it spits out the same errors.
> Anyone know what I am missing? I've followed the packages in order on
> the page http://www.gnome.org/start/installing/ but I am still having no
> luck at all. I'm using RedHat 6.2.

You need to install esound-devel it sounds like:

~ $ grep esd_sample_getid /usr/include/esd.h 
int esd_sample_getid( int esd, const char *name);
~ $ rpm -qif /usr/include/esd.h
Name        : esound-devel                 Relocations: (not relocateable)
Version     : 0.2.14                            Vendor: Red Hat Software
Release     : 1                             Build Date: Thu 16 Sep 1999 05:56:18 PM EDT
Install date: Sun 21 Nov 1999 12:09:51 AM EST      Build Host: porky.devel.redhat.com
Group       : Development/Libraries         Source RPM: esound-0.2.14-1.src.rpm
Size        : 52555                            License: GPL
Packager    : Red Hat Software <http://developer.redhat.com/bugzilla>
URL         : http://www.tux.org/~ricdude/EsounD.html
Summary     : Libraries, includes and more to develop EsounD applications.
Description :
The esound-devel Libraries, include files and other resources you can
use to develop EsounD applications.

Install esound-devel if you want to develop EsounD applications.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]