* Compilation problem with alsa driver 1.0.8rc1
@ 2004-12-29 11:19 Nicolas Croiset (VDL)
2004-12-29 12:25 ` Takashi Iwai
0 siblings, 1 reply; 4+ messages in thread
From: Nicolas Croiset (VDL) @ 2004-12-29 11:19 UTC (permalink / raw)
To: alsa-devel
Hello,
when I want to compile under linux Redhat 7.2 kernel 2.4.7-10 I obtain this
compilation problem.
In file included from usx2yhwdeppcm.c:64:
/usr/src/redhat/BUILD/alsa-driver-1.0.8rc1/alsa-kernel/usb/usx2y/usbusx2yaudio.c:
In function `i_usX2Y_urb_complete':
/usr/src/redhat/BUILD/alsa-driver-1.0.8rc1/alsa-kernel/usb/usx2y/usbusx2yaudio.c:306:
warning: implicit declaration of function `unlikely'
/usr/src/redhat/BUILD/alsa-driver-1.0.8rc1/alsa-kernel/usb/usx2y/usbusx2yaudio.c:314:
warning: implicit declaration of function `likely'
/usr/src/redhat/BUILD/alsa-driver-1.0.8rc1/alsa-kernel/usb/usx2y/usbusx2yaudio.c:
In function `usX2Y_urbs_set_complete':
/usr/src/redhat/BUILD/alsa-driver-1.0.8rc1/alsa-kernel/usb/usx2y/usbusx2yaudio.c:348:
warning: assignment from incompatible pointer type
/usr/src/redhat/BUILD/alsa-driver-1.0.8rc1/alsa-kernel/usb/usx2y/usbusx2yaudio.c:
In function `usX2Y_urbs_allocate':
/usr/src/redhat/BUILD/alsa-driver-1.0.8rc1/alsa-kernel/usb/usx2y/usbusx2yaudio.c:457:
warning: assignment from incompatible pointer type
/usr/src/redhat/BUILD/alsa-driver-1.0.8rc1/alsa-kernel/usb/usx2y/usbusx2yaudio.c:
In function `usX2Y_rate_set':
/usr/src/redhat/BUILD/alsa-driver-1.0.8rc1/alsa-kernel/usb/usx2y/usbusx2yaudio.c:691:
warning: assignment from incompatible pointer type
usx2yhwdeppcm.c: In function `usX2Y_usbpcm_urb_capt_iso_advance':
usx2yhwdeppcm.c:161: warning: initialization from incompatible pointer type
usx2yhwdeppcm.c:168: dereferencing pointer to incomplete type
usx2yhwdeppcm.c:169: dereferencing pointer to incomplete type
Bye.
Nicolas Croiset ncroiset@vdl.fr
Tel : +33 4 72 84 06 04 Fax : +33 4 72 84 06 02
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Compilation problem with alsa driver 1.0.8rc1
2004-12-29 11:19 Compilation problem with alsa driver 1.0.8rc1 Nicolas Croiset (VDL)
@ 2004-12-29 12:25 ` Takashi Iwai
2004-12-29 12:43 ` Nicolas Croiset (VDL)
0 siblings, 1 reply; 4+ messages in thread
From: Takashi Iwai @ 2004-12-29 12:25 UTC (permalink / raw)
To: Nicolas Croiset (VDL); +Cc: alsa-devel
At Wed, 29 Dec 2004 12:19:10 +0100,
Nicolas Croiset (VDL) wrote:
>
> Hello,
>
> when I want to compile under linux Redhat 7.2 kernel 2.4.7-10 I obtain this
> compilation problem.
>
> In file included from usx2yhwdeppcm.c:64:
(snip)
Try cvs version?
Takashi
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Compilation problem with alsa driver 1.0.8rc1
2004-12-29 12:25 ` Takashi Iwai
@ 2004-12-29 12:43 ` Nicolas Croiset (VDL)
2004-12-29 12:48 ` Takashi Iwai
0 siblings, 1 reply; 4+ messages in thread
From: Nicolas Croiset (VDL) @ 2004-12-29 12:43 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel
At 13:25 29/12/04 +0100, Takashi Iwai wrote:
>At Wed, 29 Dec 2004 12:19:10 +0100,
>Nicolas Croiset (VDL) wrote:
> >
> > Hello,
> >
> > when I want to compile under linux Redhat 7.2 kernel 2.4.7-10 I obtain
> this
> > compilation problem.
> >
> > In file included from usx2yhwdeppcm.c:64:
>(snip)
>
>Try cvs version?
Hello,
the CVS version seems the same as the 1.0.8rc1, there no new commit in the
directory alsa-kernel/usb/usx2y/
I didn't try the CVS, I just compare via the CVSWEB where are the tags.
Bye.
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Compilation problem with alsa driver 1.0.8rc1
2004-12-29 12:43 ` Nicolas Croiset (VDL)
@ 2004-12-29 12:48 ` Takashi Iwai
0 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2004-12-29 12:48 UTC (permalink / raw)
To: Nicolas Croiset (VDL); +Cc: alsa-devel
At Wed, 29 Dec 2004 13:43:22 +0100,
Nicolas Croiset (VDL) wrote:
>
> At 13:25 29/12/04 +0100, Takashi Iwai wrote:
> >At Wed, 29 Dec 2004 12:19:10 +0100,
> >Nicolas Croiset (VDL) wrote:
> > >
> > > Hello,
> > >
> > > when I want to compile under linux Redhat 7.2 kernel 2.4.7-10 I obtain
> > this
> > > compilation problem.
> > >
> > > In file included from usx2yhwdeppcm.c:64:
> >(snip)
> >
> >Try cvs version?
>
> Hello,
>
> the CVS version seems the same as the 1.0.8rc1, there no new commit in the
> directory alsa-kernel/usb/usx2y/
The fix is in alsa-driver/usb/usx2y...
Takashi
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-12-29 12:48 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-29 11:19 Compilation problem with alsa driver 1.0.8rc1 Nicolas Croiset (VDL)
2004-12-29 12:25 ` Takashi Iwai
2004-12-29 12:43 ` Nicolas Croiset (VDL)
2004-12-29 12:48 ` Takashi Iwai
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.