[Vorbis] vorbis-tools-1.1.1 build mechanism stubbornly refuses to
build with FLAC, ogg123, speex
Sergei Steshenko
sergstesh at yahoo.com
Tue Dec 12 14:56:01 PST 2006
Ian Malone <ibmalone at gmail.com> wrote: Sergei Steshenko wrote:
>
> xiphmont at xiph.org wrote: On 12/12/06, Sergei Steshenko wrote:
>> Do you really mean "configure.log" as produced by my script, i.e. the result
>> of
>>
>> ./configure 1>configure.log 2>&1
>>
>> OR
>>
>> you actually mean "config.log" - the file produced by "configure" itself.
>
>
> I mean the log as produced directly by configure. In fact, it is
> named 'configure.log' in some versions of the autotools, but you're
> right, config.log is most common.
>
> Monty
> Please find gzipped and attached.
>
The problem appears to be the --with-flac and --with-speex flags,
./configure --help for libvorbis-tools doesn't list them, and for
some reason passing them will stop the tests for FLAC and Speex
support respectively. Since there aren't --with-speex= and
--with-flac= variants if simply drop these flags and use
LDFLAGS and CPPFLAGS as you were doing then it should work.
--
imalone
_______________________________________________
Vorbis mailing list
Vorbis at xiph.org
http://lists.xiph.org/mailman/listinfo/vorbis
Thanks a lot, Ian !
Right on target !
I've removed "--with-speex=$speex_install_prefix --with-flac" from the
command line and now it works as expected.
But how confusing --with-speex, --with-flac are ! I think they should
be removed form 'configure'.
Thanks again,
Sergei.
P.S. If anybody is interested, is the list of lib dependencies generated by
my tool:
build.pl :INFO: dumping %_targets_to_so_files:
{
"vorbis-tools" =>
{
"/lib/ld-linux.so.2" => "",
"/lib/libc.so.6" => "",
"/lib/libdl.so.2" => "",
"/lib/libgcc_s.so.1" => "",
"/lib/libm.so.6" => "",
"/lib/libnsl.so.1" => "",
"/lib/libpthread.so.0" => "",
"/maxtor5/sergei/AppsFromScratchWD/install/curl-7.15.5/lib/libcurl.so.3" => "",
"/maxtor5/sergei/AppsFromScratchWD/install/flac-1.1.2/lib/libFLAC.so.7" => "",
"/maxtor5/sergei/AppsFromScratchWD/install/flac-1.1.2/lib/libOggFLAC.so.3" => "",
"/maxtor5/sergei/AppsFromScratchWD/install/gnutls-1.4.5/lib/libgnutls.so.13" => "",
"/maxtor5/sergei/AppsFromScratchWD/install/libao-0.8.6/lib/libao.so.2" => "",
"/maxtor5/sergei/AppsFromScratchWD/install/libgcrypt-1.2.3/lib/libgcrypt.so.11" => "",
"/maxtor5/sergei/AppsFromScratchWD/install/libgpg-error-1.4/lib/libgpg-error.so.0" => "",
"/maxtor5/sergei/AppsFromScratchWD/install/libogg-1.1.3/lib/libogg.so.0" => "",
"/maxtor5/sergei/AppsFromScratchWD/install/libtasn1-0.3.6/lib/libtasn1.so.3" => "",
"/maxtor5/sergei/AppsFromScratchWD/install/libvorbis-1.1.2/lib/libvorbis.so.0" => "",
"/maxtor5/sergei/AppsFromScratchWD/install/libvorbis-1.1.2/lib/libvorbisenc.so.2" => "",
"/maxtor5/sergei/AppsFromScratchWD/install/libvorbis-1.1.2/lib/libvorbisfile.so.3" => "",
"/maxtor5/sergei/AppsFromScratchWD/install/lzo-2.02/lib/liblzo2.so.2" => "",
"/maxtor5/sergei/AppsFromScratchWD/install/opencdk-0.5.9/lib/libopencdk.so.8" => "",
"/maxtor5/sergei/AppsFromScratchWD/install/speex-1.1.12/lib/libspeex.so.1" => "",
"/maxtor5/sergei/AppsFromScratchWD/install/zlib-1.2.3/lib/libz.so.1" => "",
"/usr/lib/libXau.so.6" => "",
"/usr/lib/libasound.so.2" => ""
}
};
Applications From Scratch: http://appsfromscratch.berlios.de/
---------------------------------
Check out the all-new Yahoo! Mail beta - Fire up a more powerful email and get things done faster.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/vorbis/attachments/20061212/6316c7f5/attachment.html
More information about the Vorbis
mailing list