Il 19/07/2011 23:39, allcoms ha scritto:
Hi Nicola!
I had the same problem under squeeze. The solution is to edit
src/Makefile.am and replace
libcalfgui_la_LDFLAGS = -static -disable-shared
with
libcalfgui_la_LDFLAGS = -static -disable-shared -lexpat
I did this before running autogen.sh/configure
Dan (on behalf on the holy golden plugin bovine)
On Tue, Jul 19, 2011 at 1:49 PM, Nicola Pandini
<nicola.pandini@xxxxxxxxx> wrote:
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
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@xxxxxxxxxxxxxxxxxxxx
http://lists.linuxaudio.org/listinfo/linux-audio-user
Thanks Dan, it works!
And now there is no need anymore to edit src/Makefile.am because it was
committed in the GIT repo, so I also thank the Calf's developers :-)
--
Nicola Pandini
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@xxxxxxxxxxxxxxxxxxxx
http://lists.linuxaudio.org/listinfo/linux-audio-user