All of lore.kernel.org
 help / color / mirror / Atom feed
* powermac build fails
@ 2002-09-24 23:16 brett-alsa
  2002-09-25 11:08 ` Takashi Iwai
  0 siblings, 1 reply; 4+ messages in thread
From: brett-alsa @ 2002-09-24 23:16 UTC (permalink / raw)
  To: alsa-devel

I'm trying to compile alsa 0.9rc3 on a Powerbook G4 DVI against
2.4.20-pre7 + benh patches, I get an error:

../alsa-kernel/ppc/burgundy.c:314: warning: (near initialization for `snd_pmac_b
urgundy_mixers[1]')
../alsa-kernel/ppc/burgundy.c:314: incompatible types in initialization
../alsa-kernel/ppc/burgundy.c:314: initializer element is not constant
../alsa-kernel/ppc/burgundy.c:314: (near initialization for `snd_pmac_burgundy_m
ixers[1].iface')
../alsa-kernel/ppc/burgundy.c: In function `snd_pmac_burgundy_init':
../alsa-kernel/ppc/burgundy.c:416: `snd_pmac_burgundy_master_sw'
undeclared (fir
st use in this function)
../alsa-kernel/ppc/burgundy.c:416: (Each undeclared identifier is
reported only 
once
../alsa-kernel/ppc/burgundy.c:416: for each function it appears in.)
../alsa-kernel/ppc/burgundy.c:419: `snd_pmac_burgundy_speaker_sw'
undeclared (fi
rst use in this function)
burgundy.c: At top level:
../alsa-kernel/ppc/burgundy.c:433: warning: This file contains more `{'s
than `}
's.
make[4]: *** [burgundy.o] Error 1
make[4]: Leaving directory `/usr/src/modules/alsa-driver/ppc'
make[3]: *** [compile] Error 1
make[3]: Leaving directory `/usr/src/modules/alsa-driver'
make[2]: *** [install-modules] Error 2
make[2]: Leaving directory `/usr/src/modules/alsa-driver'
make[1]: *** [kdist_image] Error 2
make[1]: Leaving directory `/usr/src/modules/alsa-driver'
Module /usr/src/modules/alsa-driver failed.


Thanks, 
-Brett




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

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

* Re: powermac build fails
  2002-09-24 23:16 powermac build fails brett-alsa
@ 2002-09-25 11:08 ` Takashi Iwai
  2002-09-30 18:37   ` brett-alsa
  0 siblings, 1 reply; 4+ messages in thread
From: Takashi Iwai @ 2002-09-25 11:08 UTC (permalink / raw)
  To: brett-alsa; +Cc: alsa-devel

At Tue, 24 Sep 2002 16:16:09 -0700,
brett-alsa@kavi.com wrote:
> 
> I'm trying to compile alsa 0.9rc3 on a Powerbook G4 DVI against
> 2.4.20-pre7 + benh patches, I get an error:

could you try the cvs version?

thanks,

Takashi


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

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

* Re: powermac build fails
  2002-09-25 11:08 ` Takashi Iwai
@ 2002-09-30 18:37   ` brett-alsa
  2002-10-01  3:52     ` Michal Seta
  0 siblings, 1 reply; 4+ messages in thread
From: brett-alsa @ 2002-09-30 18:37 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

Ok, I give up.  Do I just need to build the sound module alone, or do I
need to rebuild all of the toolchain?  (I'm currently using the debian
packages for alsa-utils 0.9rc1).  There doesn't appear to be a build
script for all the tools - in the cvs snapshot there's a Makefile and a
'build' shell script.  Are either of these documented somewhere?  Doing
a 'make' at the top level simply installs docmentation only.
-Brett

On Wed, Sep 25, 2002 at 01:08:46PM +0200, Takashi Iwai wrote:
> At Tue, 24 Sep 2002 16:16:09 -0700,
> brett-alsa@kavi.com wrote:
> > 
> > I'm trying to compile alsa 0.9rc3 on a Powerbook G4 DVI against
> > 2.4.20-pre7 + benh patches, I get an error:
> 
> could you try the cvs version?
> 
> thanks,
> 
> Takashi


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

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

* Re: powermac build fails
  2002-09-30 18:37   ` brett-alsa
@ 2002-10-01  3:52     ` Michal Seta
  0 siblings, 0 replies; 4+ messages in thread
From: Michal Seta @ 2002-10-01  3:52 UTC (permalink / raw)
  To: alsa-devel

On Mon, 30 Sep 2002 11:37:05 -0700
brett-alsa@kavi.com wrote:

> Are either of these documented somewhere? 

from the 'INSTALL' file, which should get downloaded from CVS (inside alsa-lib directory, which should be the first one to compile and install):

<snip stuff>
Compilation from CVS sources
----------------------------

You need also GNU packages automake and libtool installed in your system
to compile CVS sources of alsa-lib package.

For compilation you can use these commands:

        libtoolize --force --copy --automake
        aclocal
        autoheader
        automake --foreign --copy --add-missing
        autoconf
        ./configure
        make

The included cvscompile script does this job for you.

Note: Some automake packages have missing aclocal program. Use newer version
      in the case.


<snip some more>


HTH.
-- 
./MiS

Michal Seta		http://creazone.eworldmusic.com/doc/mis
CreaZone		http://www.creazone.com
No One Receiving	http://www.noonereceiving.32k.org

upcoming release:
NOR - "The Release of the Wandering-Eyed Girl"
	http://www.grainofsound.com



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

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

end of thread, other threads:[~2002-10-01  3:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-24 23:16 powermac build fails brett-alsa
2002-09-25 11:08 ` Takashi Iwai
2002-09-30 18:37   ` brett-alsa
2002-10-01  3:52     ` Michal Seta

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.