From: Takashi Iwai <tiwai@suse.de>
To: gerlacbd <gerlacbd@emt.iis.fhg.de>
Cc: alsa-devel@lists.sourceforge.net
Subject: Re: Q: Error on compiling/linking
Date: Thu, 09 Oct 2003 18:25:19 +0200 [thread overview]
Message-ID: <s5hy8vu7500.wl@alsa2.suse.de> (raw)
In-Reply-To: <3F8587F0.1070902@emt.iis.fhg.de>
At Thu, 09 Oct 2003 18:08:16 +0200,
gerlacbd wrote:
>
>
> Hello,
>
> I'm new to ALSA and I have a problem on programming the library:
> On my system ALSA library 0.9.7 and ALSA 0.9.7 driver is installed.
> According to the api-documentation on the ALSA project site, I tried to
> do something like:
>
> snd_seq_client_info_t *info;
> snd_seq_client_info_malloc ( &info );
> snd_seq_get_client_info( seq_handle, info );
>
> ... do sth. like readout name with snd_seq_client_info_get_name( info );
>
> snd_seq_client_info_free ( info );
it looks ok.
> When compiling/linking, I receive:
> "undefined reference to `snd_seq_client_info_malloc'"
> Same for snd_seq_client_info_get_name and for snd_seq_client_info_free.
>
> What's wrong? Is'nt my lib up to date? (I read that the sequencer api
> has been rewritten with get/set functions, but in which version?)
how do you link libasound?
Takashi
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
next prev parent reply other threads:[~2003-10-09 16:25 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-09 16:08 Q: Error on compiling/linking gerlacbd
2003-10-09 16:25 ` Takashi Iwai [this message]
2003-10-10 7:25 ` Bernhard Gerlach
2003-10-10 10:27 ` Takashi Iwai
2003-10-10 11:32 ` Bernhard Gerlach
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=s5hy8vu7500.wl@alsa2.suse.de \
--to=tiwai@suse.de \
--cc=alsa-devel@lists.sourceforge.net \
--cc=gerlacbd@emt.iis.fhg.de \
/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.