Re: gnome-libs
- From: Eric Guenterberg <mavpion fire csua ucla edu>
- To: Terry Shull <tshull clinton-famnet com>
- cc: gnome-list gnome org
- Subject: Re: gnome-libs
- Date: Tue, 29 Sep 1998 18:18:53 -0700 (PDT)
On Tue, 29 Sep 1998, Terry Shull wrote:
> CVS updated 1830 hours CST I am getting this during make:
>
> .libs/libgnome.so: undefined reference to `esd_close'
Oh yeah... I had that problem too... I changed it to:
esd_audio_close
here's my diff off of rcs...
I'm not sure if either of these is the proper fix... but they *appear*
to work.
Index: libgnome/gnome-sound.c
===================================================================
RCS file: /cvs/gnome/gnome-libs/libgnome/gnome-sound.c,v
retrieving revision 1.1
diff -r1.1 gnome-sound.c
359c359
< esd_close(gnome_sound_connection);
---
> esd_audio_close(gnome_sound_connection);
Index: libgnomeui/gnome-animator.h
===================================================================
RCS file: /cvs/gnome/gnome-libs/libgnomeui/gnome-animator.h,v
retrieving revision 1.1
diff -r1.1 gnome-animator.h
28c28
< #include <gnome-pixmap.h>
---
> #include <libgnomeui/gnome-pixmap.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]