[swfmill] problems compiling on ubuntu dapper

Antoine Pitrou antoine.pitrou at wengo.fr
Mon Oct 9 08:41:58 EDT 2006


Answering to myself:

> First I grabbed the latest stable version (0.2.11). The configure
> scripts fails finding libesxlt because it is named libxslt1.1, so I
> overrided flags with "XSLT_LIBS=-lxslt
> XSLT_CFLAGS=-I/usr/include/libxslt".

The workaround was bad because it shadowed swfmill include files with
library include files. Also it didn't give the right arguments to the
linker. By using XSLT_LIBS="-lxslt -lexslt" and
XSLT_CFLAGS=-I/usr/include/libexslt , I was finally able to build
swfmill.

Regards

Antoine.





More information about the swfmill mailing list