* alsa-tools: cvscompile fails at ./configure for qlo10k1
@ 2005-03-26 2:53 Lee Revell
2005-03-27 21:46 ` Mikael Magnusson
0 siblings, 1 reply; 5+ messages in thread
From: Lee Revell @ 2005-03-26 2:53 UTC (permalink / raw)
To: alsa-devel
/usr/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
/usr/share/aclocal/aalib.m4:12: warning: underquoted definition of AM_PATH_AALIB
/usr/share/aclocal/ORBit.m4:4: warning: underquoted definition of AM_PATH_ORBIT
aclocal:configure.in:12: warning: macro `AM_PATH_LD10K1' not found in library
/usr/share/aclocal/pkg.m4:5: warning: underquoted definition of PKG_CHECK_MODULES
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/libart.m4:11: warning: underquoted definition of AM_PATH_LIBART
/usr/share/aclocal/libIDL.m4:6: warning: underquoted definition of AM_PATH_LIBIDL
/usr/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK
/usr/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
/usr/share/aclocal/aalib.m4:12: warning: underquoted definition of AM_PATH_AALIB
/usr/share/aclocal/ORBit.m4:4: warning: underquoted definition of AM_PATH_ORBIT
aclocal:configure.in:12: warning: macro `AM_PATH_LD10K1' not found in library
configure.in:12: error: possibly undefined macro: AM_PATH_LD10K1
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
CFLAGS=-O2 -Wall -pipe -g
./configure
configure: error: cannot find install-sh or install.sh in . ./.. ./../..
make[1]: Entering directory `/home/rlrevell/cvs/alsa/alsa-tools/qlo10k1'
make[1]: *** No targets specified and no makefile found. Stop.
make[1]: Leaving directory `/home/rlrevell/cvs/alsa/alsa-tools/qlo10k1'
make[1]: Entering directory `/home/rlrevell/cvs/alsa/alsa-tools/qlo10k1'
make[1]: *** No targets specified and no makefile found. Stop.
make[1]: Leaving directory `/home/rlrevell/cvs/alsa/alsa-tools/qlo10k1'
make: *** [all] Error 2
Lee
-------------------------------------------------------
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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: alsa-tools: cvscompile fails at ./configure for qlo10k1
2005-03-26 2:53 alsa-tools: cvscompile fails at ./configure for qlo10k1 Lee Revell
@ 2005-03-27 21:46 ` Mikael Magnusson
2005-03-29 12:22 ` Takashi Iwai
0 siblings, 1 reply; 5+ messages in thread
From: Mikael Magnusson @ 2005-03-27 21:46 UTC (permalink / raw)
To: alsa-devel
On Fri, Mar 25, 2005 at 09:53:57PM -0500, Lee Revell wrote:
...
> aclocal:configure.in:12: warning: macro `AM_PATH_LD10K1' not found in library
> configure.in:12: error: possibly undefined macro: AM_PATH_LD10K1
> If this token and others are legitimate, please use m4_pattern_allow.
> See the Autoconf documentation.
> autoreconf: /usr/bin/autoconf failed with exit status: 1
...
>
AM_PATH_LD10K1 is defined in ld10k1.m4, which should have been installed
when you installed ld10k1.
Regards,
Mikael
-------------------------------------------------------
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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: alsa-tools: cvscompile fails at ./configure for qlo10k1
2005-03-27 21:46 ` Mikael Magnusson
@ 2005-03-29 12:22 ` Takashi Iwai
2005-03-29 20:13 ` Lee Revell
0 siblings, 1 reply; 5+ messages in thread
From: Takashi Iwai @ 2005-03-29 12:22 UTC (permalink / raw)
To: Mikael Magnusson; +Cc: alsa-devel
At Sun, 27 Mar 2005 23:46:50 +0200,
Mikael Magnusson wrote:
>
> On Fri, Mar 25, 2005 at 09:53:57PM -0500, Lee Revell wrote:
> ...
> > aclocal:configure.in:12: warning: macro `AM_PATH_LD10K1' not found in library
> > configure.in:12: error: possibly undefined macro: AM_PATH_LD10K1
> > If this token and others are legitimate, please use m4_pattern_allow.
> > See the Autoconf documentation.
> > autoreconf: /usr/bin/autoconf failed with exit status: 1
> ...
> >
>
> AM_PATH_LD10K1 is defined in ld10k1.m4, which should have been installed
> when you installed ld10k1.
Yes. Also, ld10k1 requires as10k1 in advance (to compile examples).
This should be mentioned in README...
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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: alsa-tools: cvscompile fails at ./configure for qlo10k1
2005-03-29 12:22 ` Takashi Iwai
@ 2005-03-29 20:13 ` Lee Revell
2005-03-30 10:13 ` Takashi Iwai
0 siblings, 1 reply; 5+ messages in thread
From: Lee Revell @ 2005-03-29 20:13 UTC (permalink / raw)
To: Takashi Iwai; +Cc: Mikael Magnusson, alsa-devel
On Tue, 2005-03-29 at 14:22 +0200, Takashi Iwai wrote:
> At Sun, 27 Mar 2005 23:46:50 +0200,
> Mikael Magnusson wrote:
> >
> > On Fri, Mar 25, 2005 at 09:53:57PM -0500, Lee Revell wrote:
> > ...
> > > aclocal:configure.in:12: warning: macro `AM_PATH_LD10K1' not found in library
> > > configure.in:12: error: possibly undefined macro: AM_PATH_LD10K1
> > > If this token and others are legitimate, please use m4_pattern_allow.
> > > See the Autoconf documentation.
> > > autoreconf: /usr/bin/autoconf failed with exit status: 1
> > ...
> > >
> >
> > AM_PATH_LD10K1 is defined in ld10k1.m4, which should have been installed
> > when you installed ld10k1.
>
> Yes. Also, ld10k1 requires as10k1 in advance (to compile examples).
> This should be mentioned in README...
OK. People who expect ./cvscompile to just work will consider this a
bug though. I guess if there is a bug it's that the cvscompile script
does not handle pre-dependencies.
Lee
-------------------------------------------------------
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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: alsa-tools: cvscompile fails at ./configure for qlo10k1
2005-03-29 20:13 ` Lee Revell
@ 2005-03-30 10:13 ` Takashi Iwai
0 siblings, 0 replies; 5+ messages in thread
From: Takashi Iwai @ 2005-03-30 10:13 UTC (permalink / raw)
To: Lee Revell; +Cc: Mikael Magnusson, alsa-devel
At Tue, 29 Mar 2005 15:13:51 -0500,
Lee Revell wrote:
>
> On Tue, 2005-03-29 at 14:22 +0200, Takashi Iwai wrote:
> > At Sun, 27 Mar 2005 23:46:50 +0200,
> > Mikael Magnusson wrote:
> > >
> > > On Fri, Mar 25, 2005 at 09:53:57PM -0500, Lee Revell wrote:
> > > ...
> > > > aclocal:configure.in:12: warning: macro `AM_PATH_LD10K1' not found in library
> > > > configure.in:12: error: possibly undefined macro: AM_PATH_LD10K1
> > > > If this token and others are legitimate, please use m4_pattern_allow.
> > > > See the Autoconf documentation.
> > > > autoreconf: /usr/bin/autoconf failed with exit status: 1
> > > ...
> > > >
> > >
> > > AM_PATH_LD10K1 is defined in ld10k1.m4, which should have been installed
> > > when you installed ld10k1.
> >
> > Yes. Also, ld10k1 requires as10k1 in advance (to compile examples).
> > This should be mentioned in README...
>
> OK. People who expect ./cvscompile to just work will consider this a
> bug though. I guess if there is a bug it's that the cvscompile script
> does not handle pre-dependencies.
Well, cvscompile won't appear in tarball. It's for developers only
who are supposed to read always README carefuly ;)
I'd rather delete cvscompile from alsa-tools top directory...
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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-03-30 10:13 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-26 2:53 alsa-tools: cvscompile fails at ./configure for qlo10k1 Lee Revell
2005-03-27 21:46 ` Mikael Magnusson
2005-03-29 12:22 ` Takashi Iwai
2005-03-29 20:13 ` Lee Revell
2005-03-30 10:13 ` 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.