[Clam-devel] SConstruct can't find ID3_TAG in lib id3

David García Garzón dgarcia at iua.upf.edu
Mon Aug 20 09:50:39 PDT 2007


Normally zlib is linked with id3 so binaries compiling against id3 doesn't 
need to add zlib. Could you tell us which is the platform and the source for 
your id3_tag packages?


On Monday 20 August 2007 09:14:25 globot wrote:
> hi,
>
> i don't know if this issue had been solved but when i want to compile
> CLAM i got this message:
>
> Cheking for ID3_Tag myTag in C++ library id3... no
> Could not find id3lib binaries! Please check your id3lib installation
>
> so to solve it i just add the libz dependancy in the SConstruct line 111 :
> audioio_env.AppendUnique( LIBS = ['z'] )
>
> and it compile just well.
>
> is it the good way to do it or is there some other way you already all use
> ? why not include this dependency in SConstruct ?






More information about the clam-devel mailing list