On Mon, 23 Jun 2003, Sundaranathan S wrote: > Hi All, > > While compiling ALSA libraries i am getting an error which is > stated below > > control.c: In function `snd_ctl_open_conf': > control.c:581: `_dlsym_control_001' undeclared > (first use in this function) > control.c:581: (Each undeclared identifier is > reported only once
Could you try this patch? Index: global.h =================================================================== RCS file: /cvsroot/alsa/alsa-lib/include/global.h,v retrieving revision 1.19 diff -u -r1.19 global.h --- global.h 23 Apr 2003 12:41:55 -0000 1.19 +++ global.h 23 Jun 2003 07:50:24 -0000 @@ -84,6 +84,11 @@ #endif +#ifndef __STRING +/** \brief Return 'x' argument as string */ +#define __STRING(x) #x +#endif + /** \brief Returns the version of a dynamic symbol as a string. */ #define SND_DLSYM_VERSION(version) __STRING(version) Jaroslav ----- Jaroslav Kysela <[EMAIL PROTECTED]> Linux Kernel Sound Maintainer ALSA Project, SuSE Labs ------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php _______________________________________________ Alsa-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-devel