All of lore.kernel.org
 help / color / mirror / Atom feed
* Compilation alsa-driver-1.0.9b still broken
@ 2005-06-08 15:14 Sebastian Stein
  2005-06-08 15:25 ` Takashi Iwai
  0 siblings, 1 reply; 5+ messages in thread
From: Sebastian Stein @ 2005-06-08 15:14 UTC (permalink / raw)
  To: alsa-devel

Hi,

I have seen you already updated the alsa-driver package twice to fix
compilation on 2.4. kernels, but it is still broken for me.

make[1]: Leaving directory `/usr/src/alsa/alsa-driver-1.0.9b/support'
make[1]: Entering directory `/usr/src/alsa/alsa-driver-1.0.9b/pci'
gcc -D__KERNEL__ -DMODULE=1 -I/usr/src/alsa/alsa-driver-1.0.9b/include
-I/lib/modules/2.4.31/build/include -O2 -mpreferred-stack-boundary=2
-march=k6 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer
-Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe -DALSA_BUILD
-nostdinc -iwithprefix include -DMODVERSIONS -include
/lib/modules/2.4.31/build/include/linux/modversions.h
-DKBUILD_BASENAME=ens1371   -c -o ens1371.o ens1371.c
In file included from ../alsa-kernel/pci/ens1371.c:2,
                 from ens1371.c:1:
../alsa-kernel/pci/ens1370.c: In function `snd_ensoniq_playback1_prepare':
../alsa-kernel/pci/ens1370.c:852: error: `e' undeclared (first use in this
function)
../alsa-kernel/pci/ens1370.c:852: error: (Each undeclared identifier is
reported only once
../alsa-kernel/pci/ens1370.c:852: error: for each function it appears in.)
../alsa-kernel/pci/ens1370.c:852: error: parse error before "se"
make[1]: *** [ens1371.o] Error 1
make[1]: Leaving directory `/usr/src/alsa/alsa-driver-1.0.9b/pci'
make: *** [compile] Error 1

I have a Creative Sound Blaster card on the system I try to compile for. The
system is running a 2.4.31 kernel on a Slackware 10.0 system.


Please cc me, I'm not subscribed.

Sebastian


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20

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

* Re: Compilation alsa-driver-1.0.9b still broken
  2005-06-08 15:14 Compilation alsa-driver-1.0.9b still broken Sebastian Stein
@ 2005-06-08 15:25 ` Takashi Iwai
  2005-06-08 15:49   ` Sebastian Stein
  0 siblings, 1 reply; 5+ messages in thread
From: Takashi Iwai @ 2005-06-08 15:25 UTC (permalink / raw)
  To: Sebastian Stein; +Cc: alsa-devel

At Wed, 8 Jun 2005 17:14:59 +0200,
Sebastian Stein wrote:
> 
> Hi,
> 
> I have seen you already updated the alsa-driver package twice to fix
> compilation on 2.4. kernels, but it is still broken for me.
> 
> make[1]: Leaving directory `/usr/src/alsa/alsa-driver-1.0.9b/support'
> make[1]: Entering directory `/usr/src/alsa/alsa-driver-1.0.9b/pci'
> gcc -D__KERNEL__ -DMODULE=1 -I/usr/src/alsa/alsa-driver-1.0.9b/include
> -I/lib/modules/2.4.31/build/include -O2 -mpreferred-stack-boundary=2
> -march=k6 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer
> -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe -DALSA_BUILD
> -nostdinc -iwithprefix include -DMODVERSIONS -include
> /lib/modules/2.4.31/build/include/linux/modversions.h
> -DKBUILD_BASENAME=ens1371   -c -o ens1371.o ens1371.c
> In file included from ../alsa-kernel/pci/ens1371.c:2,
>                  from ens1371.c:1:
> ../alsa-kernel/pci/ens1370.c: In function `snd_ensoniq_playback1_prepare':
> ../alsa-kernel/pci/ens1370.c:852: error: `e' undeclared (first use in this
> function)
> ../alsa-kernel/pci/ens1370.c:852: error: (Each undeclared identifier is
> reported only once
> ../alsa-kernel/pci/ens1370.c:852: error: for each function it appears in.)
> ../alsa-kernel/pci/ens1370.c:852: error: parse error before "se"
> make[1]: *** [ens1371.o] Error 1
> make[1]: Leaving directory `/usr/src/alsa/alsa-driver-1.0.9b/pci'
> make: *** [compile] Error 1

I guess your alsa-kernel/pci/ens1370.c file is broken.


Takashi


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20

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

* Re: Compilation alsa-driver-1.0.9b still broken
  2005-06-08 15:25 ` Takashi Iwai
@ 2005-06-08 15:49   ` Sebastian Stein
  2005-06-08 16:05     ` Takashi Iwai
  0 siblings, 1 reply; 5+ messages in thread
From: Sebastian Stein @ 2005-06-08 15:49 UTC (permalink / raw)
  To: alsa-devel

