Hi, I'm trying to compile Calf plugins from GIT
(
http://repo.or.cz/w/calf.git) on a Debian Wheezy.
I did those steps:
- retrieve the code with git clone
- run autogen.sh
- run make... the following error occurs:
/usr/bin/ld: ./.libs/libcalfgui.a(gui.o): undefined reference to symbol
'XML_SetUserData'
/usr/bin/ld: note: 'XML_SetUserData' is defined in DSO
/usr/lib64/libexpat.so.1 so try adding it to the linker command line
/usr/lib64/libexpat.so.1: could not read symbols: Invalid operation
Does anyone know how to fix this?
--
Nicola Pandini