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.



_______________________________________________
swfmill mailing list
[email protected]
http://osflash.org/mailman/listinfo/swfmill_osflash.org

Reply via email to