traverso-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Traverso-devel] FLAC version


From: Nicola Döbelin
Subject: [Traverso-devel] FLAC version
Date: Mon, 24 Sep 2007 11:42:16 +0200

Hi everyone,

I found a problem with FLAC encoding. Obviously a function which was removed in flac versions > 1.1.2 is used:

encode/FlacAudioWriter.cpp:185: error: 'FLAC__seekable_stream_encoder_process_interleaved' was not declared in this scope

Since the next generation of distributions will ship with newer flac versions (Ubuntu Gutsy: flac-1.1.4, OpenSuse 10.3: flac-1.2.0), traverso won't compile. I checked with 1.1.4 and 1.2.1, and neither of them will work.

And while we're at it, can someone help me with a problem I have on OS X? The linker fails to link libvorbis (or libogg?):

/usr/bin/ld: Undefined symbols:
_ogg_stream_clear
_ogg_stream_flush
_ogg_stream_init
_ogg_stream_packetin
_ogg_stream_pageout
_vorbis_analysis
_vorbis_analysis_blockout
_vorbis_analysis_buffer
_vorbis_analysis_headerout
_vorbis_analysis_init
_vorbis_analysis_wrote
_vorbis_bitrate_addblock
_vorbis_bitrate_flushpacket
_vorbis_block_clear
_vorbis_block_init
_vorbis_comment_add_tag
_vorbis_comment_clear
_vorbis_comment_init
_vorbis_dsp_clear
_vorbis_info_clear
_vorbis_info_init
collect2: ld returned 1 exit status

It tries to link to -lvorbisfile and -lvorbisenc, and the traverso.pro file looks good to me, too. I have no idea what's wrong.

Greetings
Nicola






reply via email to

[Prev in Thread] Current Thread [Next in Thread]