All of lore.kernel.org
 help / color / mirror / Atom feed
* alsa-driver CVS configure.in broken
@ 2004-11-05 22:58 Chris Rankin
  2004-11-06  1:43 ` Lee Revell
  0 siblings, 1 reply; 4+ messages in thread
From: Chris Rankin @ 2004-11-05 22:58 UTC (permalink / raw)
  To: alsa-devel; +Cc: perex

Hi,

I have just tried to compile my ALSA kernel modules
from CVS, and discovered that the CONFIG symbols from
the kernel's autoconf.h are not being added to the
autoconf.h in the alsa-driver/include/linux/
directory.

I reverted a one-line change to the configure.in file
and it was fine again.

Cheers,
Chris

P.S. My kernel's source and build symbolic links in
/lib/modules/<uname -r>/ point to different
directories, because I compile several different
kernels from the same source files on this machine.


	
	
		
___________________________________________________________ALL-NEW Yahoo! Messenger - all new features - even more fun! http://uk.messenger.yahoo.com


-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click

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

* Re: alsa-driver CVS configure.in broken
  2004-11-05 22:58 alsa-driver CVS configure.in broken Chris Rankin
@ 2004-11-06  1:43 ` Lee Revell
  2004-11-06 11:57   ` Chris Rankin
  0 siblings, 1 reply; 4+ messages in thread
From: Lee Revell @ 2004-11-06  1:43 UTC (permalink / raw)
  To: Chris Rankin; +Cc: alsa-devel, perex

On Fri, 2004-11-05 at 22:58 +0000, Chris Rankin wrote:
> Hi,
> 
> I have just tried to compile my ALSA kernel modules
> from CVS, and discovered that the CONFIG symbols from
> the kernel's autoconf.h are not being added to the
> autoconf.h in the alsa-driver/include/linux/
> directory.
> 
> I reverted a one-line change to the configure.in file
> and it was fine again.

Can you send a patch with the change?  I have been having problems
building from CVS also.

Lee



-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click

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

* Re: alsa-driver CVS configure.in broken
  2004-11-06  1:43 ` Lee Revell
@ 2004-11-06 11:57   ` Chris Rankin
  2004-11-06 15:00     ` Jaroslav Kysela
  0 siblings, 1 reply; 4+ messages in thread
From: Chris Rankin @ 2004-11-06 11:57 UTC (permalink / raw)
  To: Lee Revell; +Cc: alsa-devel, perex

 --- Lee Revell <rlrevell@joe-job.com> wrote: 
> Can you send a patch with the change?  I have been
> having problems building from CVS also.

My email client will probably mangle this, but you get
the idea:

Index: alsa-driver/configure.in
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/configure.in,v
retrieving revision 1.274
diff -u -u -r1.274 configure.in
--- alsa-driver/configure.in    28 Oct 2004 09:14:49
-0000      1.274
+++ alsa-driver/configure.in    6 Nov 2004 11:56:17
-0000
@@ -1900,7 +1900,7 @@
   echo "Hacking autoconf.h..."
   rm -f include/linux/autoconf.h
   mkdir -p include/linux
-  grep -v CONFIG_SND_
$CONFIG_SND_KERNELDIR/include/linux/autoconf.h >
include/linux/autoconf.h
+  grep -v CONFIG_SND_
$kernelbuild/include/linux/autoconf.h >
include/linux/autoconf.h
   cat include/autoconf-extra.h >>
include/linux/autoconf.h
   cat include/config1.h >> include/linux/autoconf.h
 else



	
	
		
___________________________________________________________ALL-NEW Yahoo! Messenger - all new features - even more fun! http://uk.messenger.yahoo.com


-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click

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

* Re: alsa-driver CVS configure.in broken
  2004-11-06 11:57   ` Chris Rankin
@ 2004-11-06 15:00     ` Jaroslav Kysela
  0 siblings, 0 replies; 4+ messages in thread
From: Jaroslav Kysela @ 2004-11-06 15:00 UTC (permalink / raw)
  To: Chris Rankin; +Cc: Lee Revell, alsa-devel

On Sat, 6 Nov 2004, Chris Rankin wrote:

>  --- Lee Revell <rlrevell@joe-job.com> wrote: 
> > Can you send a patch with the change?  I have been
> > having problems building from CVS also.
> 
> My email client will probably mangle this, but you get
> the idea:

The problem should be fixed in CVS now for all cases.

						Jaroslav

-----
Jaroslav Kysela <perex@suse.cz>
Linux Kernel Sound Maintainer
ALSA Project, SUSE Labs


-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click

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

end of thread, other threads:[~2004-11-06 15:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-05 22:58 alsa-driver CVS configure.in broken Chris Rankin
2004-11-06  1:43 ` Lee Revell
2004-11-06 11:57   ` Chris Rankin
2004-11-06 15:00     ` Jaroslav Kysela

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.