David García Garzón wrote:

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?
i am under mandriva 2007 free edition....
using package lib64id3_3.8_3-3.8.3-10mdk + devel
and lib64id3tag0-0.15.1b-5mdv2007.0

does adding the zlib ref in the SConstruct break the construction on systeme using id3 linked with zlib ?

PS: i am off now untile friday. leaving in a few minutes


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 ?





_______________________________________________
Clam-devel mailing list
[email protected]
https://llistes.projectes.lafarga.org/cgi-bin/mailman/listinfo/clam-devel

Reply via email to