Kurt Roeckx wrote: >> What version of libSpiff do you build against? > > 1.0.0-1 > > See: > https://buildd.debian.org/fetch.cgi?pkg=herrie;ver=2.1-1%2Bb1;arch=amd64;stamp=1237492307
I see. You are trying to build Herrie 2.1 against libSpiff 1.0.0. Due to an ABI and API break between libSpiff 0.8.4 and 1.0.0 this cannot work. The configure test hits this change: 0.8.4 int spiff_write(struct spiff_list *list, const char *filename); 1.0.0 int spiff_write(struct spiff_list *list, char const *filename, char const *baseuri); So to build Herrie 2.1 you can use libSpiff 0.8.4 at max. Herrie 2.2 compiles against libSpiff 1.0.0. Ed Schouten wrote: > I guess the best solution would be to just use this patch: > > > http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/audio/herrie/files/patch-libxspf With release 1.1.0 libSpiff was renamed to libxspf. With the patch Ed provided you can make Herrie 2.2 use libxspf 1.1.0 or 1.2.0 instead. This is what you should do if you can. Sebastian -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org