All of lore.kernel.org
 help / color / mirror / Atom feed
* build error in pcm_native.c
@ 2004-07-15 18:09 Andrew Gaydenko
  2004-07-16  9:22 ` Takashi Iwai
  0 siblings, 1 reply; 16+ messages in thread
From: Andrew Gaydenko @ 2004-07-15 18:09 UTC (permalink / raw)
  To: alsa-devel

Hi,

Have tried to build drivers from current CVS and have got an error shown below.
Must I supply some additional info?

Andrew

==========================
gcc -D__KERNEL__ -DMODULE=1 -I/wrk/cvs/alsa/alsa-driver/include  -I/lib/modules/2.4.26-lck1/build/include -O2 -mpreferred-stack-boundary=2 -march=i686 -D__SMP__ -DCONFIG_SMP -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe -DALSA_BUILD -nostdinc -iwithprefix include  -DKBUILD_BASENAME=pcm_native   -c -o pcm_native.o pcm_native.c
pcm_native.c: In function `snd_pcm_mmap_data_Rsmp_c77fab7a':
pcm_native.c:3157: warning: passing arg 1 of `remap_page_range_Rsmp_69d01e73' makes integer from pointer without a cast
pcm_native.c:3157: error: incompatible type for argument 4 of `remap_page_range_Rsmp_69d01e73'
pcm_native.c:3157: error: too many arguments to function `remap_page_range_Rsmp_69d01e73'
make[1]: *** [pcm_native.o] Error 1


-------------------------------------------------------
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

^ permalink raw reply	[flat|nested] 16+ messages in thread
* Re: build error in pcm_native.c
@ 2004-07-16  9:27 Andrew Gaydenko
  0 siblings, 0 replies; 16+ messages in thread
From: Andrew Gaydenko @ 2004-07-16  9:27 UTC (permalink / raw)
  To: alsa-devel

Takashi, yes I did. 

Andrew
======= On Friday 16 July 2004 13:22, you wrote: =======
At Thu, 15 Jul 2004 22:09:21 +0400,
Andrew Gaydenko wrote:
> 
> Hi,
> 
> Have tried to build drivers from current CVS and have got an error shown below.
> Must I supply some additional info?

Did you run cvscompile?


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

^ permalink raw reply	[flat|nested] 16+ messages in thread
* Re: build error in pcm_native.c
@ 2004-07-16  9:57 Andrew Gaydenko
  2004-07-16 10:08 ` Takashi Iwai
  0 siblings, 1 reply; 16+ messages in thread
From: Andrew Gaydenko @ 2004-07-16  9:57 UTC (permalink / raw)
  To: alsa-devel

I have updated all the alsa CVS tree (. CVS dir). Yesterday there was some updating
of the file under problem.

Andrew

======= On Friday 16 July 2004 13:44, Takashi Iwai wrote: =======
At Fri, 16 Jul 2004 13:25:45 +0400,
Andrew Gaydenko wrote:
> 
> Takashi, yes I did. 

And did you update both alsa-driver and alsa-kernel trees?
The configure script was changed to detect the old remap_page_range().


Takashi

> 
> Andrew
> ======= On Friday 16 July 2004 13:22, you wrote: =======
> At Thu, 15 Jul 2004 22:09:21 +0400,
> Andrew Gaydenko wrote:
> > 
> > Hi,
> > 
> > Have tried to build drivers from current CVS and have got an error shown below.
> > Must I supply some additional info?
> 
> Did you run cvscompile?
> 
> 
> 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

^ permalink raw reply	[flat|nested] 16+ messages in thread
* Re: build error in pcm_native.c
@ 2004-07-16 10:26 Andrew Gaydenko
  0 siblings, 0 replies; 16+ messages in thread
From: Andrew Gaydenko @ 2004-07-16 10:26 UTC (permalink / raw)
  To: alsa-devel

There are no uncommented strings for this macro. The only is:

/* #undef CONFIG_OLD_REMAP_PAGE_RANGE */

Andrew

P.S. Must I reply to tiwai@suse.de or alsa-devel@lists.sourceforge.net
     or both?

======= On Friday 16 July 2004 14:08, you wrote: =======
At Fri, 16 Jul 2004 13:57:56 +0400,
Andrew Gaydenko wrote:
> 
> I have updated all the alsa CVS tree (. CVS dir). Yesterday there was some updating
> of the file under problem.

Then check alsa-driver/include/config.h whether
CONFIG_OLD_REMAP_PAGE_RANGE is defined.


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

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2004-07-16 13:42 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-15 18:09 build error in pcm_native.c 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
  -- strict thread matches above, loose matches on Subject: below --
2004-07-16  9:27 Andrew Gaydenko
2004-07-16  9:57 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
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
2004-07-16 10:26 Andrew Gaydenko

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.