From: Takashi Iwai <tiwai@suse.de>
To: tomasz motylewski <T.Motylewski@bfad.de>
Cc: ALSA development <alsa-devel@alsa-project.org>
Subject: Re: rc4
Date: Thu, 24 Oct 2002 12:21:48 +0200 [thread overview]
Message-ID: <s5h8z0o16ir.wl@alsa2.suse.de> (raw)
In-Reply-To: <Pine.LNX.4.21.0210232011440.321-100000@mailserver.intern.bfad.de>
At Wed, 23 Oct 2002 20:17:15 +0200 (CEST),
tomasz motylewski wrote:
>
> On Wed, 23 Oct 2002, Takashi Iwai wrote:
>
> > > I have just updated to CVS.
> > >
> > > Debian 2.2
> > >
> > > I needed to run autoconf; ./configure; make; ./configure; make
> >
> > do you mean that the original configure script in rc4 tarball doesn't
> > work? if yes, it's a bug of rc4 tarball - we have to release rc5...
>
> No, I have got CVS version, but did not run cvscompile - my fault.
>
> But now with the real rc4 tarball and 2.4.9 kernel + Debian 2.2rev7
> ./configure
> make
> [...]
> make[3]: Leaving directory `/tmp/alsa-driver-0.9.0rc4/isa/wavefront'
> /tmp/alsa-driver-0.9.0rc4/include/sndversions.h was not updated
> gcc -M -D__KERNEL__ -DMODULE=1 -I/tmp/alsa-driver-0.9.0rc4/include
> -I/lib/modules/2.4.9/build/include -O2 -mpreferred-stack-boundary=2 -march=i686
> -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -DALSA_BUILD
> als100.c azt2320.c cmi8330.c dt019x.c es18xx.c opl3sa2.c sgalaxy.c sscape.c >
> .depend
> sscape.c:500: macro `min' used with only 2 args
> make[2]: *** [fastdep] Error 1
> make[2]: Leaving directory `/tmp/alsa-driver-0.9.0rc4/isa'
> make[1]: *** [dep] Error 1
> make[1]: Leaving directory `/tmp/alsa-driver-0.9.0rc4'
> make: *** [include/sndversions.h] Error 2
>
>
> I would say, low priority - 2.4.9 kernel is probably quite exotic at the
> moment.
yes, i guess it's the kernel version problem.
there was the time shortly once that min() and max() macro takes the
third argument for specifying the variable type. it was removed in
the later version.
there are definitions of correct min() and max() macros in adriver.h.
they are protected by ifdef, so you can put
#undef min
and
#undef max
so that they will be redefined.
i hope this doesn't conflict...
Takashi
-------------------------------------------------------
This sf.net email is sponsored by: Influence the future
of Java(TM) technology. Join the Java Community
Process(SM) (JCP(SM)) program now.
http://ad.doubleclick.net/clk;4729346;7592162;s?http://www.sun.com/javavote
prev parent reply other threads:[~2002-10-24 10:21 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-23 7:57 rc4 lib - build failing Jaroslav Kysela
2002-10-23 8:37 ` m
2002-10-23 9:22 ` Jaroslav Kysela
2002-10-23 9:27 ` m
2002-10-23 9:44 ` Takashi Iwai
2002-10-23 10:06 ` Jaroslav Kysela
2002-10-23 10:23 ` Takashi Iwai
2002-10-23 10:37 ` rc4 tomasz motylewski
2002-10-23 10:51 ` rc4 Patrick Shirkey
2002-10-23 11:24 ` rc4 James Tappin
2002-10-23 11:38 ` rc4 m
2002-10-23 11:45 ` rc4 Takashi Iwai
2002-10-23 11:29 ` rc4 Takashi Iwai
2002-10-23 18:17 ` rc4 tomasz motylewski
2002-10-24 10:21 ` Takashi Iwai [this message]
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=s5h8z0o16ir.wl@alsa2.suse.de \
--to=tiwai@suse.de \
--cc=T.Motylewski@bfad.de \
--cc=alsa-devel@alsa-project.org \
/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.