* 1.0.3rc2 release
@ 2004-02-25 20:10 Jaroslav Kysela
2004-02-26 0:19 ` 1.0.3rc2 release ... alsa-utils fails compiling aplay James Courtier-Dutton
0 siblings, 1 reply; 3+ messages in thread
From: Jaroslav Kysela @ 2004-02-25 20:10 UTC (permalink / raw)
To: ALSA development
Hello all,
I released 1.0.3rc2 packages. The full changelog from 1.0.2 will
came with the final release, but it would be nice to do some tests with
this code with smaller number of testers to not follow the 1.0.2 situation
when we have to quickly release several versions due to compilation
problems. Please, test the packages.
Thanks,
Jaroslav
-----
Jaroslav Kysela <perex@suse.cz>
Linux Kernel Sound Maintainer
ALSA Project, SuSE Labs
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 1.0.3rc2 release ... alsa-utils fails compiling aplay.
2004-02-25 20:10 1.0.3rc2 release Jaroslav Kysela
@ 2004-02-26 0:19 ` James Courtier-Dutton
2004-02-26 0:38 ` Ignore: " James Courtier-Dutton
0 siblings, 1 reply; 3+ messages in thread
From: James Courtier-Dutton @ 2004-02-26 0:19 UTC (permalink / raw)
To: Jaroslav Kysela; +Cc: ALSA development
Jaroslav Kysela wrote:
> Hello all,
>
> I released 1.0.3rc2 packages. The full changelog from 1.0.2 will
> came with the final release, but it would be nice to do some tests with
> this code with smaller number of testers to not follow the 1.0.2 situation
> when we have to quickly release several versions due to compilation
> problems. Please, test the packages.
>
> Thanks,
> Jaroslav
>
> -----
> Jaroslav Kysela <perex@suse.cz>
> Linux Kernel Sound Maintainer
> ALSA Project, SuSE Labs
>
alsa-driver-1.0.3rc2 compiles and installs ok.
alsa-lib-1.0.3rc2 compiles and installs ok.
alsa-utils-1.0.3rc2 fails with:
make[1]: Entering directory `/u/alsa/alsa-utils-1.0.3rc2/aplay'
if gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT
aplay.o -MD -MP -MF ".deps/aplay.Tpo" \
-c -o aplay.o `test -f 'aplay.c' || echo './'`aplay.c; \
then mv -f ".deps/aplay.Tpo" ".deps/aplay.Po"; \
else rm -f ".deps/aplay.Tpo"; exit 1; \
fi
aplay.c: In function `set_params':
aplay.c:841: warning: passing arg 3 of `snd_pcm_hw_params_set_rate_near'
makes integer from pointer without a cast
aplay.c:860: warning: passing arg 3 of
`snd_pcm_hw_params_set_period_time_near' makes integer from pointer
without a cast
aplay.c:863: warning: passing arg 3 of
`snd_pcm_hw_params_set_period_size_near' makes integer from pointer
without a cast
aplay.c:867: warning: passing arg 3 of
`snd_pcm_hw_params_set_buffer_time_near' makes integer from pointer
without a cast
aplay.c:870: warning: passing arg 3 of
`snd_pcm_hw_params_set_buffer_size_near' makes integer from pointer
without a cast
aplay.c:879: warning: passing arg 2 of
`snd_pcm_hw_params_get_period_size' from incompatible pointer type
aplay.c:879: error: too many arguments to function
`snd_pcm_hw_params_get_period_size'
aplay.c:880: error: too many arguments to function
`snd_pcm_hw_params_get_buffer_size'
aplay.c:886: error: too many arguments to function
`snd_pcm_sw_params_get_xfer_align'
make[1]: *** [aplay.o] Error 1
make[1]: Leaving directory `/u/alsa/alsa-utils-1.0.3rc2/aplay'
make: *** [all-recursive] Error 1
Cheers
James
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
^ permalink raw reply [flat|nested] 3+ messages in thread
* Ignore: Re: 1.0.3rc2 release ... alsa-utils fails compiling aplay.
2004-02-26 0:19 ` 1.0.3rc2 release ... alsa-utils fails compiling aplay James Courtier-Dutton
@ 2004-02-26 0:38 ` James Courtier-Dutton
0 siblings, 0 replies; 3+ messages in thread
From: James Courtier-Dutton @ 2004-02-26 0:38 UTC (permalink / raw)
To: James Courtier-Dutton; +Cc: Jaroslav Kysela, ALSA development
Accidentally install alsa-lib 0.9.6 before alsa-utils, instead of
alsa-lib-1.0.3rc2.
Compiles and installs fine now.
Sorry
James
James Courtier-Dutton wrote:
> Jaroslav Kysela wrote:
>
>> Hello all,
>>
>> I released 1.0.3rc2 packages. The full changelog from 1.0.2 will
>> came with the final release, but it would be nice to do some tests
>> with this code with smaller number of testers to not follow the 1.0.2
>> situation when we have to quickly release several versions due to
>> compilation problems. Please, test the packages.
>>
>> Thanks,
>> Jaroslav
>>
>> -----
>> Jaroslav Kysela <perex@suse.cz>
>> Linux Kernel Sound Maintainer
>> ALSA Project, SuSE Labs
>>
> alsa-driver-1.0.3rc2 compiles and installs ok.
> alsa-lib-1.0.3rc2 compiles and installs ok.
> alsa-utils-1.0.3rc2 fails with:
>
> make[1]: Entering directory `/u/alsa/alsa-utils-1.0.3rc2/aplay'
> if gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g -O2 -MT
> aplay.o -MD -MP -MF ".deps/aplay.Tpo" \
> -c -o aplay.o `test -f 'aplay.c' || echo './'`aplay.c; \
> then mv -f ".deps/aplay.Tpo" ".deps/aplay.Po"; \
> else rm -f ".deps/aplay.Tpo"; exit 1; \
> fi
> aplay.c: In function `set_params':
> aplay.c:841: warning: passing arg 3 of `snd_pcm_hw_params_set_rate_near'
> makes integer from pointer without a cast
> aplay.c:860: warning: passing arg 3 of
> `snd_pcm_hw_params_set_period_time_near' makes integer from pointer
> without a cast
> aplay.c:863: warning: passing arg 3 of
> `snd_pcm_hw_params_set_period_size_near' makes integer from pointer
> without a cast
> aplay.c:867: warning: passing arg 3 of
> `snd_pcm_hw_params_set_buffer_time_near' makes integer from pointer
> without a cast
> aplay.c:870: warning: passing arg 3 of
> `snd_pcm_hw_params_set_buffer_size_near' makes integer from pointer
> without a cast
> aplay.c:879: warning: passing arg 2 of
> `snd_pcm_hw_params_get_period_size' from incompatible pointer type
> aplay.c:879: error: too many arguments to function
> `snd_pcm_hw_params_get_period_size'
> aplay.c:880: error: too many arguments to function
> `snd_pcm_hw_params_get_buffer_size'
> aplay.c:886: error: too many arguments to function
> `snd_pcm_sw_params_get_xfer_align'
> make[1]: *** [aplay.o] Error 1
> make[1]: Leaving directory `/u/alsa/alsa-utils-1.0.3rc2/aplay'
> make: *** [all-recursive] Error 1
>
>
> Cheers
> James
>
>
> -------------------------------------------------------
> SF.Net is sponsored by: Speed Start Your Linux Apps Now.
> Build and deploy apps & Web services for Linux with
> a free DVD software kit from IBM. Click Now!
> http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/alsa-devel
>
>
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-02-26 0:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-25 20:10 1.0.3rc2 release Jaroslav Kysela
2004-02-26 0:19 ` 1.0.3rc2 release ... alsa-utils fails compiling aplay James Courtier-Dutton
2004-02-26 0:38 ` Ignore: " James Courtier-Dutton
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.