From: Andrew Gaydenko <a@etver.com>
To: alsa-devel@lists.sourceforge.net
Cc: Takashi Iwai <tiwai@suse.de>
Subject: Re: build error in pcm_native.c
Date: Fri, 16 Jul 2004 16:57:23 +0400 [thread overview]
Message-ID: <200407161657.23244@goldspace.net> (raw)
In-Reply-To: <s5hllhk6t2d.wl@alsa2.suse.de>
clean/(re)cvscompile were done.
I'm not bash guru, but from common view some configure fragment seems
strange to me. I have got
checking for new remap_page_range... "no"
Here 1 is assigned to new_remap (line 2). But CONFIG_OLD_REMAP_PAGE_RANGE
is defined (line 8) only when new_remap equals 0 (line 6). Must new_remap
assignement be reverted?
The fragment is:
...
1. echo "$as_me:$LINENO: result: \"no\"" >&5
2. echo "${ECHO_T}\"no\"" >&6;new_remap="1"
3. fi
4. rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5. CFLAGS=$ac_save_CFLAGS
6. if test "new_remap" = "0"; then
7. cat >>confdefs.h <<\_ACEOF
8. #define CONFIG_OLD_REMAP_PAGE_RANGE 1
9. _ACEOF
fi
...
Andrew
======= On Friday 16 July 2004 16:21, you wrote: =======
At Fri, 16 Jul 2004 14:41:40 +0400,
Andrew Gaydenko wrote:
>
> Have applied the patch. Unfortunately, the same:
Did you run cvscompile again (after make clean)?
What about config.h now?
If CONFIG_OLD_REMAP_PAGE_RANGE is still undefined, check
config.log file.
Takashi
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
next prev parent reply other threads:[~2004-07-16 12:57 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-07-16 9:57 build error in pcm_native.c Andrew Gaydenko
2004-07-16 10:08 ` Takashi Iwai
[not found] ` <200407161414.54729@goldspace.net>
2004-07-16 10:28 ` Takashi Iwai
2004-07-16 10:41 ` Andrew Gaydenko
2004-07-16 12:21 ` Takashi Iwai
2004-07-16 12:57 ` Andrew Gaydenko [this message]
2004-07-16 13:08 ` Takashi Iwai
2004-07-16 13:15 ` Takashi Iwai
2004-07-16 13:42 ` Andrew Gaydenko
2004-07-16 13:37 ` Clemens Ladisch
-- strict thread matches above, loose matches on Subject: below --
2004-07-16 10:26 Andrew Gaydenko
2004-07-16 9:27 Andrew Gaydenko
2004-07-15 18:09 Andrew Gaydenko
2004-07-16 9:22 ` Takashi Iwai
[not found] ` <200407161325.45484@goldspace.net>
2004-07-16 9:44 ` Takashi Iwai
2004-07-16 9:56 ` Andrew Gaydenko
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=200407161657.23244@goldspace.net \
--to=a@etver.com \
--cc=alsa-devel@lists.sourceforge.net \
--cc=tiwai@suse.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.