[vorbis] vorbis-tools-1.0prebeta4.tar.gz

Pavel Polischouk pavelp at geocities.com
Tue Jan 23 06:35:44 PST 2001



ben at slumber.dhs.org wrote:

> Hi,
> 
> ogg123.h is missing from the vorbis-tools tarball:
> 
> Making all in ogg123
> make[1]: Entering directory
> `/home/me/dl/vorbis/vorbis-tools-1.0prebeta4/ogg123'
> make[1]: *** No rule to make target `ogg123.h', needed by `ogg123.o'.
> Stop.
> make[1]: Leaving directory
> `/home/me/dl/vorbis/vorbis-tools-1.0prebeta4/ogg123'
> make: *** [all-recursive] Error 1
> 
> 
> 
There is a bug in Makefile.am in vorbis-tools/ogg123. This bug causes 
Automake to not put 2 files (ogg123.h and buffer.h) into distribution 
tarball.
Someone with CVS access please apply attached patch (or something 
similar) and rebuild the tarballs. BTW this bug only affects tarball 
distribution, and it does not affect building in CVS checkout dir.




Index: vorbis-tools/ogg123/Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogg123/Makefile.am,v
retrieving revision 1.9
diff -u -r1.9 Makefile.am
--- vorbis-tools/ogg123/Makefile.am	2000/12/30 05:44:31	1.9
+++ vorbis-tools/ogg123/Makefile.am	2001/01/23 14:28:49
@@ -14,7 +14,7 @@
 
 ogg123_INCLUDES = ogg123.h buffer.h
 
-ogg123_SOURCES = ogg123.c ao_interface.c buffer.c
+ogg123_SOURCES = ogg123.c ao_interface.c buffer.c $(ogg123_INCLUDES)
 
 EXTRA_DIST = $(man_MANS) $(doc_DATA)
 

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the Vorbis mailing list