From: Sundaranathan S <snathan@siptech.co.in>
To: Jaroslav Kysela <perex@suse.cz>
Cc: "alsa-devel@alsa-project.org" <alsa-devel@alsa-project.org>
Subject: Re: Regarding global.h
Date: Mon, 23 Jun 2003 14:04:36 -0500 [thread overview]
Message-ID: <3EF74F44.6000E751@siptech.co.in> (raw)
In-Reply-To: Pine.LNX.4.44.0306230949440.1838-100000@pnote.perex-int.cz
thanks .... I will try that and let you know ....
thanks,
-Sundaranathan
SIP Technologies & Exports Ltd
Jaroslav Kysela wrote:
> 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 <perex@suse.cz>
> 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
> Alsa-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/alsa-devel
-------------------------------------------------------
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
next prev parent reply other threads:[~2003-06-23 8:23 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-23 16:57 Regarding global.h Sundaranathan S
2003-06-23 7:50 ` Jaroslav Kysela
2003-06-23 19:04 ` Sundaranathan S [this message]
2003-06-26 14:24 ` Sundaranathan S
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3EF74F44.6000E751@siptech.co.in \
--to=snathan@siptech.co.in \
--cc=alsa-devel@alsa-project.org \
--cc=perex@suse.cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.