Takashi Iwai <tiwai@suse.de> [050608 17:47]:
> > ../alsa-kernel/pci/ens1370.c: In function `snd_ensoniq_playback1_prepare':
> > ../alsa-kernel/pci/ens1370.c:852: error: `e' undeclared (first use in this
> > function)
> > ../alsa-kernel/pci/ens1370.c:852: error: (Each undeclared identifier is
> > reported only once
> > ../alsa-kernel/pci/ens1370.c:852: error: for each function it appears in.)
> > ../alsa-kernel/pci/ens1370.c:852: error: parse error before "se"
> > make[1]: *** [ens1371.o] Error 1
> > make[1]: Leaving directory `/usr/src/alsa/alsa-driver-1.0.9b/pci'
> > make: *** [compile] Error 1
> 
> I guess your alsa-kernel/pci/ens1370.c file is broken.

Maybe, but I just used the files provided in the tar on alsa-project.org.
The md5sum of the file is on my system:

e2a085f4ea1f0098a0b8ba1bff5e9bae  ens1370.c

Sebastian


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20

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

* Re: Compilation alsa-driver-1.0.9b still broken
  2005-06-08 15:49   ` Sebastian Stein
@ 2005-06-08 16:05     ` Takashi Iwai
  2005-06-08 16:42       ` Sebastian Stein
  0 siblings, 1 reply; 5+ messages in thread
From: Takashi Iwai @ 2005-06-08 16:05 UTC (permalink / raw)
  To: Sebastian Stein; +Cc: alsa-devel

At Wed, 8 Jun 2005 17:49:29 +0200,
Sebastian Stein wrote:
> 
> Takashi Iwai <tiwai@suse.de> [050608 17:47]:
> > > ../alsa-kernel/pci/ens1370.c: In function `snd_ensoniq_playback1_prepare':
> > > ../alsa-kernel/pci/ens1370.c:852: error: `e' undeclared (first use in this
> > > function)
> > > ../alsa-kernel/pci/ens1370.c:852: error: (Each undeclared identifier is
> > > reported only once
> > > ../alsa-kernel/pci/ens1370.c:852: error: for each function it appears in.)
> > > ../alsa-kernel/pci/ens1370.c:852: error: parse error before "se"
> > > make[1]: *** [ens1371.o] Error 1
> > > make[1]: Leaving directory `/usr/src/alsa/alsa-driver-1.0.9b/pci'
> > > make: *** [compile] Error 1
> > 
> > I guess your alsa-kernel/pci/ens1370.c file is broken.
> 
> Maybe, but I just used the files provided in the tar on alsa-project.org.
> The md5sum of the file is on my system:
> 
> e2a085f4ea1f0098a0b8ba1bff5e9bae  ens1370.c

Hmm, md5sum looks OK.  But I don't find any obvious failure in the
code at all.  I still suspect it's something wrong in your system.
(The word "else" seems to be split to e and something and se... by
some reason)


Takashi


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20

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

* Re: Compilation alsa-driver-1.0.9b still broken
  2005-06-08 16:05     ` Takashi Iwai
@ 2005-06-08 16:42       ` Sebastian Stein
  0 siblings, 0 replies; 5+ messages in thread
From: Sebastian Stein @ 2005-06-08 16:42 UTC (permalink / raw)
  To: alsa-devel

Takashi Iwai <tiwai@suse.de> [050608 18:38]:
> > > > reported only once
> > > > ../alsa-kernel/pci/ens1370.c:852: error: for each function it appears in.)
> > > > ../alsa-kernel/pci/ens1370.c:852: error: parse error before "se"
> > > > make[1]: *** [ens1371.o] Error 1
> > > > make[1]: Leaving directory `/usr/src/alsa/alsa-driver-1.0.9b/pci'
> > > > make: *** [compile] Error 1
> > > 
> > > I guess your alsa-kernel/pci/ens1370.c file is broken.
> > 
> > Maybe, but I just used the files provided in the tar on alsa-project.org.
> > The md5sum of the file is on my system:
> > 
> > e2a085f4ea1f0098a0b8ba1bff5e9bae  ens1370.c
> 
> Hmm, md5sum looks OK.  But I don't find any obvious failure in the
> code at all.  I still suspect it's something wrong in your system.
> (The word "else" seems to be split to e and something and se... by
> some reason)

Indeed, it is. I don't understand it, but yes it is. I fixed it, very
strange.

Thanks for your help,


Sebastian
-- 
http://www.halle-ist-schoen.de/
Bilddokumentation der schoensten Saalestadt


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20

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

end of thread, other threads:[~2005-06-08 16:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-08 15:14 Compilation alsa-driver-1.0.9b still broken Sebastian Stein
2005-06-08 15:25 ` Takashi Iwai
2005-06-08 15:49   ` Sebastian Stein
2005-06-08 16:05     ` Takashi Iwai
2005-06-08 16:42       ` Sebastian Stein

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.