traverso-devel
[Top][All Lists]
Advanced

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

Re: [Traverso-devel] Relaytooling Audio Libs


From: Nicola Döbelin
Subject: Re: [Traverso-devel] Relaytooling Audio Libs
Date: Sat, 18 Aug 2007 10:37:43 +0200

Hi David / Taj,

I'm also having problems compiling traveso on OS X intel. I followed your discussion and installed the versions of the tools you recommended:

192:~ nicoladobelin$ relaytool --version
Relaytool 1.11

192:~ nicoladobelin$ /usr/local/bin/which --version
GNU which v2.16, Copyright (C) 1999 - 2003 Carlo Wood.

But relaytool is unable to find the FLAC libs:

192:~ nicoladobelin$ relaytool --relay FLAC -lFLAC -L/usr/local/lib
could not find FLAC in search path

Everything should be there, though, and exporting $PATH with /usr/ local/lib doesn't help either:

192:~/develop/traverso nicoladobelin$ ls -l /usr/local/lib/ | grep FLAC
-rwxr-xr-x    1 root  wheel   358008 Jul 13 18:55 libFLAC++.6.0.1.dylib
lrwxr-xr-x 1 root wheel 21 Jul 13 18:55 libFLAC++.6.dylib - > libFLAC++.6.0.1.dylib
-rw-r--r--    1 root  wheel   385812 Jul 13 18:55 libFLAC++.a
lrwxr-xr-x 1 root wheel 21 Jul 13 18:55 libFLAC++.dylib -> libFLAC++.6.0.1.dylib
-rwxr-xr-x    1 root  wheel      873 Jul 13 18:55 libFLAC++.la
-rwxr-xr-x    1 root  wheel   787216 Jul 13 18:55 libFLAC.8.0.1.dylib
lrwxr-xr-x 1 root wheel 19 Jul 13 18:55 libFLAC.8.dylib -> libFLAC.8.0.1.dylib
-rw-r--r--    1 root  wheel   861348 Jul 13 18:55 libFLAC.a
lrwxr-xr-x 1 root wheel 19 Jul 13 18:55 libFLAC.dylib -> libFLAC.8.0.1.dylib
-rwxr-xr-x    1 root  wheel      833 Jul 13 18:55 libFLAC.la

Do you have any idea what might be wrong? Traverso fails to link due to missing symbols. This is the linker output:

/usr/bin/ld: Undefined symbols:
_libwavpack_is_present
_FLAC__stream_decoder_delete
_FLAC__stream_decoder_finish
_FLAC__stream_decoder_flush
_FLAC__stream_decoder_get_state
_FLAC__stream_decoder_init_stream
_FLAC__stream_decoder_new
_FLAC__stream_decoder_process_single
_FLAC__stream_decoder_process_until_end_of_metadata
_FLAC__stream_decoder_reset
_FLAC__stream_decoder_seek_absolute
_libFLAC_is_present
_libvorbisfile_is_present
_ov_clear
_ov_info
_ov_open
_ov_pcm_seek
_ov_pcm_total
_ov_read_float
_ov_test
_WavpackCloseFile
_WavpackGetBitsPerSample
_WavpackGetMode
_WavpackGetNumSamples
_WavpackGetReducedChannels
_WavpackGetSampleRate
_WavpackOpenFileInput
_WavpackSeekSample
_WavpackUnpackSamples
_libmad_is_present
_mad_frame_decode
_mad_frame_finish
_mad_frame_init
_mad_header_decode
_mad_header_init
_mad_stream_buffer
_mad_stream_finish
_mad_stream_init
_mad_synth_frame
_mad_synth_init
_mad_timer_add
_mad_timer_set
_WavpackFlushSamples
_WavpackOpenFileOutput
_WavpackPackInit
_WavpackPackSamples
_WavpackSetConfiguration
_WavpackUpdateNumSamples
collect2: ld returned 1 exit status
make[1]: *** [../../traverso.app/Contents/MacOS/traverso] Error 1
make: *** [sub-src-traverso-make_default] Error 2
192:~/develop/traverso nicoladobelin$

Thanks,
Nic

P.S. The gcc version:

192:~/develop/traverso nicoladobelin$ gcc --version
i686-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5367)





reply via email to

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